fix(core): list style issue in selection mode (#9275)

This commit is contained in:
liuyi
2024-12-24 15:19:34 +08:00
committed by GitHub
parent 29c427be1d
commit e3a8b63e38

View File

@@ -72,7 +72,6 @@ globalStyle(`${root} > :last-child`, {
paddingRight: '8px',
});
export const titleIconsWrapper = style({
width: 34,
display: 'flex',
alignItems: 'center',
justifyContent: 'center',