From b1d99ca65adcaeacf39df9da9b79270e0938d4a1 Mon Sep 17 00:00:00 2001 From: chenjinsong <523037378@qq.com> Date: Tue, 25 May 2021 16:41:18 +0800 Subject: [PATCH] =?UTF-8?q?NEZ-664=20fix:=20=E5=88=97=E8=A1=A8=E8=A1=A8?= =?UTF-8?q?=E5=A4=B4=E6=A0=B7=E5=BC=8F=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/assets/css/common/tableCommon.scss | 1 + nezha-fronted/src/components/layout/container.vue | 1 - .../src/components/page/dashboard/overview/overview2.scss | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nezha-fronted/src/assets/css/common/tableCommon.scss b/nezha-fronted/src/assets/css/common/tableCommon.scss index 7e5e312cf..5149af79b 100644 --- a/nezha-fronted/src/assets/css/common/tableCommon.scss +++ b/nezha-fronted/src/assets/css/common/tableCommon.scss @@ -229,6 +229,7 @@ height: 49px; border-bottom: 1px solid $--right-box-border-color; background-color: white; + box-sizing: content-box; } thead { color: #333; diff --git a/nezha-fronted/src/components/layout/container.vue b/nezha-fronted/src/components/layout/container.vue index f32de9582..bfdfe8c8e 100644 --- a/nezha-fronted/src/components/layout/container.vue +++ b/nezha-fronted/src/components/layout/container.vue @@ -20,7 +20,6 @@ export default { height: calc(100% - 50px); background-color: #f6f6f6; width: 100%; - padding-right: 10px; &>div { height: 100%; } diff --git a/nezha-fronted/src/components/page/dashboard/overview/overview2.scss b/nezha-fronted/src/components/page/dashboard/overview/overview2.scss index 5327ce5fd..a9a953f01 100644 --- a/nezha-fronted/src/components/page/dashboard/overview/overview2.scss +++ b/nezha-fronted/src/components/page/dashboard/overview/overview2.scss @@ -1,6 +1,6 @@ .overview { height: calc(100% - 20px) !important; - padding: 0 0 0 10px; + padding: 0 10px; background-color: #f6f6f6; } .overview-content-header{