mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-02 12:08:13 +08:00
amis-saas-9451 Status 配置面板i18n处理
Change-Id: Ic0900e521e071c38883c7c031679a85bd9f76337
This commit is contained in:
parent
9d90815a41
commit
1499ea80e6
@ -32,11 +32,26 @@
|
|||||||
&:first-child {
|
&:first-child {
|
||||||
flex-grow: 0;
|
flex-grow: 0;
|
||||||
min-width: 55px;
|
min-width: 55px;
|
||||||
|
// 新版图标选择 占位缩小处理
|
||||||
.cxd-IconSelectControl-input {
|
.cxd-IconSelectControl-input {
|
||||||
padding-left: 6px;
|
&-input {
|
||||||
|
padding-left: 6px;
|
||||||
|
}
|
||||||
|
&-clear {
|
||||||
|
right: 4px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.cxd-IconSelectControl-clear {
|
// iconfont 占位缩小处理
|
||||||
right: 4px;
|
.cxd-IconPickerControl {
|
||||||
|
&-value {
|
||||||
|
width: 12px;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
&-clear {
|
||||||
|
position: absolute;
|
||||||
|
right: -5px;
|
||||||
|
top: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&:last-child {
|
&:last-child {
|
||||||
|
Loading…
Reference in New Issue
Block a user