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 CHANGED
@@ -1,4 +1,4 @@
1
- /*! acud v0.0.74 */
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
  }