@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.
- package/dist/css/AggsItemV.css +37 -23
- package/dist/css/AggsItemV.min.css +1 -1
- package/dist/css/Author.css +3 -3
- package/dist/css/Author.min.css +1 -1
- package/dist/index.css +1 -1
- package/dist/index.js +518 -473
- package/dist/index.min.css +1 -1
- package/dist/index.min.js +6 -6
- package/dist/index.umd.cjs +7 -7
- package/dist/index.umd.min.cjs +3 -3
- package/package.json +1 -1
package/dist/css/AggsItemV.css
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
[data-v-
|
|
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-
|
|
77
|
-
.v-enter-active[data-v-
|
|
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-
|
|
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-
|
|
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-
|
|
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 .
|
|
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 .
|
|
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-
|
|
121
|
+
.warp .title__warp .icon-active[data-v-87d23166] {
|
|
116
122
|
transform: rotate(-90deg);
|
|
117
123
|
}
|
|
118
|
-
.warp .
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
185
|
+
.warp .item_warp li[data-v-87d23166]:last-of-type {
|
|
172
186
|
margin-bottom: 8px;
|
|
173
187
|
}
|
|
174
|
-
.warp .readmore[data-v-
|
|
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-
|
|
197
|
+
.warp .readmore[data-v-87d23166]:hover {
|
|
184
198
|
color: #2F3A91;
|
|
185
199
|
}
|
|
186
|
-
.warp .readmore span[data-v-
|
|
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-
|
|
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-
|
|
208
|
+
.warp .Checkbox__label[data-v-87d23166] {
|
|
195
209
|
width: 180px;
|
|
196
210
|
height: auto;
|
|
197
211
|
overflow: hidden;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
[data-v-
|
|
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}
|
package/dist/css/Author.css
CHANGED
package/dist/css/Author.min.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
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}
|