This commit is contained in:
张成
2026-03-26 10:11:25 +08:00
parent 60258c6c7d
commit c27c577990
9 changed files with 9596 additions and 155 deletions

View File

@@ -119,13 +119,17 @@ export default {
}
</script>
<style scoped>
<style lang="less" scoped>
.content-view {
padding: 16px;
width: 100%;
max-width: 1720px;
margin: 0 auto;
padding: 26px 36px 36px;
box-sizing: border-box;
}
.table-head-tool {
margin-bottom: 12px;
margin-bottom: 16px;
}
.table-title-row {
@@ -144,9 +148,6 @@ export default {
margin-left: 10px;
}
.table-body {
}
.table-page-bar {
margin-top: 12px;
text-align: right;