From 7f2751dcba180979eccf1c55c79baefe19da41cd Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Thu, 29 Jul 2021 11:09:36 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E8=B0=83=E6=95=B4=E6=95=B0=E5=AD=97?= =?UTF-8?q?=E5=8C=BA=E9=97=B4=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/DeDrag/index.vue | 2 +- frontend/src/components/dataease/DeOutWidget.vue | 5 +++-- frontend/src/views/panel/filter/index.vue | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/frontend/src/components/DeDrag/index.vue b/frontend/src/components/DeDrag/index.vue index 91a53a6c3b..d45a63efff 100644 --- a/frontend/src/components/DeDrag/index.vue +++ b/frontend/src/components/DeDrag/index.vue @@ -1463,7 +1463,7 @@ export default { // 记录当前样式 矩阵处理 recordMatrixCurStyle() { - debugger + // debugger const left = Math.round(this.left / this.curCanvasScale.matrixStyleWidth) * this.curCanvasScale.matrixStyleWidth const top = Math.round(this.top / this.curCanvasScale.matrixStyleHeight) * this.curCanvasScale.matrixStyleHeight const width = Math.round(this.width / this.curCanvasScale.matrixStyleWidth) * this.curCanvasScale.matrixStyleWidth diff --git a/frontend/src/components/dataease/DeOutWidget.vue b/frontend/src/components/dataease/DeOutWidget.vue index 223b91fd83..7ce1807214 100644 --- a/frontend/src/components/dataease/DeOutWidget.vue +++ b/frontend/src/components/dataease/DeOutWidget.vue @@ -151,8 +151,7 @@ export default { } .first-element-contaner { width: calc(100% - 10px); - background: #fff; - border: 1px solid #d7dae2; + background: initial; position:absolute; bottom: 5px; margin: 0 4px; @@ -161,6 +160,8 @@ export default { } } .first-element-grid-contaner { + background: #fff; + border: 1px solid #d7dae2; top: 5px; } .condition-main-line { diff --git a/frontend/src/views/panel/filter/index.vue b/frontend/src/views/panel/filter/index.vue index 8f4a442542..1f602f894b 100644 --- a/frontend/src/views/panel/filter/index.vue +++ b/frontend/src/views/panel/filter/index.vue @@ -232,7 +232,7 @@ export default { height: 24px; position: relative; flex-shrink: 0; - font-size: 24px; + font-size: 24px !important; margin: auto; font-family: fineui; font-style: normal;