@zkwq/business 0.1.24 → 0.1.26
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/css/Author.css +4 -4
- package/dist/css/Author.min.css +1 -1
- package/dist/css/XTab.css +9 -6
- package/dist/css/XTab.min.css +1 -1
- package/dist/index.css +1 -1
- package/dist/index.js +7990 -4770
- package/dist/index.min.css +1 -1
- package/dist/index.min.js +16 -14
- package/dist/index.umd.cjs +16 -9
- package/dist/index.umd.min.cjs +8 -6
- package/package.json +2 -1
package/dist/css/Author.css
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
[data-v-
|
|
12
|
+
[data-v-878fe2ee]:export {
|
|
13
13
|
primary: #2F3A91;
|
|
14
14
|
success: #67C23A;
|
|
15
15
|
warning: #FF791A;
|
|
@@ -72,15 +72,15 @@
|
|
|
72
72
|
|
|
73
73
|
|
|
74
74
|
|
|
75
|
-
.Author__wrap[data-v-
|
|
75
|
+
.Author__wrap[data-v-878fe2ee] {
|
|
76
76
|
width: 100%;
|
|
77
77
|
}
|
|
78
|
-
.Form__author[data-v-
|
|
78
|
+
.Form__author[data-v-878fe2ee] {
|
|
79
79
|
position: relative;
|
|
80
80
|
margin-right: 16px;
|
|
81
81
|
width: 100%;
|
|
82
82
|
}
|
|
83
|
-
.FormItem__tip[data-v-
|
|
83
|
+
.FormItem__tip[data-v-878fe2ee] {
|
|
84
84
|
margin-top: 12px;
|
|
85
85
|
color: #8590a6;
|
|
86
86
|
}
|
package/dist/css/Author.min.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
[data-v-
|
|
1
|
+
[data-v-878fe2ee]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.Author__wrap[data-v-878fe2ee]{width:100%}.Form__author[data-v-878fe2ee]{position:relative;margin-right:16px;width:100%}.FormItem__tip[data-v-878fe2ee]{margin-top:12px;color:#8590a6}
|
package/dist/css/XTab.css
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
[data-v-
|
|
12
|
+
[data-v-301dd7b9]:export {
|
|
13
13
|
primary: #2F3A91;
|
|
14
14
|
success: #67C23A;
|
|
15
15
|
warning: #FF791A;
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
|
|
73
73
|
|
|
74
74
|
|
|
75
|
-
.Menu__warp[data-v-
|
|
75
|
+
.Menu__warp[data-v-301dd7b9] {
|
|
76
76
|
width: auto;
|
|
77
77
|
height: auto;
|
|
78
78
|
overflow: hidden;
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
border-radius: 4px;
|
|
83
83
|
position: relative;
|
|
84
84
|
}
|
|
85
|
-
.Menu__warp .Menu__item[data-v-
|
|
85
|
+
.Menu__warp .Menu__item[data-v-301dd7b9] {
|
|
86
86
|
width: auto;
|
|
87
87
|
height: 100%;
|
|
88
88
|
padding: 8px 16px;
|
|
@@ -90,13 +90,16 @@
|
|
|
90
90
|
cursor: pointer;
|
|
91
91
|
transition: all 0.5s;
|
|
92
92
|
}
|
|
93
|
-
.Menu__warp .Menu__item[data-v-
|
|
93
|
+
.Menu__warp .Menu__item[data-v-301dd7b9]:hover {
|
|
94
94
|
opacity: 0.7;
|
|
95
95
|
}
|
|
96
|
-
.Menu__warp .Menu__item--actived[data-v-
|
|
96
|
+
.Menu__warp .Menu__item--actived[data-v-301dd7b9] {
|
|
97
97
|
color: white;
|
|
98
98
|
}
|
|
99
|
-
.Menu__warp .
|
|
99
|
+
.Menu__warp .Menu__item--disabled[data-v-301dd7b9] {
|
|
100
|
+
cursor: not-allowed;
|
|
101
|
+
}
|
|
102
|
+
.Menu__warp .actived[data-v-301dd7b9] {
|
|
100
103
|
position: absolute;
|
|
101
104
|
height: 100%;
|
|
102
105
|
background: #2F3A91;
|
package/dist/css/XTab.min.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
[data-v-
|
|
1
|
+
[data-v-301dd7b9]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.Menu__warp[data-v-301dd7b9]{width:auto;height:auto;overflow:hidden;background:#e4edf6;display:flex;font-size:13px;border-radius:4px;position:relative}.Menu__warp .Menu__item[data-v-301dd7b9]{width:auto;height:100%;padding:8px 16px;z-index:2;cursor:pointer;transition:all .5s}.Menu__warp .Menu__item[data-v-301dd7b9]:hover{opacity:.7}.Menu__warp .Menu__item--actived[data-v-301dd7b9]{color:#fff}.Menu__warp .Menu__item--disabled[data-v-301dd7b9]{cursor:not-allowed}.Menu__warp .actived[data-v-301dd7b9]{position:absolute;height:100%;background:#2f3a91;top:0;transition:all .5s;border-radius:4px}
|