@cloudbase/weda-ui 3.17.5 → 3.17.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/style/index.css +7 -0
- package/dist/style/index.scss +1 -1
- package/dist/style/weda-ui.min.css +3 -3
- package/dist/web/components/form/uploader/upload/index.js +4 -0
- package/dist/web/components/form/userOrgSelect/component/user-select-h5/index.js +4 -4
- package/dist/web/components/wd-form/hooks/use-remote-value.js +4 -4
- package/dist/web/weda-ui.css +28 -63
- package/package.json +1 -1
package/dist/style/index.css
CHANGED
|
@@ -5161,6 +5161,13 @@ textarea {
|
|
|
5161
5161
|
height: var(--wd-form-textarea-wrap-height-md);
|
|
5162
5162
|
}
|
|
5163
5163
|
|
|
5164
|
+
.wd-textarea-root .wd-form-item__readonly-web,
|
|
5165
|
+
.wd-textarea-root .wd-form-item__readonly {
|
|
5166
|
+
overflow: auto;
|
|
5167
|
+
align-items: unset;
|
|
5168
|
+
height: 100%;
|
|
5169
|
+
}
|
|
5170
|
+
|
|
5164
5171
|
.wd-textarea__content {
|
|
5165
5172
|
position: relative;
|
|
5166
5173
|
width: 100%;
|