acud 0.0.74 → 0.0.75
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/acud.css +7 -1
- package/dist/acud.css.map +1 -1
- package/dist/acud.js +1231 -1258
- package/dist/acud.js.map +1 -1
- package/dist/acud.min.css +1 -1
- package/dist/acud.min.css.map +1 -1
- package/dist/acud.min.js +9 -8
- package/dist/acud.min.js.map +1 -1
- package/es/date-picker/src/PickerPanel.js +0 -1
- package/es/date-picker/src/RangePicker.js +0 -1
- package/es/input-number/src/hooks/useFrame.d.ts +1 -1
- package/es/modal/style/index.less +8 -8
- package/es/modal/style/mixin.less +12 -3
- package/es/select/src/OptionList.d.ts +5 -4
- package/es/select/src/OptionList.js +12 -4
- package/es/select/src/generate.d.ts +1 -0
- package/es/select/src/generate.js +3 -1
- package/es/select/style/index.css +6 -0
- package/es/select/style/index.less +6 -0
- package/es/virtual-list/List.js +0 -7
- package/lib/date-picker/src/PickerPanel.js +0 -1
- package/lib/date-picker/src/RangePicker.js +0 -1
- package/lib/input-number/src/hooks/useFrame.d.ts +1 -1
- package/lib/modal/style/index.less +8 -8
- package/lib/modal/style/mixin.less +12 -3
- package/lib/select/src/OptionList.d.ts +5 -4
- package/lib/select/src/OptionList.js +12 -4
- package/lib/select/src/generate.d.ts +1 -0
- package/lib/select/src/generate.js +3 -1
- package/lib/select/style/index.css +6 -0
- package/lib/select/style/index.less +6 -0
- package/lib/virtual-list/List.js +0 -7
- package/package.json +1 -1
package/dist/acud.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! acud v0.0.
|
|
1
|
+
/*! acud v0.0.75 */
|
|
2
2
|
/* color */
|
|
3
3
|
/* 默认颜色 */
|
|
4
4
|
/* 通用-icon */
|
|
@@ -19357,6 +19357,9 @@ span.acud-radio-button {
|
|
|
19357
19357
|
.acud-select-item-group-checkbox {
|
|
19358
19358
|
margin-right: 8px;
|
|
19359
19359
|
}
|
|
19360
|
+
.acud-select-item-group.acud-select-item-group-keep-expand {
|
|
19361
|
+
color: #B8BABF;
|
|
19362
|
+
}
|
|
19360
19363
|
.acud-select-item-option {
|
|
19361
19364
|
display: flex;
|
|
19362
19365
|
}
|
|
@@ -19387,6 +19390,9 @@ span.acud-radio-button {
|
|
|
19387
19390
|
.acud-select-item-option-grouped {
|
|
19388
19391
|
padding-left: 48px;
|
|
19389
19392
|
}
|
|
19393
|
+
.acud-select-item-option-grouped.acud-select-item-option-grouped-keep-expand {
|
|
19394
|
+
padding-left: 24px;
|
|
19395
|
+
}
|
|
19390
19396
|
.acud-select-lg {
|
|
19391
19397
|
font-size: 14px;
|
|
19392
19398
|
}
|