@zkwq/business 0.0.40 → 0.0.41
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/Cover.css +3 -2
- package/dist/css/Cover.min.css +1 -1
- package/dist/css/UserProfile.css +12 -12
- package/dist/css/UserProfile.min.css +1 -1
- package/dist/index.css +1 -1
- package/dist/index.js +904 -898
- 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 +2 -2
- package/package.json +1 -1
package/dist/css/Cover.css
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
|
|
2
|
+
.avatar-uploader .base-upload{width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;}
|
|
3
|
+
|
|
2
4
|
|
|
3
5
|
|
|
4
6
|
|
|
@@ -112,5 +114,4 @@
|
|
|
112
114
|
.avatar[data-v-086ca00a] {
|
|
113
115
|
width: 314px;
|
|
114
116
|
height: 130px;
|
|
115
|
-
}
|
|
116
|
-
.avatar-uploader .base-upload{width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;}
|
|
117
|
+
}
|
package/dist/css/Cover.min.css
CHANGED
|
@@ -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}
|
|
1
|
+
.avatar-uploader .base-upload{width:100%;height:100%;display:flex;align-items:center;justify-content:center}[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}
|
package/dist/css/UserProfile.css
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
[data-v-
|
|
12
|
+
[data-v-5ec6571a]:export {
|
|
13
13
|
primary: #2F3A91;
|
|
14
14
|
success: #67C23A;
|
|
15
15
|
warning: #FF791A;
|
|
@@ -72,26 +72,26 @@
|
|
|
72
72
|
|
|
73
73
|
|
|
74
74
|
|
|
75
|
-
.UserProfile[data-v-
|
|
75
|
+
.UserProfile[data-v-5ec6571a] {
|
|
76
76
|
display: flex;
|
|
77
77
|
align-items: center;
|
|
78
78
|
}
|
|
79
|
-
.UserProfile__avatar[data-v-
|
|
79
|
+
.UserProfile__avatar[data-v-5ec6571a] {
|
|
80
80
|
margin-right: 12px;
|
|
81
81
|
}
|
|
82
|
-
.UserProfile__avatar .Avatar[data-v-
|
|
82
|
+
.UserProfile__avatar .Avatar[data-v-5ec6571a], .UserProfile__avatar .UserLink[data-v-5ec6571a] {
|
|
83
83
|
display: block;
|
|
84
84
|
}
|
|
85
|
-
.UserProfile__content[data-v-
|
|
85
|
+
.UserProfile__content[data-v-5ec6571a] {
|
|
86
86
|
flex: 1;
|
|
87
87
|
overflow: hidden;
|
|
88
88
|
}
|
|
89
|
-
.UserProfile__affiliation[data-v-
|
|
89
|
+
.UserProfile__affiliation[data-v-5ec6571a], .UserProfile__name[data-v-5ec6571a] {
|
|
90
90
|
overflow: hidden;
|
|
91
91
|
text-overflow: ellipsis;
|
|
92
92
|
white-space: nowrap;
|
|
93
93
|
}
|
|
94
|
-
.UserProfile__name[data-v-
|
|
94
|
+
.UserProfile__name[data-v-5ec6571a] {
|
|
95
95
|
font-size: 18px;
|
|
96
96
|
font-weight: 600;
|
|
97
97
|
font-synthesis: style;
|
|
@@ -101,24 +101,24 @@
|
|
|
101
101
|
align-items: center;
|
|
102
102
|
white-space: normal;
|
|
103
103
|
}
|
|
104
|
-
.UserProfile__name .Tags--plain[data-v-
|
|
104
|
+
.UserProfile__name .Tags--plain[data-v-5ec6571a] {
|
|
105
105
|
margin-bottom: 0;
|
|
106
106
|
display: flex;
|
|
107
107
|
align-items: center;
|
|
108
108
|
}
|
|
109
|
-
.UserProfile__name .Tags--plain .el-tag.el-tag--info[data-v-
|
|
109
|
+
.UserProfile__name .Tags--plain .el-tag.el-tag--info[data-v-5ec6571a] {
|
|
110
110
|
margin: 0 0 0 8px;
|
|
111
111
|
}
|
|
112
|
-
.UserProfile__affiliation[data-v-
|
|
112
|
+
.UserProfile__affiliation[data-v-5ec6571a] {
|
|
113
113
|
font-size: 14px;
|
|
114
114
|
margin-top: 4px;
|
|
115
115
|
}
|
|
116
|
-
.UserProfile__affiliation .RichText[data-v-
|
|
116
|
+
.UserProfile__affiliation .RichText[data-v-5ec6571a] {
|
|
117
117
|
overflow: hidden;
|
|
118
118
|
text-overflow: ellipsis;
|
|
119
119
|
white-space: nowrap;
|
|
120
120
|
}
|
|
121
|
-
.UserProfile__name--light[data-v-
|
|
121
|
+
.UserProfile__name--light[data-v-5ec6571a] {
|
|
122
122
|
font-weight: 500;
|
|
123
123
|
line-height: 26px;
|
|
124
124
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
[data-v-
|
|
1
|
+
[data-v-5ec6571a]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.UserProfile[data-v-5ec6571a]{display:flex;align-items:center}.UserProfile__avatar[data-v-5ec6571a]{margin-right:12px}.UserProfile__avatar .Avatar[data-v-5ec6571a],.UserProfile__avatar .UserLink[data-v-5ec6571a]{display:block}.UserProfile__content[data-v-5ec6571a]{flex:1;overflow:hidden}.UserProfile__affiliation[data-v-5ec6571a],.UserProfile__name[data-v-5ec6571a]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.UserProfile__name[data-v-5ec6571a]{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-5ec6571a]{margin-bottom:0;display:flex;align-items:center}.UserProfile__name .Tags--plain .el-tag.el-tag--info[data-v-5ec6571a]{margin:0 0 0 8px}.UserProfile__affiliation[data-v-5ec6571a]{font-size:14px;margin-top:4px}.UserProfile__affiliation .RichText[data-v-5ec6571a]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.UserProfile__name--light[data-v-5ec6571a]{font-weight:500;line-height:26px}
|