From ee8c394a24224ab3386ec205833e39e61b2fb419 Mon Sep 17 00:00:00 2001 From: dai <851733175@qq.com> Date: Tue, 12 Jul 2022 11:08:47 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A8=E6=A0=BC=E7=BB=84=E4=BB=B6=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/scss/modules/visual/warning.scss | 3 +-- src/views/modules/visual/cpts/tb.vue | 3 ++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/assets/scss/modules/visual/warning.scss b/src/assets/scss/modules/visual/warning.scss index fddf565a..bfb32065 100644 --- a/src/assets/scss/modules/visual/warning.scss +++ b/src/assets/scss/modules/visual/warning.scss @@ -26,8 +26,7 @@ border: 1px solid #1043c0; box-shadow: 0px 83px 150px 0px #002790; border-radius: 8px; - margin-right: 15px; - margin-bottom: 15px; + margin: 10px 12px; &-img { display: flex; diff --git a/src/views/modules/visual/cpts/tb.vue b/src/views/modules/visual/cpts/tb.vue index 377ac635..a847ede2 100644 --- a/src/views/modules/visual/cpts/tb.vue +++ b/src/views/modules/visual/cpts/tb.vue @@ -190,7 +190,7 @@ export default { width: 100%; height: 50px; background: rgba(8, 37, 134, 0.85); - font-size: 17px; + font-size: 16px; font-weight: 400; color: #ffffff; line-height: 50px; @@ -198,6 +198,7 @@ export default { &-th { text-align: center; border: none; + font-weight: normal; // width: calc(100% / 5); } }