@zkwq/business 0.1.22 → 0.1.23

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/XTab.css CHANGED
@@ -9,7 +9,7 @@
9
9
 
10
10
 
11
11
 
12
- [data-v-6148a360]:export {
12
+ [data-v-5f067100]: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-6148a360] {
75
+ .Menu__warp[data-v-5f067100] {
76
76
  width: auto;
77
77
  height: auto;
78
78
  overflow: hidden;
@@ -80,10 +80,9 @@
80
80
  display: flex;
81
81
  font-size: 13px;
82
82
  border-radius: 4px;
83
- gap: 12px;
84
83
  position: relative;
85
84
  }
86
- .Menu__warp .Menu__item[data-v-6148a360] {
85
+ .Menu__warp .Menu__item[data-v-5f067100] {
87
86
  width: auto;
88
87
  height: 100%;
89
88
  padding: 8px 16px;
@@ -91,13 +90,13 @@
91
90
  cursor: pointer;
92
91
  transition: all 0.5s;
93
92
  }
94
- .Menu__warp .Menu__item[data-v-6148a360]:hover {
93
+ .Menu__warp .Menu__item[data-v-5f067100]:hover {
95
94
  opacity: 0.7;
96
95
  }
97
- .Menu__warp .Menu__item--actived[data-v-6148a360] {
96
+ .Menu__warp .Menu__item--actived[data-v-5f067100] {
98
97
  color: white;
99
98
  }
100
- .Menu__warp .actived[data-v-6148a360] {
99
+ .Menu__warp .actived[data-v-5f067100] {
101
100
  position: absolute;
102
101
  height: 100%;
103
102
  background: #2F3A91;
@@ -1 +1 @@
1
- [data-v-6148a360]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.Menu__warp[data-v-6148a360]{width:auto;height:auto;overflow:hidden;background:#e4edf6;display:flex;font-size:13px;border-radius:4px;gap:12px;position:relative}.Menu__warp .Menu__item[data-v-6148a360]{width:auto;height:100%;padding:8px 16px;z-index:2;cursor:pointer;transition:all .5s}.Menu__warp .Menu__item[data-v-6148a360]:hover{opacity:.7}.Menu__warp .Menu__item--actived[data-v-6148a360]{color:#fff}.Menu__warp .actived[data-v-6148a360]{position:absolute;height:100%;background:#2f3a91;top:0;transition:all .5s;border-radius:4px}
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}