From 126ed2b57760710415ed6eed79ffc26709b96157 Mon Sep 17 00:00:00 2001 From: Cano1997 <1978141412@qq.com> Date: Thu, 29 May 2025 19:39:32 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E4=BF=AE=E5=A4=8D=E4=B8=8B=E6=8B=89?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E6=A0=B7=E5=BC=8F=E5=BC=82=E5=B8=B8=EF=BC=8C?= =?UTF-8?q?=E5=AF=BC=E8=87=B4=E8=A1=A8=E6=A0=BC=E5=86=85=E9=AB=98=E5=BA=A6?= =?UTF-8?q?=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++++ src/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.scss | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e76b040..8045b84b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ ## [Unreleased] +### Fixed + +- 修复下拉列表样式异常,导致表格内高度异常 + ## [0.7.40-alpha.21] - 2025-05-28 ### Added diff --git a/src/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.scss b/src/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.scss index fa10be34..4ad3f9dc 100644 --- a/src/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.scss +++ b/src/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.scss @@ -20,7 +20,7 @@ $dropdown-readonly-text-item: ( } @include e(hidden-input){ - position: relative; + position: absolute; z-index: -9999; width: 0; height: 0; -- Gitee