fix(core): adjust ui styles (#5094)

This commit is contained in:
JimmFly
2023-11-30 12:23:57 +08:00
committed by GitHub
parent 6661e8bd9a
commit 3e662f358d
12 changed files with 56 additions and 33 deletions

View File

@@ -61,6 +61,7 @@ export const dropdownIcon = style({
export const radioButton = style({
flexGrow: 1,
flex: 1,
selectors: {
'&:not(:last-of-type)': {
marginRight: '4px',
@@ -72,7 +73,8 @@ export const radioButtonContent = style({
display: 'flex',
justifyContent: 'center',
alignItems: 'center',
height: '24px',
height: '28px',
padding: '4px 8px',
borderRadius: '8px',
filter: 'drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.1))',
whiteSpace: 'nowrap',