From 237b05805246dd2c669267e092550afb2ea3121b Mon Sep 17 00:00:00 2001 From: piexlmax Date: Sat, 18 Sep 2021 19:38:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=89=E5=85=A8=E8=B7=9D=E7=A6=BB=E7=BB=86?= =?UTF-8?q?=E8=8A=82=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/style/main.scss | 5 +++-- web/src/view/dashboard/dashbordTable/dashbordTable.vue | 1 + web/src/view/dashboard/index.vue | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/web/src/style/main.scss b/web/src/style/main.scss index 669089bb..f4398bfe 100644 --- a/web/src/style/main.scss +++ b/web/src/style/main.scss @@ -719,7 +719,7 @@ li { .admin-box { min-height: calc(100vh - 200px); - padding: 14px; + padding: 12px 16px; margin: 100px 2px 20px; .el-table--border { border-radius: 4px; @@ -1124,6 +1124,7 @@ $mainHight: 100vh; } } .header-cont { + padding: 0 16px; height: $height-header; background: #fff; } @@ -1417,7 +1418,7 @@ $mainHight: 100vh; padding-bottom: 2px; background-color: #fff; border-radius: 2px; - margin-bottom: 10px; + margin-bottom: 12px; } .gva-table-box { diff --git a/web/src/view/dashboard/dashbordTable/dashbordTable.vue b/web/src/view/dashboard/dashbordTable/dashbordTable.vue index 2ff3b204..5129fce5 100644 --- a/web/src/view/dashboard/dashbordTable/dashbordTable.vue +++ b/web/src/view/dashboard/dashbordTable/dashbordTable.vue @@ -64,6 +64,7 @@ export default { justify-content: space-between; margin-top: 14px; .key{ + margin-left: 12px; &.top{ background: #314659; color: #FFFFFF;; diff --git a/web/src/view/dashboard/index.vue b/web/src/view/dashboard/index.vue index d1fcf9c3..a33f07f2 100644 --- a/web/src/view/dashboard/index.vue +++ b/web/src/view/dashboard/index.vue @@ -169,7 +169,7 @@ export default { background: #f0f2f5; padding: 0; .gva-card-box{ - padding: 12px; + padding: 12px 16px; &+.gva-card-box{ padding-top: 0px; }