mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 10:38:16 +08:00
fix: 修复condition-builder的下拉icon和select不统一 (#7295)
This commit is contained in:
parent
8aacd4361e
commit
cfb6a26ff7
@ -198,6 +198,7 @@
|
||||
width: px2rem(10px);
|
||||
height: px2rem(10px);
|
||||
top: 0;
|
||||
transform: rotate(90deg);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -445,6 +445,7 @@
|
||||
width: px2rem(10px);
|
||||
height: px2rem(10px);
|
||||
top: 0;
|
||||
transform: rotate(90deg);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -158,7 +158,7 @@ class DropDownSelection extends BaseSelection<
|
||||
>
|
||||
{!isMobile() ? (
|
||||
<span className={cx('DropDownSelection-caret')}>
|
||||
<Icon icon="caret" className="icon" />
|
||||
<Icon icon="right-arrow-bold" className="icon" />
|
||||
</span>
|
||||
) : null}
|
||||
</ResultBox>
|
||||
|
@ -127,7 +127,7 @@ export class ConditionFunc extends React.Component<ConditionFuncProps> {
|
||||
disabled={disabled}
|
||||
>
|
||||
<span className={cx('CBGroup-fieldCaret')}>
|
||||
<Icon icon="caret" className="icon" />
|
||||
<Icon icon="right-arrow-bold" className="icon" />
|
||||
</span>
|
||||
</ResultBox>
|
||||
</div>
|
||||
|
@ -248,7 +248,7 @@ export class ConditionItem extends React.Component<ConditionItemProps> {
|
||||
>
|
||||
{!isMobile() ? (
|
||||
<span className={cx('CBGroup-operatorCaret')}>
|
||||
<Icon icon="caret" className="icon" />
|
||||
<Icon icon="right-arrow-bold" className="icon" />
|
||||
</span>
|
||||
) : null}
|
||||
</ResultBox>
|
||||
|
Loading…
Reference in New Issue
Block a user