@zkwq/business 0.1.91 → 0.1.93

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-de9a0114]:export {
12
+ [data-v-87d23166]:export {
13
13
  primary: #2F3A91;
14
14
  success: #67C23A;
15
15
  warning: #FF791A;
@@ -73,21 +73,21 @@
73
73
 
74
74
 
75
75
 
76
- .v-leave-active[data-v-de9a0114],
77
- .v-enter-active[data-v-de9a0114] {
76
+ .v-leave-active[data-v-87d23166],
77
+ .v-enter-active[data-v-87d23166] {
78
78
  transition: 300ms max-height ease-in-out, 300ms padding-top ease-in-out, 300ms padding-bottom ease-in-out;
79
79
  }
80
- .text-overflow[data-v-de9a0114] {
80
+ .text-overflow[data-v-87d23166] {
81
81
  overflow: hidden;
82
82
  text-overflow: ellipsis;
83
83
  white-space: nowrap;
84
84
  }
85
- .warp[data-v-de9a0114] {
85
+ .warp[data-v-87d23166] {
86
86
  width: 100%;
87
87
  height: auto;
88
88
  overflow: hidden;
89
89
  }
90
- .warp .title__warp[data-v-de9a0114] {
90
+ .warp .title__warp[data-v-87d23166] {
91
91
  width: 100%;
92
92
  padding: 12px 16px;
93
93
  font-weight: 600;
@@ -99,10 +99,16 @@
99
99
  align-items: center;
100
100
  justify-content: space-between;
101
101
  }
102
- .warp .title__warp .title[data-v-de9a0114] {
102
+ .warp .title__warp .title__content[data-v-87d23166] {
103
+ display: flex;
104
+ align-items: center;
103
105
  flex: 1;
106
+ gap: 8px;
104
107
  }
105
- .warp .title__warp .icon[data-v-de9a0114] {
108
+ .warp .title__warp .title__content i[data-v-87d23166] {
109
+ cursor: pointer;
110
+ }
111
+ .warp .title__warp .icon[data-v-87d23166] {
106
112
  padding: 2px;
107
113
  background: #f0f1f7;
108
114
  display: flex;
@@ -112,22 +118,30 @@
112
118
  font-size: 16px;
113
119
  transition: transform 0.3s;
114
120
  }
115
- .warp .title__warp .icon-active[data-v-de9a0114] {
121
+ .warp .title__warp .icon-active[data-v-87d23166] {
116
122
  transform: rotate(-90deg);
117
123
  }
118
- .warp .item_warp[data-v-de9a0114] {
124
+ .warp .Search__wrap[data-v-87d23166] {
125
+ width: 100%;
126
+ padding: 8px 16px;
127
+ display: flex;
128
+ align-items: center;
129
+ justify-content: space-between;
130
+ gap: 10px;
131
+ }
132
+ .warp .item_warp[data-v-87d23166] {
119
133
  width: 100%;
120
134
  font-size: 14px;
121
135
  overflow: hidden;
122
136
  }
123
- .warp .item_warp li[data-v-de9a0114] {
137
+ .warp .item_warp li[data-v-87d23166] {
124
138
  width: 100%;
125
139
  height: auto;
126
140
  overflow: hidden;
127
141
  padding: 5px 16px;
128
142
  display: flex;
129
143
  }
130
- .warp .item_warp li .item[data-v-de9a0114] {
144
+ .warp .item_warp li .item[data-v-87d23166] {
131
145
  width: 18px;
132
146
  margin-right: 8px;
133
147
  height: auto;
@@ -136,10 +150,10 @@
136
150
  display: flex;
137
151
  align-items: center;
138
152
  }
139
- .warp .item_warp li .item[data-v-de9a0114]:hover {
153
+ .warp .item_warp li .item[data-v-87d23166]:hover {
140
154
  opacity: 0.9;
141
155
  }
142
- .warp .item_warp li .text[data-v-de9a0114] {
156
+ .warp .item_warp li .text[data-v-87d23166] {
143
157
  flex: 1;
144
158
  margin-right: 8px;
145
159
  height: auto;
@@ -150,10 +164,10 @@
150
164
  font-size: 15px;
151
165
  font-weight: 400;
152
166
  }
153
- .warp .item_warp li .text[data-v-de9a0114]:hover {
167
+ .warp .item_warp li .text[data-v-87d23166]:hover {
154
168
  opacity: 0.9;
155
169
  }
156
- .warp .item_warp li .num[data-v-de9a0114] {
170
+ .warp .item_warp li .num[data-v-87d23166] {
157
171
  color: #8590a6;
158
172
  font-size: 15px;
159
173
  font-weight: 400;
@@ -165,13 +179,13 @@
165
179
  overflow: hidden;
166
180
  text-overflow: ellipsis;
167
181
  }
168
- .warp .item_warp li[data-v-de9a0114]:first-of-type {
182
+ .warp .item_warp li[data-v-87d23166]:first-of-type {
169
183
  margin-top: 8px;
170
184
  }
171
- .warp .item_warp li[data-v-de9a0114]:last-of-type {
185
+ .warp .item_warp li[data-v-87d23166]:last-of-type {
172
186
  margin-bottom: 8px;
173
187
  }
174
- .warp .readmore[data-v-de9a0114] {
188
+ .warp .readmore[data-v-87d23166] {
175
189
  text-align: center;
176
190
  padding: 5px 0px;
177
191
  cursor: pointer;
@@ -180,18 +194,18 @@
180
194
  justify-content: center;
181
195
  color: #999;
182
196
  }
183
- .warp .readmore[data-v-de9a0114]:hover {
197
+ .warp .readmore[data-v-87d23166]:hover {
184
198
  color: #2F3A91;
185
199
  }
186
- .warp .readmore span[data-v-de9a0114] {
200
+ .warp .readmore span[data-v-87d23166] {
187
201
  font-size: 12px;
188
202
  display: none;
189
203
  }
190
- .warp .readmore:hover span[data-v-de9a0114] {
204
+ .warp .readmore:hover span[data-v-87d23166] {
191
205
  display: block !important;
192
206
  transition: 0.5s;
193
207
  }
194
- .warp .Checkbox__label[data-v-de9a0114] {
208
+ .warp .Checkbox__label[data-v-87d23166] {
195
209
  width: 180px;
196
210
  height: auto;
197
211
  overflow: hidden;
@@ -1 +1 @@
1
- [data-v-de9a0114]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.v-enter-active[data-v-de9a0114],.v-leave-active[data-v-de9a0114]{transition:.3s max-height ease-in-out,.3s padding-top ease-in-out,.3s padding-bottom ease-in-out}.text-overflow[data-v-de9a0114]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.warp[data-v-de9a0114]{width:100%;height:auto;overflow:hidden}.warp .title__warp[data-v-de9a0114]{width:100%;padding:12px 16px;font-weight:600;font-size:14px;letter-spacing:2px;border-top:1px solid #dcdfe6;border-bottom:1px solid #dcdfe6;display:flex;align-items:center;justify-content:space-between}.warp .title__warp .title[data-v-de9a0114]{flex:1}.warp .title__warp .icon[data-v-de9a0114]{padding:2px;background:#f0f1f7;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px;transition:transform .3s}.warp .title__warp .icon-active[data-v-de9a0114]{transform:rotate(-90deg)}.warp .item_warp[data-v-de9a0114]{width:100%;font-size:14px;overflow:hidden}.warp .item_warp li[data-v-de9a0114]{width:100%;height:auto;overflow:hidden;padding:5px 16px;display:flex}.warp .item_warp li .item[data-v-de9a0114]{width:18px;margin-right:8px;height:auto;overflow:hidden;cursor:pointer;display:flex;align-items:center}.warp .item_warp li .item[data-v-de9a0114]:hover{opacity:.9}.warp .item_warp li .text[data-v-de9a0114]{flex:1;margin-right:8px;height:auto;overflow:hidden;cursor:pointer;line-height:normal!important;color:#121212;font-size:15px;font-weight:400}.warp .item_warp li .text[data-v-de9a0114]:hover{opacity:.9}.warp .item_warp li .num[data-v-de9a0114]{color:#8590a6;font-size:15px;font-weight:400;max-width:calc(40% - 8px);text-align:right;display:flex;align-items:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.warp .item_warp li[data-v-de9a0114]:first-of-type{margin-top:8px}.warp .item_warp li[data-v-de9a0114]:last-of-type{margin-bottom:8px}.warp .readmore[data-v-de9a0114]{text-align:center;padding:5px 0;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#999}.warp .readmore[data-v-de9a0114]:hover{color:#2f3a91}.warp .readmore span[data-v-de9a0114]{font-size:12px;display:none}.warp .readmore:hover span[data-v-de9a0114]{display:block!important;transition:.5s}.warp .Checkbox__label[data-v-de9a0114]{width:180px;height:auto;overflow:hidden;white-space:normal;word-break:break-all;word-wrap:break-word;line-height:20px}
1
+ [data-v-87d23166]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.v-enter-active[data-v-87d23166],.v-leave-active[data-v-87d23166]{transition:.3s max-height ease-in-out,.3s padding-top ease-in-out,.3s padding-bottom ease-in-out}.text-overflow[data-v-87d23166]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.warp[data-v-87d23166]{width:100%;height:auto;overflow:hidden}.warp .title__warp[data-v-87d23166]{width:100%;padding:12px 16px;font-weight:600;font-size:14px;letter-spacing:2px;border-top:1px solid #dcdfe6;border-bottom:1px solid #dcdfe6;display:flex;align-items:center;justify-content:space-between}.warp .title__warp .title__content[data-v-87d23166]{display:flex;align-items:center;flex:1;gap:8px}.warp .title__warp .title__content i[data-v-87d23166]{cursor:pointer}.warp .title__warp .icon[data-v-87d23166]{padding:2px;background:#f0f1f7;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px;transition:transform .3s}.warp .title__warp .icon-active[data-v-87d23166]{transform:rotate(-90deg)}.warp .Search__wrap[data-v-87d23166]{width:100%;padding:8px 16px;display:flex;align-items:center;justify-content:space-between;gap:10px}.warp .item_warp[data-v-87d23166]{width:100%;font-size:14px;overflow:hidden}.warp .item_warp li[data-v-87d23166]{width:100%;height:auto;overflow:hidden;padding:5px 16px;display:flex}.warp .item_warp li .item[data-v-87d23166]{width:18px;margin-right:8px;height:auto;overflow:hidden;cursor:pointer;display:flex;align-items:center}.warp .item_warp li .item[data-v-87d23166]:hover{opacity:.9}.warp .item_warp li .text[data-v-87d23166]{flex:1;margin-right:8px;height:auto;overflow:hidden;cursor:pointer;line-height:normal!important;color:#121212;font-size:15px;font-weight:400}.warp .item_warp li .text[data-v-87d23166]:hover{opacity:.9}.warp .item_warp li .num[data-v-87d23166]{color:#8590a6;font-size:15px;font-weight:400;max-width:calc(40% - 8px);text-align:right;display:flex;align-items:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.warp .item_warp li[data-v-87d23166]:first-of-type{margin-top:8px}.warp .item_warp li[data-v-87d23166]:last-of-type{margin-bottom:8px}.warp .readmore[data-v-87d23166]{text-align:center;padding:5px 0;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#999}.warp .readmore[data-v-87d23166]:hover{color:#2f3a91}.warp .readmore span[data-v-87d23166]{font-size:12px;display:none}.warp .readmore:hover span[data-v-87d23166]{display:block!important;transition:.5s}.warp .Checkbox__label[data-v-87d23166]{width:180px;height:auto;overflow:hidden;white-space:normal;word-break:break-all;word-wrap:break-word;line-height:20px}
@@ -1,6 +1,4 @@
1
- .Author__custom--popper {
2
- min-width: 600px;
3
- }
1
+
4
2
 
5
3
 
6
4
 
@@ -86,4 +84,6 @@
86
84
  .FormItem__tip[data-v-17e90e4d] {
87
85
  margin-top: 12px;
88
86
  color: #8590a6;
87
+ }.Author__custom--popper {
88
+ min-width: 600px;
89
89
  }
@@ -1 +1 @@
1
- .Author__custom--popper{min-width:600px}[data-v-17e90e4d]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.Author__wrap[data-v-17e90e4d]{width:100%}.Form__author[data-v-17e90e4d]{position:relative;margin-right:16px;width:100%}.FormItem__tip[data-v-17e90e4d]{margin-top:12px;color:#8590a6}
1
+ [data-v-17e90e4d]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.Author__wrap[data-v-17e90e4d]{width:100%}.Form__author[data-v-17e90e4d]{position:relative;margin-right:16px;width:100%}.FormItem__tip[data-v-17e90e4d]{margin-top:12px;color:#8590a6}.Author__custom--popper{min-width:600px}