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;