From 411db74fe49b642542e3c890d99558f6cc8140e5 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Fri, 14 Jan 2022 14:30:00 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E6=A0=B7=E5=BC=8F=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/dataease/DeOutWidget.vue | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/frontend/src/components/dataease/DeOutWidget.vue b/frontend/src/components/dataease/DeOutWidget.vue index a749aaad05..aefbd1878b 100644 --- a/frontend/src/components/dataease/DeOutWidget.vue +++ b/frontend/src/components/dataease/DeOutWidget.vue @@ -167,7 +167,6 @@ export default { right: 0px; bottom: 0px; left: 0px; - border-radius: 5px; } .ccondition-main { @@ -242,12 +241,11 @@ export default { } .first-element-contaner { - /*width: calc(100% - 10px);*/ - width: 100%; + width: calc(100% - 10px); background: initial; position: absolute; - bottom: 0px; - /*margin: 0 4px;*/ + bottom: 5px; + margin: 0 4px; div { width: 100%; @@ -260,7 +258,7 @@ export default { .first-element-grid-contaner { background: #fff; border: 1px solid #d7dae2; - top: 0px; + top: 5px; } .condition-main-line {