diff --git a/src/components/page/BaseTable.vue b/src/components/page/BaseTable.vue index 7961f5e5b25b0d936f245acac4d3c2edd5887554..a71b234790145007c4dcdafd23860fa1ec651304 100644 --- a/src/components/page/BaseTable.vue +++ b/src/components/page/BaseTable.vue @@ -15,23 +15,23 @@ 搜索 - - + + - + @@ -202,4 +202,11 @@ font-size: 16px; text-align: center } + .table{ + width: 100%; + font-size: 14px; + } + .red{ + color: #ff0000; + } diff --git a/static/css/main.css b/static/css/main.css index 3ae9fa6928ff274b6a5e1b09ad861bebe103016c..d17d3ffd717e98f0374aa39606f7e302dc4ff6e1 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -34,7 +34,7 @@ a { .content { width: auto; height: 100%; - padding: 40px; + padding: 10px; overflow-y: scroll; box-sizing: border-box; } @@ -51,7 +51,7 @@ a { } .crumbs { - margin-bottom: 20px; + margin: 10px 0; } .pagination {