fix(core): adjust tag text alignment

This commit is contained in:
Peng Xiao 2025-04-29 22:55:52 +08:00
parent a326eac1bb
commit b6af01b0be
No known key found for this signature in database
GPG Key ID: 21D49B4CA2B82E60

View File

@ -84,6 +84,7 @@ export const tagInnerWrapper = style({
padding: '0 8px',
color: cssVar('textPrimaryColor'),
borderColor: cssVar('borderColor'),
position: 'relative',
selectors: {
'&[data-focused=true]': {
borderColor: cssVar('primaryColor'),
@ -151,6 +152,7 @@ export const tagLabel = style({
textOverflow: 'ellipsis',
whiteSpace: 'nowrap',
userSelect: 'none',
transform: 'translateY(-0.75px)',
});
export const tagRemove = style({