From 1499ea80e65582dce4a728c1a10b1920db043bbd Mon Sep 17 00:00:00 2001 From: jinye Date: Thu, 16 Feb 2023 21:03:24 +0800 Subject: [PATCH] =?UTF-8?q?amis-saas-9451=20Status=20=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E9=9D=A2=E6=9D=BFi18n=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ic0900e521e071c38883c7c031679a85bd9f76337 --- .../scss/control/_status.scss | 21 ++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/packages/amis-editor-core/scss/control/_status.scss b/packages/amis-editor-core/scss/control/_status.scss index 3901a1602..8c7d03c29 100644 --- a/packages/amis-editor-core/scss/control/_status.scss +++ b/packages/amis-editor-core/scss/control/_status.scss @@ -32,11 +32,26 @@ &:first-child { flex-grow: 0; min-width: 55px; + // 新版图标选择 占位缩小处理 .cxd-IconSelectControl-input { - padding-left: 6px; + &-input { + padding-left: 6px; + } + &-clear { + right: 4px; + } } - .cxd-IconSelectControl-clear { - right: 4px; + // iconfont 占位缩小处理 + .cxd-IconPickerControl { + &-value { + width: 12px; + overflow: hidden; + } + &-clear { + position: absolute; + right: -5px; + top: 0; + } } } &:last-child {