@zkwq/business 0.1.91 → 0.1.92

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-9d16ea3a]: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-9d16ea3a],
77
+ .v-enter-active[data-v-9d16ea3a] {
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-9d16ea3a] {
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-9d16ea3a] {
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-9d16ea3a] {
91
91
  width: 100%;
92
92
  padding: 12px 16px;
93
93
  font-weight: 600;
@@ -99,10 +99,10 @@
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[data-v-9d16ea3a] {
103
103
  flex: 1;
104
104
  }
105
- .warp .title__warp .icon[data-v-de9a0114] {
105
+ .warp .title__warp .icon[data-v-9d16ea3a] {
106
106
  padding: 2px;
107
107
  background: #f0f1f7;
108
108
  display: flex;
@@ -112,22 +112,22 @@
112
112
  font-size: 16px;
113
113
  transition: transform 0.3s;
114
114
  }
115
- .warp .title__warp .icon-active[data-v-de9a0114] {
115
+ .warp .title__warp .icon-active[data-v-9d16ea3a] {
116
116
  transform: rotate(-90deg);
117
117
  }
118
- .warp .item_warp[data-v-de9a0114] {
118
+ .warp .item_warp[data-v-9d16ea3a] {
119
119
  width: 100%;
120
120
  font-size: 14px;
121
121
  overflow: hidden;
122
122
  }
123
- .warp .item_warp li[data-v-de9a0114] {
123
+ .warp .item_warp li[data-v-9d16ea3a] {
124
124
  width: 100%;
125
125
  height: auto;
126
126
  overflow: hidden;
127
127
  padding: 5px 16px;
128
128
  display: flex;
129
129
  }
130
- .warp .item_warp li .item[data-v-de9a0114] {
130
+ .warp .item_warp li .item[data-v-9d16ea3a] {
131
131
  width: 18px;
132
132
  margin-right: 8px;
133
133
  height: auto;
@@ -136,10 +136,10 @@
136
136
  display: flex;
137
137
  align-items: center;
138
138
  }
139
- .warp .item_warp li .item[data-v-de9a0114]:hover {
139
+ .warp .item_warp li .item[data-v-9d16ea3a]:hover {
140
140
  opacity: 0.9;
141
141
  }
142
- .warp .item_warp li .text[data-v-de9a0114] {
142
+ .warp .item_warp li .text[data-v-9d16ea3a] {
143
143
  flex: 1;
144
144
  margin-right: 8px;
145
145
  height: auto;
@@ -150,10 +150,10 @@
150
150
  font-size: 15px;
151
151
  font-weight: 400;
152
152
  }
153
- .warp .item_warp li .text[data-v-de9a0114]:hover {
153
+ .warp .item_warp li .text[data-v-9d16ea3a]:hover {
154
154
  opacity: 0.9;
155
155
  }
156
- .warp .item_warp li .num[data-v-de9a0114] {
156
+ .warp .item_warp li .num[data-v-9d16ea3a] {
157
157
  color: #8590a6;
158
158
  font-size: 15px;
159
159
  font-weight: 400;
@@ -165,13 +165,13 @@
165
165
  overflow: hidden;
166
166
  text-overflow: ellipsis;
167
167
  }
168
- .warp .item_warp li[data-v-de9a0114]:first-of-type {
168
+ .warp .item_warp li[data-v-9d16ea3a]:first-of-type {
169
169
  margin-top: 8px;
170
170
  }
171
- .warp .item_warp li[data-v-de9a0114]:last-of-type {
171
+ .warp .item_warp li[data-v-9d16ea3a]:last-of-type {
172
172
  margin-bottom: 8px;
173
173
  }
174
- .warp .readmore[data-v-de9a0114] {
174
+ .warp .readmore[data-v-9d16ea3a] {
175
175
  text-align: center;
176
176
  padding: 5px 0px;
177
177
  cursor: pointer;
@@ -180,18 +180,18 @@
180
180
  justify-content: center;
181
181
  color: #999;
182
182
  }
183
- .warp .readmore[data-v-de9a0114]:hover {
183
+ .warp .readmore[data-v-9d16ea3a]:hover {
184
184
  color: #2F3A91;
185
185
  }
186
- .warp .readmore span[data-v-de9a0114] {
186
+ .warp .readmore span[data-v-9d16ea3a] {
187
187
  font-size: 12px;
188
188
  display: none;
189
189
  }
190
- .warp .readmore:hover span[data-v-de9a0114] {
190
+ .warp .readmore:hover span[data-v-9d16ea3a] {
191
191
  display: block !important;
192
192
  transition: 0.5s;
193
193
  }
194
- .warp .Checkbox__label[data-v-de9a0114] {
194
+ .warp .Checkbox__label[data-v-9d16ea3a] {
195
195
  width: 180px;
196
196
  height: auto;
197
197
  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-9d16ea3a]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.v-enter-active[data-v-9d16ea3a],.v-leave-active[data-v-9d16ea3a]{transition:.3s max-height ease-in-out,.3s padding-top ease-in-out,.3s padding-bottom ease-in-out}.text-overflow[data-v-9d16ea3a]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.warp[data-v-9d16ea3a]{width:100%;height:auto;overflow:hidden}.warp .title__warp[data-v-9d16ea3a]{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-9d16ea3a]{flex:1}.warp .title__warp .icon[data-v-9d16ea3a]{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-9d16ea3a]{transform:rotate(-90deg)}.warp .item_warp[data-v-9d16ea3a]{width:100%;font-size:14px;overflow:hidden}.warp .item_warp li[data-v-9d16ea3a]{width:100%;height:auto;overflow:hidden;padding:5px 16px;display:flex}.warp .item_warp li .item[data-v-9d16ea3a]{width:18px;margin-right:8px;height:auto;overflow:hidden;cursor:pointer;display:flex;align-items:center}.warp .item_warp li .item[data-v-9d16ea3a]:hover{opacity:.9}.warp .item_warp li .text[data-v-9d16ea3a]{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-9d16ea3a]:hover{opacity:.9}.warp .item_warp li .num[data-v-9d16ea3a]{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-9d16ea3a]:first-of-type{margin-top:8px}.warp .item_warp li[data-v-9d16ea3a]:last-of-type{margin-bottom:8px}.warp .readmore[data-v-9d16ea3a]{text-align:center;padding:5px 0;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#999}.warp .readmore[data-v-9d16ea3a]:hover{color:#2f3a91}.warp .readmore span[data-v-9d16ea3a]{font-size:12px;display:none}.warp .readmore:hover span[data-v-9d16ea3a]{display:block!important;transition:.5s}.warp .Checkbox__label[data-v-9d16ea3a]{width:180px;height:auto;overflow:hidden;white-space:normal;word-break:break-all;word-wrap:break-word;line-height:20px}