diff --git a/src/components/page/BaseTable.vue b/src/components/page/BaseTable.vue index 7961f5e..a71b234 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 3ae9fa6..d17d3ff 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 {