acud 1.4.2 → 1.4.3
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 +2 -2
- package/dist/acud.css.map +1 -1
- package/dist/acud.js +1 -1
- package/dist/acud.min.css +1 -1
- package/dist/acud.min.css.map +1 -1
- package/dist/acud.min.js +1 -1
- package/es/table/style/index.css +1 -1
- package/es/table/style/index.less +1 -1
- package/lib/table/style/index.css +1 -1
- package/lib/table/style/index.less +1 -1
- package/package.json +1 -1
package/dist/acud.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! acud v1.4.
|
|
1
|
+
/*! acud v1.4.3 */
|
|
2
2
|
/* color */
|
|
3
3
|
/* 默认颜色 */
|
|
4
4
|
/* 通用-icon */
|
|
@@ -22901,7 +22901,7 @@ div.acud-table-summary {
|
|
|
22901
22901
|
flex-direction: column;
|
|
22902
22902
|
align-items: center;
|
|
22903
22903
|
}
|
|
22904
|
-
.acud-table-column-sorter-icon {
|
|
22904
|
+
.acud-table-column-sorter .acud-table-column-sorter-icon {
|
|
22905
22905
|
display: none;
|
|
22906
22906
|
}
|
|
22907
22907
|
.acud-table-column-sorter-default,
|