fix:修改默认字体大小 (#3629)
This commit is contained in:
parent
919f9bbffb
commit
db3f74b418
|
@ -6,7 +6,7 @@
|
|||
.@{dropdown-prefix-cls} {
|
||||
@apply inline-block;
|
||||
@apply relative;
|
||||
@apply text-xs;
|
||||
@apply text-sm;
|
||||
|
||||
.@{css-prefix}button-group {
|
||||
@apply block;
|
||||
|
|
|
@ -195,7 +195,7 @@ export default defineComponent({
|
|||
return (
|
||||
<div
|
||||
class={[
|
||||
'relative inline-block [&>span:nth-of-type(1)]:text-color-brand-focus [&>span:nth-of-type(1)]:text-sm sm:[&>span:nth-of-type(1)]:text-xs',
|
||||
'relative inline-block [&>span:nth-of-type(1)]:text-color-brand-focus [&>span:nth-of-type(1)]:text-sm sm:[&>span:nth-of-type(1)]:text-sm',
|
||||
disabled && '[&>span:nth-of-type(1)]:text-color-brand-focus',
|
||||
state.showSelfIcon && 'leading-4 h-4 [&_svg]:align-top [&_svg]:rotate-0'
|
||||
]}
|
||||
|
|
Loading…
Reference in New Issue