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 +13 -2
- package/dist/acud.css.map +1 -1
- package/dist/acud.js +3 -10408
- 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 +2 -2
- package/dist/acud.min.js.map +1 -1
- package/es/button/style/index.css +1 -0
- package/es/button/style/mixin.less +1 -0
- package/es/input/TextArea.js +2 -1
- package/es/input/style/index.css +10 -1
- package/es/input/style/index.less +11 -1
- package/es/pagination/style/index.css +1 -0
- package/lib/button/style/index.css +1 -0
- package/lib/button/style/mixin.less +1 -0
- package/lib/input/TextArea.js +2 -1
- package/lib/input/style/index.css +10 -1
- package/lib/input/style/index.less +11 -1
- package/lib/pagination/style/index.css +1 -0
- package/package.json +1 -1
package/dist/acud.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! acud v1.0.
|
|
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:
|
|
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;
|