@zkwq/business 0.0.37 → 0.0.39
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/AggsItemH.css +8 -8
- package/dist/css/AggsItemH.min.css +1 -1
- package/dist/css/Annex.css +23 -22
- package/dist/css/Annex.min.css +1 -1
- package/dist/css/AppDialog.css +44 -44
- package/dist/css/AppDialog.min.css +1 -1
- package/dist/css/AppNumberBoard.css +122 -0
- package/dist/css/AppNumberBoard.min.css +1 -0
- package/dist/css/Cover.css +2 -3
- package/dist/css/Cover.min.css +1 -1
- package/dist/css/InstitutionAvatar.css +88 -0
- package/dist/css/InstitutionAvatar.min.css +1 -0
- package/dist/css/InstitutionProfile.css +117 -0
- package/dist/css/InstitutionProfile.min.css +1 -0
- package/dist/css/UserProfile.css +124 -0
- package/dist/css/UserProfile.min.css +1 -0
- package/dist/index.css +1 -1
- package/dist/index.js +2908 -2613
- package/dist/index.min.css +1 -1
- package/dist/index.min.js +5 -5
- package/dist/index.umd.cjs +7 -7
- package/dist/index.umd.min.cjs +6 -6
- package/dist/static/institution_avatar_placeholder.png +0 -0
- package/package.json +1 -1
package/dist/css/AggsItemH.css
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
[data-v-
|
|
12
|
+
[data-v-c6104628]:export {
|
|
13
13
|
primary: #2F3A91;
|
|
14
14
|
success: #67C23A;
|
|
15
15
|
warning: #FF791A;
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
|
|
73
73
|
|
|
74
74
|
|
|
75
|
-
.aggs_item[data-v-
|
|
75
|
+
.aggs_item[data-v-c6104628] {
|
|
76
76
|
width: 100%;
|
|
77
77
|
height: auto;
|
|
78
78
|
overflow: hidden;
|
|
@@ -81,12 +81,12 @@
|
|
|
81
81
|
padding-bottom: 12px;
|
|
82
82
|
border-bottom: 1px solid #DCDFE6;
|
|
83
83
|
}
|
|
84
|
-
.aggs_item .name[data-v-
|
|
84
|
+
.aggs_item .name[data-v-c6104628] {
|
|
85
85
|
width: 100px;
|
|
86
86
|
color: #8590a6;
|
|
87
87
|
padding: 2px 8px;
|
|
88
88
|
}
|
|
89
|
-
.aggs_item .item[data-v-
|
|
89
|
+
.aggs_item .item[data-v-c6104628] {
|
|
90
90
|
flex: 1;
|
|
91
91
|
height: auto;
|
|
92
92
|
overflow: hidden;
|
|
@@ -94,23 +94,23 @@
|
|
|
94
94
|
flex-direction: row;
|
|
95
95
|
flex-wrap: wrap;
|
|
96
96
|
}
|
|
97
|
-
.aggs_item .item li[data-v-
|
|
97
|
+
.aggs_item .item li[data-v-c6104628] {
|
|
98
98
|
padding: 2px 8px;
|
|
99
99
|
cursor: pointer;
|
|
100
100
|
margin: 0px 8px;
|
|
101
101
|
margin-bottom: 4px;
|
|
102
102
|
}
|
|
103
|
-
.aggs_item .item li[data-v-
|
|
103
|
+
.aggs_item .item li[data-v-c6104628]:hover {
|
|
104
104
|
background: #6d75b2;
|
|
105
105
|
color: white;
|
|
106
106
|
border-radius: 4px;
|
|
107
107
|
}
|
|
108
|
-
.aggs_item .item .selected[data-v-
|
|
108
|
+
.aggs_item .item .selected[data-v-c6104628] {
|
|
109
109
|
background: #6d75b2;
|
|
110
110
|
color: white;
|
|
111
111
|
border-radius: 4px;
|
|
112
112
|
}
|
|
113
|
-
.aggs_item .more[data-v-
|
|
113
|
+
.aggs_item .more[data-v-c6104628] {
|
|
114
114
|
width: 50px;
|
|
115
115
|
height: auto;
|
|
116
116
|
overflow: hidden;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
[data-v-
|
|
1
|
+
[data-v-c6104628]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.aggs_item[data-v-c6104628]{width:100%;height:auto;overflow:hidden;display:flex;padding-top:12px;padding-bottom:12px;border-bottom:1px solid #dcdfe6}.aggs_item .name[data-v-c6104628]{width:100px;color:#8590a6;padding:2px 8px}.aggs_item .item[data-v-c6104628]{flex:1;height:auto;overflow:hidden;display:flex;flex-direction:row;flex-wrap:wrap}.aggs_item .item li[data-v-c6104628]{padding:2px 8px;cursor:pointer;margin:0 8px;margin-bottom:4px}.aggs_item .item li[data-v-c6104628]:hover{background:#6d75b2;color:#fff;border-radius:4px}.aggs_item .item .selected[data-v-c6104628]{background:#6d75b2;color:#fff;border-radius:4px}.aggs_item .more[data-v-c6104628]{width:50px;height:auto;overflow:hidden;text-align:center;color:#2f3a91;cursor:pointer;padding-top:4px}
|
package/dist/css/Annex.css
CHANGED
|
@@ -1,4 +1,26 @@
|
|
|
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
|
+
|
|
2
24
|
|
|
3
25
|
|
|
4
26
|
|
|
@@ -192,25 +214,4 @@
|
|
|
192
214
|
}
|
|
193
215
|
.FruitUploader__tipItem--error[data-v-f90ea28a] {
|
|
194
216
|
color: #F1403C;
|
|
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
|
-
}
|
|
217
|
+
}
|
package/dist/css/Annex.min.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
[data-v-f90ea28a]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.FruitUploaderContainer[data-v-f90ea28a]{display:flex;align-items:flex-start;flex-wrap:wrap;margin-top:6px}.FruitUploaderContainer .FruitUploader[data-v-f90ea28a]{margin-bottom:10px}.FruitUploaderContainer .FruitUploader[data-v-f90ea28a]:first-child{margin-right:10px}.FruitUploaderContainer .CoverMask[data-v-f90ea28a]{width:120px;height:120px;position:absolute;background:#fff}.FruitUploaderContainer .CoverMask img[data-v-f90ea28a]{border-radius:4px;cursor:pointer}.FruitUploaderContainer .CoverMask .CoverMask__actions[data-v-f90ea28a]{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-f90ea28a]{cursor:pointer}.FruitUploaderContainer .CoverMask .CoverMask__actions i+i[data-v-f90ea28a]{margin-left:16px}.FruitUploaderContainer .CoverMask.is-hover .CoverMask__actions[data-v-f90ea28a]{opacity:1}.FruitUploaderContainer .FileMask[data-v-f90ea28a]{width:120px;height:120px;background:#f3f5f8;border-radius:4px;margin-right:10px;margin-bottom:10px}.FruitUploaderContainer .FileMask.is-active[data-v-f90ea28a]{background-color:transparent}.FruitUploaderContainer .FileMask__content[data-v-f90ea28a]{width:100%;height:100%;padding:10px;position:relative}.FruitUploaderContainer .FileMask__content .FileMask__actions[data-v-f90ea28a]{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-f90ea28a]{cursor:pointer}.FruitUploaderContainer .FileMask__content .FileMask__actions i+i[data-v-f90ea28a]{margin-left:16px}.FruitUploaderContainer .FileMask__content.is-hover .FileMask__actions[data-v-f90ea28a]{opacity:1}.FruitUploaderContainer .FileMask__title[data-v-f90ea28a]{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-f90ea28a]{position:absolute;bottom:26px;line-height:1.2;font-size:12px;color:#8590a6}.FruitUploader__tipItems[data-v-f90ea28a]{line-height:1.2}.FruitUploader__tipItem[data-v-f90ea28a]{font-size:13px;color:#8590a6}.FruitUploader__tipItem+.FruitUploader__tipItem[data-v-f90ea28a]{margin-top:4px}.FruitUploader__tipItem--error[data-v-f90ea28a]{color:#f1403c}
|
|
1
|
+
.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}[data-v-f90ea28a]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.FruitUploaderContainer[data-v-f90ea28a]{display:flex;align-items:flex-start;flex-wrap:wrap;margin-top:6px}.FruitUploaderContainer .FruitUploader[data-v-f90ea28a]{margin-bottom:10px}.FruitUploaderContainer .FruitUploader[data-v-f90ea28a]:first-child{margin-right:10px}.FruitUploaderContainer .CoverMask[data-v-f90ea28a]{width:120px;height:120px;position:absolute;background:#fff}.FruitUploaderContainer .CoverMask img[data-v-f90ea28a]{border-radius:4px;cursor:pointer}.FruitUploaderContainer .CoverMask .CoverMask__actions[data-v-f90ea28a]{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-f90ea28a]{cursor:pointer}.FruitUploaderContainer .CoverMask .CoverMask__actions i+i[data-v-f90ea28a]{margin-left:16px}.FruitUploaderContainer .CoverMask.is-hover .CoverMask__actions[data-v-f90ea28a]{opacity:1}.FruitUploaderContainer .FileMask[data-v-f90ea28a]{width:120px;height:120px;background:#f3f5f8;border-radius:4px;margin-right:10px;margin-bottom:10px}.FruitUploaderContainer .FileMask.is-active[data-v-f90ea28a]{background-color:transparent}.FruitUploaderContainer .FileMask__content[data-v-f90ea28a]{width:100%;height:100%;padding:10px;position:relative}.FruitUploaderContainer .FileMask__content .FileMask__actions[data-v-f90ea28a]{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-f90ea28a]{cursor:pointer}.FruitUploaderContainer .FileMask__content .FileMask__actions i+i[data-v-f90ea28a]{margin-left:16px}.FruitUploaderContainer .FileMask__content.is-hover .FileMask__actions[data-v-f90ea28a]{opacity:1}.FruitUploaderContainer .FileMask__title[data-v-f90ea28a]{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-f90ea28a]{position:absolute;bottom:26px;line-height:1.2;font-size:12px;color:#8590a6}.FruitUploader__tipItems[data-v-f90ea28a]{line-height:1.2}.FruitUploader__tipItem[data-v-f90ea28a]{font-size:13px;color:#8590a6}.FruitUploader__tipItem+.FruitUploader__tipItem[data-v-f90ea28a]{margin-top:4px}.FruitUploader__tipItem--error[data-v-f90ea28a]{color:#f1403c}
|
package/dist/css/AppDialog.css
CHANGED
|
@@ -1,4 +1,47 @@
|
|
|
1
|
-
|
|
1
|
+
.AppDialog__wrapper.base-dialog__wrapper {
|
|
2
|
+
display: flex;
|
|
3
|
+
flex-direction: column;
|
|
4
|
+
justify-content: center;
|
|
5
|
+
overflow-x: hidden;
|
|
6
|
+
overflow-y: auto;
|
|
7
|
+
}
|
|
8
|
+
.AppDialog {
|
|
9
|
+
max-height: 100vh;
|
|
10
|
+
transition: max-height 0.8s ease, height 0.8s ease;
|
|
11
|
+
}
|
|
12
|
+
.AppDialog.base-dialog {
|
|
13
|
+
margin-top: 0 !important;
|
|
14
|
+
margin-bottom: 0 !important;
|
|
15
|
+
}
|
|
16
|
+
.AppDialog .base-dialog__header {
|
|
17
|
+
padding: 0;
|
|
18
|
+
}
|
|
19
|
+
.AppDialog .base-dialog__body {
|
|
20
|
+
padding: 0;
|
|
21
|
+
}
|
|
22
|
+
.AppDialog--fullPage {
|
|
23
|
+
height: 100vh;
|
|
24
|
+
}
|
|
25
|
+
.AppDialog--fullPage.AppDialog .base-dialog__body {
|
|
26
|
+
height: 100%;
|
|
27
|
+
}
|
|
28
|
+
.AppDialog--fullPage.AppDialog .AppDialog__inner {
|
|
29
|
+
height: 100vh;
|
|
30
|
+
overflow: visible;
|
|
31
|
+
}
|
|
32
|
+
.AppDialog--fullPage.AppDialog .AppDialog__content {
|
|
33
|
+
height: 100%;
|
|
34
|
+
}
|
|
35
|
+
.Modal__closeButton {
|
|
36
|
+
position: absolute;
|
|
37
|
+
top: 8px;
|
|
38
|
+
right: -60px;
|
|
39
|
+
padding: 12px;
|
|
40
|
+
}
|
|
41
|
+
.Modal__closeIcon {
|
|
42
|
+
vertical-align: top;
|
|
43
|
+
fill: #FFF;
|
|
44
|
+
}
|
|
2
45
|
|
|
3
46
|
|
|
4
47
|
|
|
@@ -116,47 +159,4 @@
|
|
|
116
159
|
.AppDialog__subtitle--left[data-v-47783249] {
|
|
117
160
|
padding: 0 16px;
|
|
118
161
|
}
|
|
119
|
-
}.AppDialog__wrapper.base-dialog__wrapper {
|
|
120
|
-
display: flex;
|
|
121
|
-
flex-direction: column;
|
|
122
|
-
justify-content: center;
|
|
123
|
-
overflow-x: hidden;
|
|
124
|
-
overflow-y: auto;
|
|
125
|
-
}
|
|
126
|
-
.AppDialog {
|
|
127
|
-
max-height: 100vh;
|
|
128
|
-
transition: max-height 0.8s ease, height 0.8s ease;
|
|
129
|
-
}
|
|
130
|
-
.AppDialog.base-dialog {
|
|
131
|
-
margin-top: 0 !important;
|
|
132
|
-
margin-bottom: 0 !important;
|
|
133
|
-
}
|
|
134
|
-
.AppDialog .base-dialog__header {
|
|
135
|
-
padding: 0;
|
|
136
|
-
}
|
|
137
|
-
.AppDialog .base-dialog__body {
|
|
138
|
-
padding: 0;
|
|
139
|
-
}
|
|
140
|
-
.AppDialog--fullPage {
|
|
141
|
-
height: 100vh;
|
|
142
|
-
}
|
|
143
|
-
.AppDialog--fullPage.AppDialog .base-dialog__body {
|
|
144
|
-
height: 100%;
|
|
145
|
-
}
|
|
146
|
-
.AppDialog--fullPage.AppDialog .AppDialog__inner {
|
|
147
|
-
height: 100vh;
|
|
148
|
-
overflow: visible;
|
|
149
|
-
}
|
|
150
|
-
.AppDialog--fullPage.AppDialog .AppDialog__content {
|
|
151
|
-
height: 100%;
|
|
152
|
-
}
|
|
153
|
-
.Modal__closeButton {
|
|
154
|
-
position: absolute;
|
|
155
|
-
top: 8px;
|
|
156
|
-
right: -60px;
|
|
157
|
-
padding: 12px;
|
|
158
|
-
}
|
|
159
|
-
.Modal__closeIcon {
|
|
160
|
-
vertical-align: top;
|
|
161
|
-
fill: #FFF;
|
|
162
162
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
[data-v-47783249]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.AppDialog__inner[data-v-47783249]{max-height:100vh;transition:max-height .8s ease,height .8s ease}.AppDialog__content[data-v-47783249]{padding:10px 20px 50px}.AppDialog__title[data-v-47783249]{margin-top:40px;font-size:24px;font-weight:500;color:#2f3a91;text-align:center}.AppDialog__subtitle[data-v-47783249]{padding:0 38px;margin-top:4px;font-size:14px;line-height:1.5;color:#8590a6;text-align:center}.AppDialog__title--left[data-v-47783249]{padding:0 20px;font-size:15px;color:#2f3a91;font-weight:600;height:60px;line-height:60px}.AppDialog__subtitle--left[data-v-47783249]{padding:0 20px;font-size:14px;line-height:1;color:#8590a6;text-align:left}@media (max-width:576px){.AppDialog__title--left[data-v-47783249]{padding:20px 16px 10px}.AppDialog__subtitle--left[data-v-47783249]{padding:0 16px}}
|
|
1
|
+
.AppDialog__wrapper.base-dialog__wrapper{display:flex;flex-direction:column;justify-content:center;overflow-x:hidden;overflow-y:auto}.AppDialog{max-height:100vh;transition:max-height .8s ease,height .8s ease}.AppDialog.base-dialog{margin-top:0!important;margin-bottom:0!important}.AppDialog .base-dialog__header{padding:0}.AppDialog .base-dialog__body{padding:0}.AppDialog--fullPage{height:100vh}.AppDialog--fullPage.AppDialog .base-dialog__body{height:100%}.AppDialog--fullPage.AppDialog .AppDialog__inner{height:100vh;overflow:visible}.AppDialog--fullPage.AppDialog .AppDialog__content{height:100%}.Modal__closeButton{position:absolute;top:8px;right:-60px;padding:12px}.Modal__closeIcon{vertical-align:top;fill:#FFF}[data-v-47783249]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.AppDialog__inner[data-v-47783249]{max-height:100vh;transition:max-height .8s ease,height .8s ease}.AppDialog__content[data-v-47783249]{padding:10px 20px 50px}.AppDialog__title[data-v-47783249]{margin-top:40px;font-size:24px;font-weight:500;color:#2f3a91;text-align:center}.AppDialog__subtitle[data-v-47783249]{padding:0 38px;margin-top:4px;font-size:14px;line-height:1.5;color:#8590a6;text-align:center}.AppDialog__title--left[data-v-47783249]{padding:0 20px;font-size:15px;color:#2f3a91;font-weight:600;height:60px;line-height:60px}.AppDialog__subtitle--left[data-v-47783249]{padding:0 20px;font-size:14px;line-height:1;color:#8590a6;text-align:left}@media (max-width:576px){.AppDialog__title--left[data-v-47783249]{padding:20px 16px 10px}.AppDialog__subtitle--left[data-v-47783249]{padding:0 16px}}
|
|
@@ -0,0 +1,122 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
[data-v-5e5c94cc]: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
|
+
.NumberBoard__container[data-v-5e5c94cc] {
|
|
76
|
+
font-size: 14px;
|
|
77
|
+
text-align: center;
|
|
78
|
+
}
|
|
79
|
+
.NumberBoard[data-v-5e5c94cc] {
|
|
80
|
+
display: flex;
|
|
81
|
+
}
|
|
82
|
+
.NumberBoard--divider .NumberBoard__item + .NumberBoard__item .NumberBoard__itemInner[data-v-5e5c94cc] {
|
|
83
|
+
border-left: 1px solid #DCDFE6;
|
|
84
|
+
}
|
|
85
|
+
.NumberBoard__item[data-v-5e5c94cc] {
|
|
86
|
+
flex: 1;
|
|
87
|
+
}
|
|
88
|
+
.NumberBoard__item.Button[data-v-5e5c94cc] {
|
|
89
|
+
border: 0;
|
|
90
|
+
line-height: unset;
|
|
91
|
+
font-size: unset;
|
|
92
|
+
}
|
|
93
|
+
.NumberBoard__itemInner[data-v-5e5c94cc] {
|
|
94
|
+
text-align: center;
|
|
95
|
+
line-height: 1.6;
|
|
96
|
+
}
|
|
97
|
+
.NumberBoard__itemName[data-v-5e5c94cc] {
|
|
98
|
+
font-size: 14px;
|
|
99
|
+
color: #8590a6;
|
|
100
|
+
}
|
|
101
|
+
.NumberBoard__itemValue[data-v-5e5c94cc] {
|
|
102
|
+
color: #2F3A91;
|
|
103
|
+
display: inline-block;
|
|
104
|
+
font-size: 18px;
|
|
105
|
+
font-weight: 600;
|
|
106
|
+
font-synthesis: style;
|
|
107
|
+
}
|
|
108
|
+
html[data-ios] .NumberBoard__itemValue[data-v-5e5c94cc] {
|
|
109
|
+
font-weight: 500;
|
|
110
|
+
}
|
|
111
|
+
html[data-android] .NumberBoard__itemValue[data-v-5e5c94cc] {
|
|
112
|
+
font-weight: 700;
|
|
113
|
+
}
|
|
114
|
+
.HoverBoard__item[data-v-5e5c94cc] {
|
|
115
|
+
cursor: pointer;
|
|
116
|
+
}
|
|
117
|
+
.HoverBoard__item:hover .NumberBoard__itemName[data-v-5e5c94cc] {
|
|
118
|
+
color: #2F3A91;
|
|
119
|
+
}
|
|
120
|
+
.HoverBoard__item:hover .NumberBoard__itemValue[data-v-5e5c94cc] {
|
|
121
|
+
color: #2F3A91;
|
|
122
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
[data-v-5e5c94cc]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.NumberBoard__container[data-v-5e5c94cc]{font-size:14px;text-align:center}.NumberBoard[data-v-5e5c94cc]{display:flex}.NumberBoard--divider .NumberBoard__item+.NumberBoard__item .NumberBoard__itemInner[data-v-5e5c94cc]{border-left:1px solid #dcdfe6}.NumberBoard__item[data-v-5e5c94cc]{flex:1}.NumberBoard__item.Button[data-v-5e5c94cc]{border:0;line-height:unset;font-size:unset}.NumberBoard__itemInner[data-v-5e5c94cc]{text-align:center;line-height:1.6}.NumberBoard__itemName[data-v-5e5c94cc]{font-size:14px;color:#8590a6}.NumberBoard__itemValue[data-v-5e5c94cc]{color:#2f3a91;display:inline-block;font-size:18px;font-weight:600;font-synthesis:style}html[data-ios] .NumberBoard__itemValue[data-v-5e5c94cc]{font-weight:500}html[data-android] .NumberBoard__itemValue[data-v-5e5c94cc]{font-weight:700}.HoverBoard__item[data-v-5e5c94cc]{cursor:pointer}.HoverBoard__item:hover .NumberBoard__itemName[data-v-5e5c94cc]{color:#2f3a91}.HoverBoard__item:hover .NumberBoard__itemValue[data-v-5e5c94cc]{color:#2f3a91}
|
package/dist/css/Cover.css
CHANGED
|
@@ -1,6 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
.avatar-uploader .base-upload{width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;}
|
|
3
|
-
|
|
4
2
|
|
|
5
3
|
|
|
6
4
|
|
|
@@ -114,4 +112,5 @@
|
|
|
114
112
|
.avatar[data-v-086ca00a] {
|
|
115
113
|
width: 314px;
|
|
116
114
|
height: 130px;
|
|
117
|
-
}
|
|
115
|
+
}
|
|
116
|
+
.avatar-uploader .base-upload{width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;}
|
package/dist/css/Cover.min.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
[data-v-086ca00a]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.avatar-uploader[data-v-086ca00a]{width:314px;height:130px;border:1px dashed #dcdfe6;display:flex;align-items:center;justify-content:center;position:relative}.avatar-uploader .FileMask__actions[data-v-086ca00a]{width:100%;height:100%;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}.avatar-uploader .FileMask__actions i[data-v-086ca00a]{cursor:pointer}.avatar-uploader .FileMask__actions i+i[data-v-086ca00a]{margin-left:16px}.avatar-uploader:hover .FileMask__actions[data-v-086ca00a]{opacity:1}.avatar-uploader-icon[data-v-086ca00a]{font-size:30px}.avatar[data-v-086ca00a]{width:314px;height:130px}.avatar-uploader .base-upload{width:100%;height:100%;display:flex;align-items:center;justify-content:center}
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
[data-v-09cbadd1]: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
|
+
.Avatar[data-v-09cbadd1] {
|
|
76
|
+
background: #FFFFFF;
|
|
77
|
+
border-radius: 2px;
|
|
78
|
+
object-fit: cover;
|
|
79
|
+
}
|
|
80
|
+
.Avatar--pointer[data-v-09cbadd1] {
|
|
81
|
+
cursor: pointer;
|
|
82
|
+
}
|
|
83
|
+
.Avatar--large[data-v-09cbadd1] {
|
|
84
|
+
border-radius: 4px;
|
|
85
|
+
}
|
|
86
|
+
.Avatar--round[data-v-09cbadd1] {
|
|
87
|
+
border-radius: 50%;
|
|
88
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
[data-v-09cbadd1]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.Avatar[data-v-09cbadd1]{background:#fff;border-radius:2px;object-fit:cover}.Avatar--pointer[data-v-09cbadd1]{cursor:pointer}.Avatar--large[data-v-09cbadd1]{border-radius:4px}.Avatar--round[data-v-09cbadd1]{border-radius:50%}
|
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
[data-v-3e0f0f88]: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
|
+
.UserProfile[data-v-3e0f0f88] {
|
|
76
|
+
display: flex;
|
|
77
|
+
align-items: center;
|
|
78
|
+
}
|
|
79
|
+
.UserProfile .SmoothNumber[data-v-3e0f0f88] {
|
|
80
|
+
color: #2F3A91;
|
|
81
|
+
}
|
|
82
|
+
.UserProfile__avatar[data-v-3e0f0f88] {
|
|
83
|
+
margin-right: 12px;
|
|
84
|
+
}
|
|
85
|
+
.UserProfile__avatar .Avatar[data-v-3e0f0f88], .UserProfile__avatar .UserLink[data-v-3e0f0f88] {
|
|
86
|
+
display: block;
|
|
87
|
+
}
|
|
88
|
+
.UserProfile__content[data-v-3e0f0f88] {
|
|
89
|
+
flex: 1;
|
|
90
|
+
overflow: hidden;
|
|
91
|
+
}
|
|
92
|
+
.UserProfile__affiliation[data-v-3e0f0f88], .UserProfile__name[data-v-3e0f0f88] {
|
|
93
|
+
overflow: hidden;
|
|
94
|
+
text-overflow: ellipsis;
|
|
95
|
+
white-space: nowrap;
|
|
96
|
+
}
|
|
97
|
+
.UserProfile__name[data-v-3e0f0f88] {
|
|
98
|
+
font-size: 18px;
|
|
99
|
+
font-weight: 600;
|
|
100
|
+
font-synthesis: style;
|
|
101
|
+
color: #121212;
|
|
102
|
+
margin-bottom: 8px;
|
|
103
|
+
display: flex;
|
|
104
|
+
align-items: center;
|
|
105
|
+
white-space: normal;
|
|
106
|
+
}
|
|
107
|
+
.UserProfile__affiliation[data-v-3e0f0f88] {
|
|
108
|
+
color: #8590a6;
|
|
109
|
+
line-height: 1.5;
|
|
110
|
+
max-height: 42px;
|
|
111
|
+
overflow: hidden;
|
|
112
|
+
margin-top: 4px;
|
|
113
|
+
}
|
|
114
|
+
.UserProfile__name--light[data-v-3e0f0f88] {
|
|
115
|
+
font-weight: 500;
|
|
116
|
+
line-height: 26px;
|
|
117
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
[data-v-3e0f0f88]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.UserProfile[data-v-3e0f0f88]{display:flex;align-items:center}.UserProfile .SmoothNumber[data-v-3e0f0f88]{color:#2f3a91}.UserProfile__avatar[data-v-3e0f0f88]{margin-right:12px}.UserProfile__avatar .Avatar[data-v-3e0f0f88],.UserProfile__avatar .UserLink[data-v-3e0f0f88]{display:block}.UserProfile__content[data-v-3e0f0f88]{flex:1;overflow:hidden}.UserProfile__affiliation[data-v-3e0f0f88],.UserProfile__name[data-v-3e0f0f88]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.UserProfile__name[data-v-3e0f0f88]{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-3e0f0f88]{color:#8590a6;line-height:1.5;max-height:42px;overflow:hidden;margin-top:4px}.UserProfile__name--light[data-v-3e0f0f88]{font-weight:500;line-height:26px}
|