fix: extra button control

This commit is contained in:
jialin
2025-04-11 20:02:39 +08:00
parent 092aeceb9d
commit f80daf6cd4
6 changed files with 38 additions and 28 deletions
@@ -51,7 +51,7 @@ const RowPrefix: React.FC<RowPrefixProps> = (props) => {
<IconFont
type="icon-down"
rotate={isExpanded ? 0 : -90}
className="size-14"
style={{ fontSize: '12px' }}
></IconFont>
</Button>
) : (
@@ -78,7 +78,7 @@ const RowPrefix: React.FC<RowPrefixProps> = (props) => {
<IconFont
type="icon-down"
rotate={isExpanded ? 0 : -90}
className="size-14"
style={{ fontSize: '12px' }}
></IconFont>
</Button>
) : (