@zkwq/business 0.1.67 → 0.1.69
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/AuthorX.css +13 -13
- package/dist/css/AuthorX.min.css +1 -1
- package/dist/css/FollowButton.css +16 -0
- package/dist/css/FollowButton.min.css +1 -0
- package/dist/css/HoverCard.css +307 -0
- package/dist/css/HoverCard.min.css +1 -0
- package/dist/css/index.css +4246 -0
- package/dist/css/index.min.css +1 -1
- package/dist/index.css +1 -1
- package/dist/index.js +4141 -3703
- package/dist/index.min.css +1 -1
- package/dist/index.min.js +6 -6
- package/dist/index.umd.cjs +9 -9
- package/dist/index.umd.min.cjs +7 -7
- package/dist/scss/baseUI/style/index.scss +3 -1
- package/package.json +3 -3
package/dist/css/AuthorX.css
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
[data-v-
|
|
14
|
+
[data-v-447b1c2b]:export {
|
|
15
15
|
primary: #2F3A91;
|
|
16
16
|
success: #67C23A;
|
|
17
17
|
warning: #FF791A;
|
|
@@ -75,36 +75,36 @@
|
|
|
75
75
|
|
|
76
76
|
|
|
77
77
|
|
|
78
|
-
.Author__warp[data-v-
|
|
78
|
+
.Author__warp[data-v-447b1c2b] + .base-form-item__error.is-required {
|
|
79
79
|
top: 16px;
|
|
80
80
|
right: 0px;
|
|
81
81
|
width: auto;
|
|
82
82
|
left: auto;
|
|
83
83
|
text-align: right;
|
|
84
84
|
}
|
|
85
|
-
.Author__warp[data-v-
|
|
85
|
+
.Author__warp[data-v-447b1c2b] {
|
|
86
86
|
width: 100%;
|
|
87
87
|
height: auto;
|
|
88
88
|
overflow: hidden;
|
|
89
89
|
}
|
|
90
|
-
.Form__item[data-v-
|
|
90
|
+
.Form__item[data-v-447b1c2b] {
|
|
91
91
|
width: 100%;
|
|
92
92
|
height: 80px;
|
|
93
93
|
display: flex;
|
|
94
94
|
align-items: flex-start;
|
|
95
95
|
margin-top: 16px;
|
|
96
96
|
}
|
|
97
|
-
.Form__author[data-v-
|
|
97
|
+
.Form__author[data-v-447b1c2b] {
|
|
98
98
|
position: relative;
|
|
99
99
|
margin-right: 16px;
|
|
100
100
|
width: 100%;
|
|
101
101
|
}
|
|
102
|
-
.FormItem__tip[data-v-
|
|
102
|
+
.FormItem__tip[data-v-447b1c2b] {
|
|
103
103
|
position: absolute;
|
|
104
104
|
top: 40px;
|
|
105
105
|
color: #8590a6;
|
|
106
106
|
}
|
|
107
|
-
.Author__list[data-v-
|
|
107
|
+
.Author__list[data-v-447b1c2b] {
|
|
108
108
|
width: auto;
|
|
109
109
|
overflow: hidden;
|
|
110
110
|
margin: 8px;
|
|
@@ -115,24 +115,24 @@
|
|
|
115
115
|
flex-wrap: wrap;
|
|
116
116
|
gap: 8px;
|
|
117
117
|
}
|
|
118
|
-
.Author__list *[data-v-
|
|
118
|
+
.Author__list *[data-v-447b1c2b] {
|
|
119
119
|
line-height: 30px;
|
|
120
120
|
}
|
|
121
|
-
.Author__list[data-v-
|
|
121
|
+
.Author__list[data-v-447b1c2b]:hover {
|
|
122
122
|
background-color: #f6f6f6;
|
|
123
123
|
border-radius: 4px;
|
|
124
124
|
}
|
|
125
|
-
.Author__list--contro[data-v-
|
|
125
|
+
.Author__list--contro[data-v-447b1c2b] {
|
|
126
126
|
width: auto;
|
|
127
127
|
display: flex;
|
|
128
128
|
justify-content: space-between;
|
|
129
129
|
}
|
|
130
|
-
.Author__list--contro span[data-v-
|
|
130
|
+
.Author__list--contro span[data-v-447b1c2b] {
|
|
131
131
|
cursor: pointer;
|
|
132
132
|
}
|
|
133
|
-
.add_author[data-v-
|
|
133
|
+
.add_author[data-v-447b1c2b] {
|
|
134
134
|
cursor: pointer;
|
|
135
135
|
}
|
|
136
|
-
.add_author[data-v-
|
|
136
|
+
.add_author[data-v-447b1c2b]:hover {
|
|
137
137
|
color: #2F3A91;
|
|
138
138
|
}
|
package/dist/css/AuthorX.min.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.Author__custom--popper{min-width:600px}[data-v-
|
|
1
|
+
.Author__custom--popper{min-width:600px}[data-v-447b1c2b]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.Author__warp[data-v-447b1c2b]+.base-form-item__error.is-required{top:16px;right:0;width:auto;left:auto;text-align:right}.Author__warp[data-v-447b1c2b]{width:100%;height:auto;overflow:hidden}.Form__item[data-v-447b1c2b]{width:100%;height:80px;display:flex;align-items:flex-start;margin-top:16px}.Form__author[data-v-447b1c2b]{position:relative;margin-right:16px;width:100%}.FormItem__tip[data-v-447b1c2b]{position:absolute;top:40px;color:#8590a6}.Author__list[data-v-447b1c2b]{width:auto;overflow:hidden;margin:8px;padding:8px;height:auto;display:flex;align-items:center;flex-wrap:wrap;gap:8px}.Author__list [data-v-447b1c2b]{line-height:30px}.Author__list[data-v-447b1c2b]:hover{background-color:#f6f6f6;border-radius:4px}.Author__list--contro[data-v-447b1c2b]{width:auto;display:flex;justify-content:space-between}.Author__list--contro span[data-v-447b1c2b]{cursor:pointer}.add_author[data-v-447b1c2b]{cursor:pointer}.add_author[data-v-447b1c2b]:hover{color:#2f3a91}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
.FollowButton__container[data-v-4c745a60] {
|
|
2
|
+
min-width: 106px;
|
|
3
|
+
}
|
|
4
|
+
.FollowButton__container .base-icon-plus[data-v-4c745a60] {
|
|
5
|
+
margin-right: 5px;
|
|
6
|
+
font-weight: 600;
|
|
7
|
+
}
|
|
8
|
+
.FollowButton[data-v-4c745a60] {
|
|
9
|
+
min-width: 106px;
|
|
10
|
+
}
|
|
11
|
+
.HoverCard__buttons .FollowButton__container[data-v-4c745a60] {
|
|
12
|
+
width: 126px;
|
|
13
|
+
}
|
|
14
|
+
.HoverCard__buttons .FollowButton[data-v-4c745a60] {
|
|
15
|
+
width: 126px;
|
|
16
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.FollowButton__container[data-v-4c745a60]{min-width:106px}.FollowButton__container .base-icon-plus[data-v-4c745a60]{margin-right:5px;font-weight:600}.FollowButton[data-v-4c745a60]{min-width:106px}.HoverCard__buttons .FollowButton__container[data-v-4c745a60]{width:126px}.HoverCard__buttons .FollowButton[data-v-4c745a60]{width:126px}
|
|
@@ -0,0 +1,307 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
[data-v-63d987a6]: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
|
+
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
[data-v-63d987a6]:export {
|
|
88
|
+
primary: #2F3A91;
|
|
89
|
+
success: #67C23A;
|
|
90
|
+
warning: #FF791A;
|
|
91
|
+
danger: #F1403C;
|
|
92
|
+
info: #8590a6;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
.HoverCard__coverContainer[data-v-63d987a6] {
|
|
156
|
+
height: 100px;
|
|
157
|
+
margin: 0 -12px;
|
|
158
|
+
overflow: hidden;
|
|
159
|
+
border-radius: 2px 2px 0 0;
|
|
160
|
+
}
|
|
161
|
+
.HoverCard__cover[data-v-63d987a6] {
|
|
162
|
+
width: 100%;
|
|
163
|
+
height: 100%;
|
|
164
|
+
-o-object-fit: cover;
|
|
165
|
+
object-fit: cover;
|
|
166
|
+
}
|
|
167
|
+
.HoverCard__subtitle[data-v-63d987a6], .HoverCard__title[data-v-63d987a6] {
|
|
168
|
+
overflow: hidden;
|
|
169
|
+
text-overflow: ellipsis;
|
|
170
|
+
white-space: nowrap;
|
|
171
|
+
}
|
|
172
|
+
.HoverCard__title[data-v-63d987a6] {
|
|
173
|
+
font-size: 16px;
|
|
174
|
+
font-weight: 500;
|
|
175
|
+
}
|
|
176
|
+
.HoverCard__subtitle[data-v-63d987a6] {
|
|
177
|
+
margin-top: 4px;
|
|
178
|
+
font-weight: 400;
|
|
179
|
+
}
|
|
180
|
+
.HoverCard__titleContainer[data-v-63d987a6] {
|
|
181
|
+
position: relative;
|
|
182
|
+
display: flex;
|
|
183
|
+
padding: 8px 0;
|
|
184
|
+
border-bottom: 1px solid #F3F5F8;
|
|
185
|
+
align-items: center;
|
|
186
|
+
}
|
|
187
|
+
.HoverCard__titleContainer--noAvatar[data-v-63d987a6] {
|
|
188
|
+
margin-top: 20px;
|
|
189
|
+
}
|
|
190
|
+
.HoverCard__avatar[data-v-63d987a6] {
|
|
191
|
+
border: 2px solid #FFFFFF;
|
|
192
|
+
}
|
|
193
|
+
.HoverCard__titleText[data-v-63d987a6] {
|
|
194
|
+
display: flex;
|
|
195
|
+
min-height: 42px;
|
|
196
|
+
padding-bottom: 2px;
|
|
197
|
+
margin-left: 84px;
|
|
198
|
+
flex-direction: column;
|
|
199
|
+
justify-content: center;
|
|
200
|
+
overflow: hidden;
|
|
201
|
+
flex: 1;
|
|
202
|
+
color: #2F3A91;
|
|
203
|
+
}
|
|
204
|
+
.HoverCard__attrInfo[data-v-63d987a6] {
|
|
205
|
+
margin-left: 10px;
|
|
206
|
+
color: #8590A6;
|
|
207
|
+
white-space: nowrap;
|
|
208
|
+
}
|
|
209
|
+
.HoverCard__attrInfo .Icon[data-v-63d987a6] {
|
|
210
|
+
margin-right: 8px;
|
|
211
|
+
}
|
|
212
|
+
.HoverCard[data-v-63d987a6] {
|
|
213
|
+
padding: 0 12px 16px;
|
|
214
|
+
font-size: 14px;
|
|
215
|
+
opacity: 1;
|
|
216
|
+
transition: opacity 0.3s;
|
|
217
|
+
}
|
|
218
|
+
.HoverCard--isLoading[data-v-63d987a6] {
|
|
219
|
+
opacity: 0;
|
|
220
|
+
}
|
|
221
|
+
.HoverCard[data-v-63d987a6], .HoverCard__loading[data-v-63d987a6] {
|
|
222
|
+
box-shadow: 0 5px 20px rgba(26, 26, 26, 0.1);
|
|
223
|
+
background: #FFFFFF;
|
|
224
|
+
border-radius: 2px;
|
|
225
|
+
}
|
|
226
|
+
.HoverCard__container[data-v-63d987a6] {
|
|
227
|
+
width: 320px;
|
|
228
|
+
max-height: 600px;
|
|
229
|
+
}
|
|
230
|
+
.HoverCard__loading[data-v-63d987a6] {
|
|
231
|
+
position: absolute;
|
|
232
|
+
width: 120px;
|
|
233
|
+
height: 80px;
|
|
234
|
+
display: flex;
|
|
235
|
+
justify-content: center;
|
|
236
|
+
align-items: center;
|
|
237
|
+
margin: auto;
|
|
238
|
+
}
|
|
239
|
+
.HoverCard__loading--reversed[data-v-63d987a6] {
|
|
240
|
+
-webkit-transform: translateY(-100%);
|
|
241
|
+
transform: translateY(-100%);
|
|
242
|
+
}
|
|
243
|
+
.HoverCard__container--large[data-v-63d987a6] {
|
|
244
|
+
width: 400px;
|
|
245
|
+
}
|
|
246
|
+
.HoverCard__numberBoard[data-v-63d987a6] {
|
|
247
|
+
display: flex;
|
|
248
|
+
justify-content: space-around;
|
|
249
|
+
align-items: center;
|
|
250
|
+
}
|
|
251
|
+
.HoverCard__buttons[data-v-63d987a6] {
|
|
252
|
+
margin-top: 16px;
|
|
253
|
+
display: flex;
|
|
254
|
+
justify-content: space-between;
|
|
255
|
+
}
|
|
256
|
+
.HoverCard__buttons button[data-v-63d987a6] {
|
|
257
|
+
width: 126px;
|
|
258
|
+
}
|
|
259
|
+
.HoverCard__buttons .base-icon-s-home[data-v-63d987a6] {
|
|
260
|
+
margin-right: 5px;
|
|
261
|
+
}
|
|
262
|
+
.HoverCard__numberGroup[data-v-63d987a6] {
|
|
263
|
+
flex: 1;
|
|
264
|
+
}
|
|
265
|
+
.HoverCard__boardKey[data-v-63d987a6] {
|
|
266
|
+
line-height: 1.7;
|
|
267
|
+
color: #8590A6;
|
|
268
|
+
}
|
|
269
|
+
.HoverCard__boardNumber[data-v-63d987a6] {
|
|
270
|
+
margin-top: 4px;
|
|
271
|
+
font-size: 18px;
|
|
272
|
+
font-weight: 500;
|
|
273
|
+
line-height: 1.4;
|
|
274
|
+
color: #2F3A91;
|
|
275
|
+
}
|
|
276
|
+
.HoverCard__item[data-v-63d987a6] {
|
|
277
|
+
padding: 8px 0;
|
|
278
|
+
line-height: 1.75;
|
|
279
|
+
border-bottom: 1px solid #F3F5F8;
|
|
280
|
+
}
|
|
281
|
+
.HoverCard__item[data-v-63d987a6]:last-child {
|
|
282
|
+
padding: 8px 16px;
|
|
283
|
+
text-align: center;
|
|
284
|
+
border: 0;
|
|
285
|
+
}
|
|
286
|
+
.HoverCard__item .Icon[data-v-63d987a6] {
|
|
287
|
+
margin-right: 8px;
|
|
288
|
+
}
|
|
289
|
+
.UserHoverCard__infoItem[data-v-63d987a6] {
|
|
290
|
+
display: flex;
|
|
291
|
+
align-items: center;
|
|
292
|
+
}
|
|
293
|
+
.UserHoverCard__infoItem[data-v-63d987a6]:not(:last-child) {
|
|
294
|
+
margin-bottom: 8px;
|
|
295
|
+
}
|
|
296
|
+
.HoverCard__description[data-v-63d987a6] {
|
|
297
|
+
display: block;
|
|
298
|
+
display: -webkit-box;
|
|
299
|
+
max-height: 73.5px;
|
|
300
|
+
overflow: hidden;
|
|
301
|
+
text-overflow: ellipsis;
|
|
302
|
+
-webkit-line-clamp: 3;
|
|
303
|
+
-webkit-box-orient: vertical;
|
|
304
|
+
}
|
|
305
|
+
.HoverCard__separate[data-v-63d987a6] {
|
|
306
|
+
color: #EBEBEB;
|
|
307
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
[data-v-63d987a6]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}[data-v-63d987a6]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.HoverCard__coverContainer[data-v-63d987a6]{height:100px;margin:0 -12px;overflow:hidden;border-radius:2px 2px 0 0}.HoverCard__cover[data-v-63d987a6]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.HoverCard__subtitle[data-v-63d987a6],.HoverCard__title[data-v-63d987a6]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.HoverCard__title[data-v-63d987a6]{font-size:16px;font-weight:500}.HoverCard__subtitle[data-v-63d987a6]{margin-top:4px;font-weight:400}.HoverCard__titleContainer[data-v-63d987a6]{position:relative;display:flex;padding:8px 0;border-bottom:1px solid #f3f5f8;align-items:center}.HoverCard__titleContainer--noAvatar[data-v-63d987a6]{margin-top:20px}.HoverCard__avatar[data-v-63d987a6]{border:2px solid #fff}.HoverCard__titleText[data-v-63d987a6]{display:flex;min-height:42px;padding-bottom:2px;margin-left:84px;flex-direction:column;justify-content:center;overflow:hidden;flex:1;color:#2f3a91}.HoverCard__attrInfo[data-v-63d987a6]{margin-left:10px;color:#8590a6;white-space:nowrap}.HoverCard__attrInfo .Icon[data-v-63d987a6]{margin-right:8px}.HoverCard[data-v-63d987a6]{padding:0 12px 16px;font-size:14px;opacity:1;transition:opacity .3s}.HoverCard--isLoading[data-v-63d987a6]{opacity:0}.HoverCard[data-v-63d987a6],.HoverCard__loading[data-v-63d987a6]{box-shadow:0 5px 20px rgba(26,26,26,.1);background:#fff;border-radius:2px}.HoverCard__container[data-v-63d987a6]{width:320px;max-height:600px}.HoverCard__loading[data-v-63d987a6]{position:absolute;width:120px;height:80px;display:flex;justify-content:center;align-items:center;margin:auto}.HoverCard__loading--reversed[data-v-63d987a6]{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.HoverCard__container--large[data-v-63d987a6]{width:400px}.HoverCard__numberBoard[data-v-63d987a6]{display:flex;justify-content:space-around;align-items:center}.HoverCard__buttons[data-v-63d987a6]{margin-top:16px;display:flex;justify-content:space-between}.HoverCard__buttons button[data-v-63d987a6]{width:126px}.HoverCard__buttons .base-icon-s-home[data-v-63d987a6]{margin-right:5px}.HoverCard__numberGroup[data-v-63d987a6]{flex:1}.HoverCard__boardKey[data-v-63d987a6]{line-height:1.7;color:#8590a6}.HoverCard__boardNumber[data-v-63d987a6]{margin-top:4px;font-size:18px;font-weight:500;line-height:1.4;color:#2f3a91}.HoverCard__item[data-v-63d987a6]{padding:8px 0;line-height:1.75;border-bottom:1px solid #f3f5f8}.HoverCard__item[data-v-63d987a6]:last-child{padding:8px 16px;text-align:center;border:0}.HoverCard__item .Icon[data-v-63d987a6]{margin-right:8px}.UserHoverCard__infoItem[data-v-63d987a6]{display:flex;align-items:center}.UserHoverCard__infoItem[data-v-63d987a6]:not(:last-child){margin-bottom:8px}.HoverCard__description[data-v-63d987a6]{display:block;display:-webkit-box;max-height:73.5px;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3;-webkit-box-orient:vertical}.HoverCard__separate[data-v-63d987a6]{color:#ebebeb}
|