@zkwq/business 0.1.2 → 0.1.22

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-6edfbb8c]:export {
12
+ [data-v-7e0f0551]: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-6edfbb8c] {
75
+ .Author__wrap[data-v-7e0f0551] {
76
76
  width: 100%;
77
77
  }
78
- .Form__author[data-v-6edfbb8c] {
78
+ .Form__author[data-v-7e0f0551] {
79
79
  position: relative;
80
80
  margin-right: 16px;
81
81
  width: 100%;
82
82
  }
83
- .FormItem__tip[data-v-6edfbb8c] {
83
+ .FormItem__tip[data-v-7e0f0551] {
84
84
  margin-top: 12px;
85
85
  color: #8590a6;
86
86
  }
@@ -1 +1 @@
1
- [data-v-6edfbb8c]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.Author__wrap[data-v-6edfbb8c]{width:100%}.Form__author[data-v-6edfbb8c]{position:relative;margin-right:16px;width:100%}.FormItem__tip[data-v-6edfbb8c]{margin-top:12px;color:#8590a6}
1
+ [data-v-7e0f0551]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.Author__wrap[data-v-7e0f0551]{width:100%}.Form__author[data-v-7e0f0551]{position:relative;margin-right:16px;width:100%}.FormItem__tip[data-v-7e0f0551]{margin-top:12px;color:#8590a6}
@@ -9,7 +9,7 @@
9
9
 
10
10
 
11
11
 
12
- [data-v-59c6b9e9]:export {
12
+ [data-v-e222aae0]: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-59c6b9e9] {
75
+ .Author__wrap[data-v-e222aae0] {
76
76
  width: 100%;
77
77
  }
78
- .Form__author[data-v-59c6b9e9] {
78
+ .Form__author[data-v-e222aae0] {
79
79
  position: relative;
80
80
  margin-right: 16px;
81
81
  width: 100%;
82
82
  }
83
- .FormItem__tip[data-v-59c6b9e9] {
83
+ .FormItem__tip[data-v-e222aae0] {
84
84
  margin-top: 12px;
85
85
  color: #8590a6;
86
86
  }
@@ -1 +1 @@
1
- [data-v-59c6b9e9]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.Author__wrap[data-v-59c6b9e9]{width:100%}.Form__author[data-v-59c6b9e9]{position:relative;margin-right:16px;width:100%}.FormItem__tip[data-v-59c6b9e9]{margin-top:12px;color:#8590a6}
1
+ [data-v-e222aae0]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.Author__wrap[data-v-e222aae0]{width:100%}.Form__author[data-v-e222aae0]{position:relative;margin-right:16px;width:100%}.FormItem__tip[data-v-e222aae0]{margin-top:12px;color:#8590a6}
@@ -0,0 +1,107 @@
1
+
2
+
3
+
4
+
5
+
6
+
7
+
8
+
9
+
10
+
11
+
12
+ [data-v-6148a360]:export {
13
+ primary: #2F3A91;
14
+ success: #67C23A;
15
+ warning: #FF791A;
16
+ danger: #F1403C;
17
+ info: #8590a6;
18
+ }
19
+
20
+
21
+
22
+
23
+
24
+
25
+
26
+
27
+
28
+
29
+
30
+
31
+
32
+
33
+
34
+
35
+
36
+
37
+
38
+
39
+
40
+
41
+
42
+
43
+
44
+
45
+
46
+
47
+
48
+
49
+
50
+
51
+
52
+
53
+
54
+
55
+
56
+
57
+
58
+
59
+
60
+
61
+
62
+
63
+
64
+
65
+
66
+
67
+
68
+
69
+
70
+
71
+
72
+
73
+
74
+
75
+ .Menu__warp[data-v-6148a360] {
76
+ width: auto;
77
+ height: auto;
78
+ overflow: hidden;
79
+ background: #e4edf6;
80
+ display: flex;
81
+ font-size: 13px;
82
+ border-radius: 4px;
83
+ gap: 12px;
84
+ position: relative;
85
+ }
86
+ .Menu__warp .Menu__item[data-v-6148a360] {
87
+ width: auto;
88
+ height: 100%;
89
+ padding: 8px 16px;
90
+ z-index: 2;
91
+ cursor: pointer;
92
+ transition: all 0.5s;
93
+ }
94
+ .Menu__warp .Menu__item[data-v-6148a360]:hover {
95
+ opacity: 0.7;
96
+ }
97
+ .Menu__warp .Menu__item--actived[data-v-6148a360] {
98
+ color: white;
99
+ }
100
+ .Menu__warp .actived[data-v-6148a360] {
101
+ position: absolute;
102
+ height: 100%;
103
+ background: #2F3A91;
104
+ top: 0px;
105
+ transition: all 0.5s;
106
+ border-radius: 4px;
107
+ }
@@ -0,0 +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}