@zkwq/business 0.1.26 → 0.1.28
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/Annex.css +45 -46
- package/dist/css/Annex.min.css +1 -1
- package/dist/css/Author.css +4 -4
- package/dist/css/Author.min.css +1 -1
- package/dist/css/AuthorX.css +13 -13
- package/dist/css/AuthorX.min.css +1 -1
- package/dist/css/InstitutionProfile.css +10 -10
- package/dist/css/InstitutionProfile.min.css +1 -1
- package/dist/css/ReadableItem.css +71 -71
- package/dist/css/ReadableItem.min.css +1 -1
- package/dist/css/UserProfile.css +14 -13
- package/dist/css/UserProfile.min.css +1 -1
- package/dist/index.css +1 -1
- package/dist/index.js +430 -413
- 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 +2 -2
- package/package.json +1 -1
package/dist/css/Annex.css
CHANGED
|
@@ -1,26 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
.annex-uploader .base-upload {
|
|
3
|
-
width: 120px;
|
|
4
|
-
height: 120px;
|
|
5
|
-
border: 1px dashed #d9d9d9;
|
|
6
|
-
border-radius: 6px;
|
|
7
|
-
cursor: pointer;
|
|
8
|
-
position: relative;
|
|
9
|
-
overflow: hidden;
|
|
10
|
-
}
|
|
11
|
-
.annex-uploader .base-upload:hover {
|
|
12
|
-
border-color: #409eff;
|
|
13
|
-
}
|
|
14
|
-
.annex-uploader-icon {
|
|
15
|
-
font-size: 28px;
|
|
16
|
-
color: #8c939d;
|
|
17
|
-
width: 120px;
|
|
18
|
-
height: 120px;
|
|
19
|
-
display: flex !important;
|
|
20
|
-
align-items: center;
|
|
21
|
-
justify-content: center;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
2
|
|
|
25
3
|
|
|
26
4
|
|
|
@@ -31,7 +9,7 @@
|
|
|
31
9
|
|
|
32
10
|
|
|
33
11
|
|
|
34
|
-
[data-v-
|
|
12
|
+
[data-v-6a654572]:export {
|
|
35
13
|
primary: #2F3A91;
|
|
36
14
|
success: #67C23A;
|
|
37
15
|
warning: #FF791A;
|
|
@@ -94,29 +72,29 @@
|
|
|
94
72
|
|
|
95
73
|
|
|
96
74
|
|
|
97
|
-
.FruitUploaderContainer[data-v-
|
|
75
|
+
.FruitUploaderContainer[data-v-6a654572] {
|
|
98
76
|
display: flex;
|
|
99
77
|
align-items: flex-start;
|
|
100
78
|
flex-wrap: wrap;
|
|
101
79
|
margin-top: 6px;
|
|
102
80
|
}
|
|
103
|
-
.FruitUploaderContainer .FruitUploader[data-v-
|
|
81
|
+
.FruitUploaderContainer .FruitUploader[data-v-6a654572] {
|
|
104
82
|
margin-bottom: 10px;
|
|
105
83
|
}
|
|
106
|
-
.FruitUploaderContainer .FruitUploader[data-v-
|
|
84
|
+
.FruitUploaderContainer .FruitUploader[data-v-6a654572]:first-child {
|
|
107
85
|
margin-right: 10px;
|
|
108
86
|
}
|
|
109
|
-
.FruitUploaderContainer .CoverMask[data-v-
|
|
87
|
+
.FruitUploaderContainer .CoverMask[data-v-6a654572] {
|
|
110
88
|
width: 120px;
|
|
111
89
|
height: 120px;
|
|
112
90
|
position: absolute;
|
|
113
91
|
background: #FFFFFF;
|
|
114
92
|
}
|
|
115
|
-
.FruitUploaderContainer .CoverMask img[data-v-
|
|
93
|
+
.FruitUploaderContainer .CoverMask img[data-v-6a654572] {
|
|
116
94
|
border-radius: 4px;
|
|
117
95
|
cursor: pointer;
|
|
118
96
|
}
|
|
119
|
-
.FruitUploaderContainer .CoverMask .CoverMask__actions[data-v-
|
|
97
|
+
.FruitUploaderContainer .CoverMask .CoverMask__actions[data-v-6a654572] {
|
|
120
98
|
width: 120px;
|
|
121
99
|
height: 120px;
|
|
122
100
|
position: absolute;
|
|
@@ -132,16 +110,16 @@
|
|
|
132
110
|
justify-content: center;
|
|
133
111
|
font-size: 18px;
|
|
134
112
|
}
|
|
135
|
-
.FruitUploaderContainer .CoverMask .CoverMask__actions i[data-v-
|
|
113
|
+
.FruitUploaderContainer .CoverMask .CoverMask__actions i[data-v-6a654572] {
|
|
136
114
|
cursor: pointer;
|
|
137
115
|
}
|
|
138
|
-
.FruitUploaderContainer .CoverMask .CoverMask__actions i + i[data-v-
|
|
116
|
+
.FruitUploaderContainer .CoverMask .CoverMask__actions i + i[data-v-6a654572] {
|
|
139
117
|
margin-left: 16px;
|
|
140
118
|
}
|
|
141
|
-
.FruitUploaderContainer .CoverMask.is-hover .CoverMask__actions[data-v-
|
|
119
|
+
.FruitUploaderContainer .CoverMask.is-hover .CoverMask__actions[data-v-6a654572] {
|
|
142
120
|
opacity: 1;
|
|
143
121
|
}
|
|
144
|
-
.FruitUploaderContainer .FileMask[data-v-
|
|
122
|
+
.FruitUploaderContainer .FileMask[data-v-6a654572] {
|
|
145
123
|
width: 120px;
|
|
146
124
|
height: 120px;
|
|
147
125
|
background: #F3F5F8;
|
|
@@ -149,16 +127,16 @@
|
|
|
149
127
|
margin-right: 10px;
|
|
150
128
|
margin-bottom: 10px;
|
|
151
129
|
}
|
|
152
|
-
.FruitUploaderContainer .FileMask.is-active[data-v-
|
|
130
|
+
.FruitUploaderContainer .FileMask.is-active[data-v-6a654572] {
|
|
153
131
|
background-color: transparent;
|
|
154
132
|
}
|
|
155
|
-
.FruitUploaderContainer .FileMask__content[data-v-
|
|
133
|
+
.FruitUploaderContainer .FileMask__content[data-v-6a654572] {
|
|
156
134
|
width: 100%;
|
|
157
135
|
height: 100%;
|
|
158
136
|
padding: 10px;
|
|
159
137
|
position: relative;
|
|
160
138
|
}
|
|
161
|
-
.FruitUploaderContainer .FileMask__content .FileMask__actions[data-v-
|
|
139
|
+
.FruitUploaderContainer .FileMask__content .FileMask__actions[data-v-6a654572] {
|
|
162
140
|
width: 120px;
|
|
163
141
|
height: 120px;
|
|
164
142
|
position: absolute;
|
|
@@ -174,16 +152,16 @@
|
|
|
174
152
|
justify-content: center;
|
|
175
153
|
font-size: 18px;
|
|
176
154
|
}
|
|
177
|
-
.FruitUploaderContainer .FileMask__content .FileMask__actions i[data-v-
|
|
155
|
+
.FruitUploaderContainer .FileMask__content .FileMask__actions i[data-v-6a654572] {
|
|
178
156
|
cursor: pointer;
|
|
179
157
|
}
|
|
180
|
-
.FruitUploaderContainer .FileMask__content .FileMask__actions i + i[data-v-
|
|
158
|
+
.FruitUploaderContainer .FileMask__content .FileMask__actions i + i[data-v-6a654572] {
|
|
181
159
|
margin-left: 16px;
|
|
182
160
|
}
|
|
183
|
-
.FruitUploaderContainer .FileMask__content.is-hover .FileMask__actions[data-v-
|
|
161
|
+
.FruitUploaderContainer .FileMask__content.is-hover .FileMask__actions[data-v-6a654572] {
|
|
184
162
|
opacity: 1;
|
|
185
163
|
}
|
|
186
|
-
.FruitUploaderContainer .FileMask__title[data-v-
|
|
164
|
+
.FruitUploaderContainer .FileMask__title[data-v-6a654572] {
|
|
187
165
|
font-size: 13px;
|
|
188
166
|
line-height: 1.2;
|
|
189
167
|
max-height: 64px;
|
|
@@ -195,23 +173,44 @@
|
|
|
195
173
|
-webkit-box-orient: vertical;
|
|
196
174
|
-webkit-line-clamp: 3;
|
|
197
175
|
}
|
|
198
|
-
.FruitUploaderContainer .FileMask__meta[data-v-
|
|
176
|
+
.FruitUploaderContainer .FileMask__meta[data-v-6a654572] {
|
|
199
177
|
position: absolute;
|
|
200
178
|
bottom: 26px;
|
|
201
179
|
line-height: 1.2;
|
|
202
180
|
font-size: 12px;
|
|
203
181
|
color: #8590a6;
|
|
204
182
|
}
|
|
205
|
-
.FruitUploader__tipItems[data-v-
|
|
183
|
+
.FruitUploader__tipItems[data-v-6a654572] {
|
|
206
184
|
line-height: 1.2;
|
|
207
185
|
}
|
|
208
|
-
.FruitUploader__tipItem[data-v-
|
|
186
|
+
.FruitUploader__tipItem[data-v-6a654572] {
|
|
209
187
|
font-size: 13px;
|
|
210
188
|
color: #8590a6;
|
|
211
189
|
}
|
|
212
|
-
.FruitUploader__tipItem + .FruitUploader__tipItem[data-v-
|
|
190
|
+
.FruitUploader__tipItem + .FruitUploader__tipItem[data-v-6a654572] {
|
|
213
191
|
margin-top: 4px;
|
|
214
192
|
}
|
|
215
|
-
.FruitUploader__tipItem--error[data-v-
|
|
193
|
+
.FruitUploader__tipItem--error[data-v-6a654572] {
|
|
216
194
|
color: #F1403C;
|
|
217
|
-
}
|
|
195
|
+
}
|
|
196
|
+
.annex-uploader .base-upload {
|
|
197
|
+
width: 120px;
|
|
198
|
+
height: 120px;
|
|
199
|
+
border: 1px dashed #d9d9d9;
|
|
200
|
+
border-radius: 6px;
|
|
201
|
+
cursor: pointer;
|
|
202
|
+
position: relative;
|
|
203
|
+
overflow: hidden;
|
|
204
|
+
}
|
|
205
|
+
.annex-uploader .base-upload:hover {
|
|
206
|
+
border-color: #409eff;
|
|
207
|
+
}
|
|
208
|
+
.annex-uploader-icon {
|
|
209
|
+
font-size: 28px;
|
|
210
|
+
color: #8c939d;
|
|
211
|
+
width: 120px;
|
|
212
|
+
height: 120px;
|
|
213
|
+
display: flex !important;
|
|
214
|
+
align-items: center;
|
|
215
|
+
justify-content: center;
|
|
216
|
+
}
|
package/dist/css/Annex.min.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
[data-v-6a654572]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.FruitUploaderContainer[data-v-6a654572]{display:flex;align-items:flex-start;flex-wrap:wrap;margin-top:6px}.FruitUploaderContainer .FruitUploader[data-v-6a654572]{margin-bottom:10px}.FruitUploaderContainer .FruitUploader[data-v-6a654572]:first-child{margin-right:10px}.FruitUploaderContainer .CoverMask[data-v-6a654572]{width:120px;height:120px;position:absolute;background:#fff}.FruitUploaderContainer .CoverMask img[data-v-6a654572]{border-radius:4px;cursor:pointer}.FruitUploaderContainer .CoverMask .CoverMask__actions[data-v-6a654572]{width:120px;height:120px;position:absolute;left:0;top:0;opacity:0;border-radius:4px;transition:all .3s;background-color:rgba(0,0,0,.5);color:#fff;display:flex;align-items:center;justify-content:center;font-size:18px}.FruitUploaderContainer .CoverMask .CoverMask__actions i[data-v-6a654572]{cursor:pointer}.FruitUploaderContainer .CoverMask .CoverMask__actions i+i[data-v-6a654572]{margin-left:16px}.FruitUploaderContainer .CoverMask.is-hover .CoverMask__actions[data-v-6a654572]{opacity:1}.FruitUploaderContainer .FileMask[data-v-6a654572]{width:120px;height:120px;background:#f3f5f8;border-radius:4px;margin-right:10px;margin-bottom:10px}.FruitUploaderContainer .FileMask.is-active[data-v-6a654572]{background-color:transparent}.FruitUploaderContainer .FileMask__content[data-v-6a654572]{width:100%;height:100%;padding:10px;position:relative}.FruitUploaderContainer .FileMask__content .FileMask__actions[data-v-6a654572]{width:120px;height:120px;position:absolute;left:0;top:0;opacity:0;border-radius:4px;transition:all .2s;background-color:rgba(0,0,0,.5);color:#fff;display:flex;align-items:center;justify-content:center;font-size:18px}.FruitUploaderContainer .FileMask__content .FileMask__actions i[data-v-6a654572]{cursor:pointer}.FruitUploaderContainer .FileMask__content .FileMask__actions i+i[data-v-6a654572]{margin-left:16px}.FruitUploaderContainer .FileMask__content.is-hover .FileMask__actions[data-v-6a654572]{opacity:1}.FruitUploaderContainer .FileMask__title[data-v-6a654572]{font-size:13px;line-height:1.2;max-height:64px;padding:2px 0;overflow:hidden;text-overflow:ellipsis;white-space:normal;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.FruitUploaderContainer .FileMask__meta[data-v-6a654572]{position:absolute;bottom:26px;line-height:1.2;font-size:12px;color:#8590a6}.FruitUploader__tipItems[data-v-6a654572]{line-height:1.2}.FruitUploader__tipItem[data-v-6a654572]{font-size:13px;color:#8590a6}.FruitUploader__tipItem+.FruitUploader__tipItem[data-v-6a654572]{margin-top:4px}.FruitUploader__tipItem--error[data-v-6a654572]{color:#f1403c}.annex-uploader .base-upload{width:120px;height:120px;border:1px dashed #d9d9d9;border-radius:6px;cursor:pointer;position:relative;overflow:hidden}.annex-uploader .base-upload:hover{border-color:#409eff}.annex-uploader-icon{font-size:28px;color:#8c939d;width:120px;height:120px;display:flex!important;align-items:center;justify-content:center}
|
package/dist/css/Author.css
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
[data-v-
|
|
12
|
+
[data-v-30ad58fa]: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-
|
|
75
|
+
.Author__wrap[data-v-30ad58fa] {
|
|
76
76
|
width: 100%;
|
|
77
77
|
}
|
|
78
|
-
.Form__author[data-v-
|
|
78
|
+
.Form__author[data-v-30ad58fa] {
|
|
79
79
|
position: relative;
|
|
80
80
|
margin-right: 16px;
|
|
81
81
|
width: 100%;
|
|
82
82
|
}
|
|
83
|
-
.FormItem__tip[data-v-
|
|
83
|
+
.FormItem__tip[data-v-30ad58fa] {
|
|
84
84
|
margin-top: 12px;
|
|
85
85
|
color: #8590a6;
|
|
86
86
|
}
|
package/dist/css/Author.min.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
[data-v-
|
|
1
|
+
[data-v-30ad58fa]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.Author__wrap[data-v-30ad58fa]{width:100%}.Form__author[data-v-30ad58fa]{position:relative;margin-right:16px;width:100%}.FormItem__tip[data-v-30ad58fa]{margin-top:12px;color:#8590a6}
|
package/dist/css/AuthorX.css
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
[data-v-
|
|
12
|
+
[data-v-5cd926a4]:export {
|
|
13
13
|
primary: #2F3A91;
|
|
14
14
|
success: #67C23A;
|
|
15
15
|
warning: #FF791A;
|
|
@@ -72,36 +72,36 @@
|
|
|
72
72
|
|
|
73
73
|
|
|
74
74
|
|
|
75
|
-
.Author__warp[data-v-
|
|
75
|
+
.Author__warp[data-v-5cd926a4] + .base-form-item__error.is-required {
|
|
76
76
|
top: 16px;
|
|
77
77
|
right: 0px;
|
|
78
78
|
width: auto;
|
|
79
79
|
left: auto;
|
|
80
80
|
text-align: right;
|
|
81
81
|
}
|
|
82
|
-
.Author__warp[data-v-
|
|
82
|
+
.Author__warp[data-v-5cd926a4] {
|
|
83
83
|
width: 100%;
|
|
84
84
|
height: auto;
|
|
85
85
|
overflow: hidden;
|
|
86
86
|
}
|
|
87
|
-
.Form__item[data-v-
|
|
87
|
+
.Form__item[data-v-5cd926a4] {
|
|
88
88
|
width: 100%;
|
|
89
89
|
height: 80px;
|
|
90
90
|
display: flex;
|
|
91
91
|
align-items: flex-start;
|
|
92
92
|
margin-top: 16px;
|
|
93
93
|
}
|
|
94
|
-
.Form__author[data-v-
|
|
94
|
+
.Form__author[data-v-5cd926a4] {
|
|
95
95
|
position: relative;
|
|
96
96
|
margin-right: 16px;
|
|
97
97
|
width: 100%;
|
|
98
98
|
}
|
|
99
|
-
.FormItem__tip[data-v-
|
|
99
|
+
.FormItem__tip[data-v-5cd926a4] {
|
|
100
100
|
position: absolute;
|
|
101
101
|
top: 40px;
|
|
102
102
|
color: #8590a6;
|
|
103
103
|
}
|
|
104
|
-
.Author__list[data-v-
|
|
104
|
+
.Author__list[data-v-5cd926a4] {
|
|
105
105
|
width: auto;
|
|
106
106
|
overflow: hidden;
|
|
107
107
|
margin: 8px;
|
|
@@ -112,24 +112,24 @@
|
|
|
112
112
|
flex-wrap: wrap;
|
|
113
113
|
gap: 8px;
|
|
114
114
|
}
|
|
115
|
-
.Author__list *[data-v-
|
|
115
|
+
.Author__list *[data-v-5cd926a4] {
|
|
116
116
|
line-height: 30px;
|
|
117
117
|
}
|
|
118
|
-
.Author__list[data-v-
|
|
118
|
+
.Author__list[data-v-5cd926a4]:hover {
|
|
119
119
|
background-color: #f6f6f6;
|
|
120
120
|
border-radius: 4px;
|
|
121
121
|
}
|
|
122
|
-
.Author__list--contro[data-v-
|
|
122
|
+
.Author__list--contro[data-v-5cd926a4] {
|
|
123
123
|
width: auto;
|
|
124
124
|
display: flex;
|
|
125
125
|
justify-content: space-between;
|
|
126
126
|
}
|
|
127
|
-
.Author__list--contro span[data-v-
|
|
127
|
+
.Author__list--contro span[data-v-5cd926a4] {
|
|
128
128
|
cursor: pointer;
|
|
129
129
|
}
|
|
130
|
-
.add_author[data-v-
|
|
130
|
+
.add_author[data-v-5cd926a4] {
|
|
131
131
|
cursor: pointer;
|
|
132
132
|
}
|
|
133
|
-
.add_author[data-v-
|
|
133
|
+
.add_author[data-v-5cd926a4]:hover {
|
|
134
134
|
color: #2F3A91;
|
|
135
135
|
}
|
package/dist/css/AuthorX.min.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
[data-v-
|
|
1
|
+
[data-v-5cd926a4]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.Author__warp[data-v-5cd926a4]+.base-form-item__error.is-required{top:16px;right:0;width:auto;left:auto;text-align:right}.Author__warp[data-v-5cd926a4]{width:100%;height:auto;overflow:hidden}.Form__item[data-v-5cd926a4]{width:100%;height:80px;display:flex;align-items:flex-start;margin-top:16px}.Form__author[data-v-5cd926a4]{position:relative;margin-right:16px;width:100%}.FormItem__tip[data-v-5cd926a4]{position:absolute;top:40px;color:#8590a6}.Author__list[data-v-5cd926a4]{width:auto;overflow:hidden;margin:8px;padding:8px;height:auto;display:flex;align-items:center;flex-wrap:wrap;gap:8px}.Author__list [data-v-5cd926a4]{line-height:30px}.Author__list[data-v-5cd926a4]:hover{background-color:#f6f6f6;border-radius:4px}.Author__list--contro[data-v-5cd926a4]{width:auto;display:flex;justify-content:space-between}.Author__list--contro span[data-v-5cd926a4]{cursor:pointer}.add_author[data-v-5cd926a4]{cursor:pointer}.add_author[data-v-5cd926a4]:hover{color:#2f3a91}
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
[data-v-
|
|
12
|
+
[data-v-316c48b6]:export {
|
|
13
13
|
primary: #2F3A91;
|
|
14
14
|
success: #67C23A;
|
|
15
15
|
warning: #FF791A;
|
|
@@ -72,29 +72,29 @@
|
|
|
72
72
|
|
|
73
73
|
|
|
74
74
|
|
|
75
|
-
.UserProfile[data-v-
|
|
75
|
+
.UserProfile[data-v-316c48b6] {
|
|
76
76
|
display: flex;
|
|
77
77
|
align-items: center;
|
|
78
78
|
}
|
|
79
|
-
.UserProfile .SmoothNumber[data-v-
|
|
79
|
+
.UserProfile .SmoothNumber[data-v-316c48b6] {
|
|
80
80
|
color: #2F3A91;
|
|
81
81
|
}
|
|
82
|
-
.UserProfile__avatar[data-v-
|
|
82
|
+
.UserProfile__avatar[data-v-316c48b6] {
|
|
83
83
|
margin-right: 12px;
|
|
84
84
|
}
|
|
85
|
-
.UserProfile__avatar .Avatar[data-v-
|
|
85
|
+
.UserProfile__avatar .Avatar[data-v-316c48b6], .UserProfile__avatar .UserLink[data-v-316c48b6] {
|
|
86
86
|
display: block;
|
|
87
87
|
}
|
|
88
|
-
.UserProfile__content[data-v-
|
|
88
|
+
.UserProfile__content[data-v-316c48b6] {
|
|
89
89
|
flex: 1;
|
|
90
90
|
overflow: hidden;
|
|
91
91
|
}
|
|
92
|
-
.UserProfile__affiliation[data-v-
|
|
92
|
+
.UserProfile__affiliation[data-v-316c48b6], .UserProfile__name[data-v-316c48b6] {
|
|
93
93
|
overflow: hidden;
|
|
94
94
|
text-overflow: ellipsis;
|
|
95
95
|
white-space: nowrap;
|
|
96
96
|
}
|
|
97
|
-
.UserProfile__name[data-v-
|
|
97
|
+
.UserProfile__name[data-v-316c48b6] {
|
|
98
98
|
font-size: 18px;
|
|
99
99
|
font-weight: 600;
|
|
100
100
|
font-synthesis: style;
|
|
@@ -104,14 +104,14 @@
|
|
|
104
104
|
align-items: center;
|
|
105
105
|
white-space: normal;
|
|
106
106
|
}
|
|
107
|
-
.UserProfile__affiliation[data-v-
|
|
107
|
+
.UserProfile__affiliation[data-v-316c48b6] {
|
|
108
108
|
color: #8590a6;
|
|
109
109
|
line-height: 1.5;
|
|
110
110
|
max-height: 42px;
|
|
111
111
|
overflow: hidden;
|
|
112
112
|
margin-top: 4px;
|
|
113
113
|
}
|
|
114
|
-
.UserProfile__name--light[data-v-
|
|
114
|
+
.UserProfile__name--light[data-v-316c48b6] {
|
|
115
115
|
font-weight: 500;
|
|
116
116
|
line-height: 26px;
|
|
117
117
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
[data-v-
|
|
1
|
+
[data-v-316c48b6]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.UserProfile[data-v-316c48b6]{display:flex;align-items:center}.UserProfile .SmoothNumber[data-v-316c48b6]{color:#2f3a91}.UserProfile__avatar[data-v-316c48b6]{margin-right:12px}.UserProfile__avatar .Avatar[data-v-316c48b6],.UserProfile__avatar .UserLink[data-v-316c48b6]{display:block}.UserProfile__content[data-v-316c48b6]{flex:1;overflow:hidden}.UserProfile__affiliation[data-v-316c48b6],.UserProfile__name[data-v-316c48b6]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.UserProfile__name[data-v-316c48b6]{font-size:18px;font-weight:600;font-synthesis:style;color:#121212;margin-bottom:8px;display:flex;align-items:center;white-space:normal}.UserProfile__affiliation[data-v-316c48b6]{color:#8590a6;line-height:1.5;max-height:42px;overflow:hidden;margin-top:4px}.UserProfile__name--light[data-v-316c48b6]{font-weight:500;line-height:26px}
|