@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
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
[data-v-05e30502]: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-05e30502] {
|
|
76
|
+
display: flex;
|
|
77
|
+
align-items: center;
|
|
78
|
+
}
|
|
79
|
+
.UserProfile__avatar[data-v-05e30502] {
|
|
80
|
+
margin-right: 12px;
|
|
81
|
+
}
|
|
82
|
+
.UserProfile__avatar .Avatar[data-v-05e30502], .UserProfile__avatar .UserLink[data-v-05e30502] {
|
|
83
|
+
display: block;
|
|
84
|
+
}
|
|
85
|
+
.UserProfile__content[data-v-05e30502] {
|
|
86
|
+
flex: 1;
|
|
87
|
+
overflow: hidden;
|
|
88
|
+
}
|
|
89
|
+
.UserProfile__affiliation[data-v-05e30502], .UserProfile__name[data-v-05e30502] {
|
|
90
|
+
overflow: hidden;
|
|
91
|
+
text-overflow: ellipsis;
|
|
92
|
+
white-space: nowrap;
|
|
93
|
+
}
|
|
94
|
+
.UserProfile__name[data-v-05e30502] {
|
|
95
|
+
font-size: 18px;
|
|
96
|
+
font-weight: 600;
|
|
97
|
+
font-synthesis: style;
|
|
98
|
+
line-height: 30px;
|
|
99
|
+
color: #2F3A91;
|
|
100
|
+
display: flex;
|
|
101
|
+
align-items: center;
|
|
102
|
+
white-space: normal;
|
|
103
|
+
}
|
|
104
|
+
.UserProfile__name .Tags--plain[data-v-05e30502] {
|
|
105
|
+
margin-bottom: 0;
|
|
106
|
+
display: flex;
|
|
107
|
+
align-items: center;
|
|
108
|
+
}
|
|
109
|
+
.UserProfile__name .Tags--plain .el-tag.el-tag--info[data-v-05e30502] {
|
|
110
|
+
margin: 0 0 0 8px;
|
|
111
|
+
}
|
|
112
|
+
.UserProfile__affiliation[data-v-05e30502] {
|
|
113
|
+
font-size: 14px;
|
|
114
|
+
margin-top: 4px;
|
|
115
|
+
}
|
|
116
|
+
.UserProfile__affiliation .RichText[data-v-05e30502] {
|
|
117
|
+
overflow: hidden;
|
|
118
|
+
text-overflow: ellipsis;
|
|
119
|
+
white-space: nowrap;
|
|
120
|
+
}
|
|
121
|
+
.UserProfile__name--light[data-v-05e30502] {
|
|
122
|
+
font-weight: 500;
|
|
123
|
+
line-height: 26px;
|
|
124
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
[data-v-05e30502]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.UserProfile[data-v-05e30502]{display:flex;align-items:center}.UserProfile__avatar[data-v-05e30502]{margin-right:12px}.UserProfile__avatar .Avatar[data-v-05e30502],.UserProfile__avatar .UserLink[data-v-05e30502]{display:block}.UserProfile__content[data-v-05e30502]{flex:1;overflow:hidden}.UserProfile__affiliation[data-v-05e30502],.UserProfile__name[data-v-05e30502]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.UserProfile__name[data-v-05e30502]{font-size:18px;font-weight:600;font-synthesis:style;line-height:30px;color:#2f3a91;display:flex;align-items:center;white-space:normal}.UserProfile__name .Tags--plain[data-v-05e30502]{margin-bottom:0;display:flex;align-items:center}.UserProfile__name .Tags--plain .el-tag.el-tag--info[data-v-05e30502]{margin:0 0 0 8px}.UserProfile__affiliation[data-v-05e30502]{font-size:14px;margin-top:4px}.UserProfile__affiliation .RichText[data-v-05e30502]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.UserProfile__name--light[data-v-05e30502]{font-weight:500;line-height:26px}
|