From e907080e418482a1a7da50585da0a38a9ff5d34f Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Tue, 13 Dec 2022 10:56:54 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E4=BB=AA=E8=A1=A8=E6=9D=BF):=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E4=B8=8B=E6=8B=89=E9=80=89=E8=BF=87=E6=BB=A4=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E5=9C=A8=E9=80=82=E5=BA=94=E4=BB=AA=E8=A1=A8=E6=9D=BF?= =?UTF-8?q?=E8=87=AA=E9=80=82=E5=BA=94=E7=BC=A9=E6=94=BE=E6=97=B6=E5=8D=95?= =?UTF-8?q?=E9=80=89=E5=92=8C=E5=A4=9A=E9=80=89=E9=AB=98=E5=BA=A6=E4=B8=8D?= =?UTF-8?q?=E4=B8=80=E8=87=B4=E9=97=AE=E9=A2=98=20#4019?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/dataease/DeOutWidget.vue | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/frontend/src/components/dataease/DeOutWidget.vue b/frontend/src/components/dataease/DeOutWidget.vue index 2a87d53365..c05b1aac78 100644 --- a/frontend/src/components/dataease/DeOutWidget.vue +++ b/frontend/src/components/dataease/DeOutWidget.vue @@ -48,7 +48,6 @@ :element="element" :in-draw="inDraw" :in-screen="inScreen" - :size="sizeInfo" /> @@ -127,17 +126,6 @@ export default { transform: 'scale(' + this.scale + ')' } }, - sizeInfo() { - let size - if (this.duHeight > this.inputLargeSize) { - size = 'medium' - } else if (this.duHeight > this.inputSmallSize) { - size = 'small' - } else { - size = 'mini' - } - return size - }, deSelectGridBg() { if (this.element.component !== 'de-select-grid') return null const { backgroundColorSelect, color } = this.element.commonBackground @@ -222,7 +210,7 @@ export default { left: 0px; } -.ccondition-main { +.condition-main { position: absolute; overflow: auto; top: 0px; @@ -281,6 +269,11 @@ export default { align-items: flex-end; } +.first-element-container ::v-deep .el-input__inner { + height: 40px !important; + line-height: 40px !important; +} + .first-element-grid-container { background: #fff; border: 1px solid #d7dae2;