amis-saas-9451 Status 配置面板i18n处理

Change-Id: Ic0900e521e071c38883c7c031679a85bd9f76337
This commit is contained in:
jinye 2023-02-16 21:03:24 +08:00
parent 9d90815a41
commit 1499ea80e6

View File

@ -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 {