acud 0.0.62 → 0.0.63
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 +1 -2
- package/dist/acud.css.map +1 -1
- package/dist/acud.js +615 -305
- 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 +4 -4
- package/dist/acud.min.js.map +1 -1
- package/es/tooltip/index.d.ts +0 -1
- package/es/tooltip/index.js +3 -8
- package/es/transfer/style/index.css +0 -1
- package/es/transfer/style/index.less +0 -1
- package/lib/tooltip/index.d.ts +0 -1
- package/lib/tooltip/index.js +3 -8
- package/lib/transfer/style/index.css +0 -1
- package/lib/transfer/style/index.less +0 -1
- package/package.json +1 -1
package/dist/acud.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! acud v0.0.
|
|
1
|
+
/*! acud v0.0.63 */
|
|
2
2
|
/* color */
|
|
3
3
|
/* 默认颜色 */
|
|
4
4
|
/* 通用-icon */
|
|
@@ -24099,7 +24099,6 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
|
|
|
24099
24099
|
.acud-transfer-target-item-cancel.acuicon-outlined-close {
|
|
24100
24100
|
display: flex;
|
|
24101
24101
|
cursor: pointer;
|
|
24102
|
-
font-size: 22px;
|
|
24103
24102
|
color: #84868C;
|
|
24104
24103
|
}
|
|
24105
24104
|
.acud-transfer-target-item-cancel.acuicon-outlined-close:hover {
|