From 745b9d30d264cd8e24175b3054f61a967e75969f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E4=BC=9F=E4=BD=B3?= <2797716443@qq.com> Date: Thu, 2 Dec 2021 09:26:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9F=A5=E7=9C=8B=E7=AC=A6=E5=90=88=E6=80=A7?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/details/complianceDetails/index.vue | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/src/pages/details/complianceDetails/index.vue b/src/pages/details/complianceDetails/index.vue index 9a33fbf29..5ae648fb6 100644 --- a/src/pages/details/complianceDetails/index.vue +++ b/src/pages/details/complianceDetails/index.vue @@ -4,15 +4,13 @@ 暂无评估结果 不满足 -
-
满足 -
-
加载中... @@ -170,12 +164,5 @@ export default { //width: 1200px; //margin: 0 auto; height: 100%; - .content{ - display: flex; - flex-direction: column; - justify-content: space-between; - height: calc(~'50% - 30px'); - overflow: auto; - } }