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;