fix(form-item): 多端的form-item上,去控制tiny-cascader 的宽度为w-full, 引起tiny-cascader的所有有类名的元素的宽度都是100% 的bug (#4194)
This commit is contained in:
parent
cfdcfe8ffb
commit
dbe5a12b2a
|
|
@ -110,7 +110,6 @@
|
|||
'[&_[aria-label=checkbox-group]]:pl-0.5 sm:[&_[aria-label=checkbox-group]]:pl-0',
|
||||
'[&_>:first-child[data-tag=tiny-checkbox]]:pl-0.5 sm:[&_>:first-child[data-tag=tiny-checkbox]]:pl-0',
|
||||
'[&_[class^=tiny-autocomplete]]:w-full',
|
||||
'[&_[class^=tiny-cascader]]:w-full',
|
||||
state.isDisplayOnly
|
||||
? '[&_>*:not([data-tag^=tiny-],[class^=tiny-])]:leading-8 [&_>*:not([data-tag^=tiny-],[class^=tiny-])]:sm:leading-normal'
|
||||
: ''
|
||||
|
|
|
|||
Loading…
Reference in New Issue