@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.
@@ -9,7 +9,7 @@
9
9
 
10
10
 
11
11
 
12
- [data-v-4a48b65e]:export {
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-4a48b65e] {
75
+ .Author__wrap[data-v-878fe2ee] {
76
76
  width: 100%;
77
77
  }
78
- .Form__author[data-v-4a48b65e] {
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-4a48b65e] {
83
+ .FormItem__tip[data-v-878fe2ee] {
84
84
  margin-top: 12px;
85
85
  color: #8590a6;
86
86
  }
@@ -1 +1 @@
1
- [data-v-4a48b65e]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.Author__wrap[data-v-4a48b65e]{width:100%}.Form__author[data-v-4a48b65e]{position:relative;margin-right:16px;width:100%}.FormItem__tip[data-v-4a48b65e]{margin-top:12px;color:#8590a6}
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-5f067100]:export {
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-5f067100] {
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-5f067100] {
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-5f067100]:hover {
93
+ .Menu__warp .Menu__item[data-v-301dd7b9]:hover {
94
94
  opacity: 0.7;
95
95
  }
96
- .Menu__warp .Menu__item--actived[data-v-5f067100] {
96
+ .Menu__warp .Menu__item--actived[data-v-301dd7b9] {
97
97
  color: white;
98
98
  }
99
- .Menu__warp .actived[data-v-5f067100] {
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;
@@ -1 +1 @@
1
- [data-v-5f067100]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.Menu__warp[data-v-5f067100]{width:auto;height:auto;overflow:hidden;background:#e4edf6;display:flex;font-size:13px;border-radius:4px;position:relative}.Menu__warp .Menu__item[data-v-5f067100]{width:auto;height:100%;padding:8px 16px;z-index:2;cursor:pointer;transition:all .5s}.Menu__warp .Menu__item[data-v-5f067100]:hover{opacity:.7}.Menu__warp .Menu__item--actived[data-v-5f067100]{color:#fff}.Menu__warp .actived[data-v-5f067100]{position:absolute;height:100%;background:#2f3a91;top:0;transition:all .5s;border-radius:4px}
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}