fix(form-item): 多端的form-item上,去控制tiny-cascader 的宽度为w-full, 引起tiny-cascader的所有有类名的元素的宽度都是100% 的bug (#4194)

This commit is contained in:
申君健 2026-05-11 14:16:49 +08:00 committed by GitHub
parent cfdcfe8ffb
commit dbe5a12b2a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -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'
: ''