acud 1.0.31 → 1.0.33

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 v1.0.31 */
1
+ /*! acud v1.0.33 */
2
2
  /* color */
3
3
  /* 默认颜色 */
4
4
  /* 通用-icon */
@@ -2405,6 +2405,7 @@ a {
2405
2405
  border-style: solid;
2406
2406
  border-width: 1px;
2407
2407
  font-weight: 400;
2408
+ vertical-align: middle;
2408
2409
  height: 32px;
2409
2410
  padding-right: 11px;
2410
2411
  padding-left: 11px;
@@ -11010,7 +11011,7 @@ a {
11010
11011
  .acud-input-textarea-limit-box {
11011
11012
  position: absolute;
11012
11013
  bottom: 4px;
11013
- right: 8px;
11014
+ right: 12px;
11014
11015
  width: auto;
11015
11016
  height: auto;
11016
11017
  padding-left: 4px;
@@ -11045,6 +11046,15 @@ a {
11045
11046
  .acud-input-textarea-limit-box[disabled]:active {
11046
11047
  border-color: #F33E3E;
11047
11048
  }
11049
+ .acud-input-textarea-limit-box-readonly {
11050
+ background-color: #F7F7F9;
11051
+ }
11052
+ .acud-input-textarea-limit-box-readonly:focus {
11053
+ background-color: #F7F7F9;
11054
+ }
11055
+ .acud-input-textarea-limit-box-readonly:hover {
11056
+ background-color: #F7F7F9;
11057
+ }
11048
11058
  .acud-input-password-outer {
11049
11059
  position: relative;
11050
11060
  }
@@ -19208,6 +19218,7 @@ li.acud-dropdown-menu-submenu-active:hover,
19208
19218
  outline: 0;
19209
19219
  border-style: solid;
19210
19220
  border-width: 1px;
19221
+ vertical-align: middle;
19211
19222
  height: 32px;
19212
19223
  padding-right: 11px;
19213
19224
  padding-left: 11px;