@zkwq/business 0.0.35 → 0.0.37
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 +1 -0
- package/dist/css/AggsItemV.css +1 -0
- package/dist/css/Annex.css +216 -0
- package/dist/css/Annex.min.css +1 -0
- package/dist/css/AppDialog.css +45 -44
- package/dist/css/AppDialog.min.css +1 -1
- package/dist/css/Avatar.css +1 -0
- package/dist/css/BounceLoading.css +1 -0
- package/dist/css/Cover.css +117 -0
- package/dist/css/Cover.min.css +1 -0
- package/dist/css/ReadableItem.css +1 -0
- package/dist/css/XCard.css +116 -0
- package/dist/css/XCard.min.css +1 -0
- package/dist/css/XHeader.css +108 -0
- package/dist/css/XHeader.min.css +1 -0
- package/dist/css/index.css +426 -0
- package/dist/css/index.min.css +1 -1
- package/dist/index.css +1 -1
- package/dist/index.js +3774 -2870
- 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/var.scss +7 -0
- package/package.json +1 -1
package/dist/css/AggsItemH.css
CHANGED
package/dist/css/AggsItemV.css
CHANGED
|
@@ -0,0 +1,216 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
[data-v-f90ea28a]: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
|
+
.FruitUploaderContainer[data-v-f90ea28a] {
|
|
76
|
+
display: flex;
|
|
77
|
+
align-items: flex-start;
|
|
78
|
+
flex-wrap: wrap;
|
|
79
|
+
margin-top: 6px;
|
|
80
|
+
}
|
|
81
|
+
.FruitUploaderContainer .FruitUploader[data-v-f90ea28a] {
|
|
82
|
+
margin-bottom: 10px;
|
|
83
|
+
}
|
|
84
|
+
.FruitUploaderContainer .FruitUploader[data-v-f90ea28a]:first-child {
|
|
85
|
+
margin-right: 10px;
|
|
86
|
+
}
|
|
87
|
+
.FruitUploaderContainer .CoverMask[data-v-f90ea28a] {
|
|
88
|
+
width: 120px;
|
|
89
|
+
height: 120px;
|
|
90
|
+
position: absolute;
|
|
91
|
+
background: #FFFFFF;
|
|
92
|
+
}
|
|
93
|
+
.FruitUploaderContainer .CoverMask img[data-v-f90ea28a] {
|
|
94
|
+
border-radius: 4px;
|
|
95
|
+
cursor: pointer;
|
|
96
|
+
}
|
|
97
|
+
.FruitUploaderContainer .CoverMask .CoverMask__actions[data-v-f90ea28a] {
|
|
98
|
+
width: 120px;
|
|
99
|
+
height: 120px;
|
|
100
|
+
position: absolute;
|
|
101
|
+
left: 0;
|
|
102
|
+
top: 0;
|
|
103
|
+
opacity: 0;
|
|
104
|
+
border-radius: 4px;
|
|
105
|
+
transition: all 0.3s;
|
|
106
|
+
background-color: rgba(0, 0, 0, 0.5);
|
|
107
|
+
color: #fff;
|
|
108
|
+
display: flex;
|
|
109
|
+
align-items: center;
|
|
110
|
+
justify-content: center;
|
|
111
|
+
font-size: 18px;
|
|
112
|
+
}
|
|
113
|
+
.FruitUploaderContainer .CoverMask .CoverMask__actions i[data-v-f90ea28a] {
|
|
114
|
+
cursor: pointer;
|
|
115
|
+
}
|
|
116
|
+
.FruitUploaderContainer .CoverMask .CoverMask__actions i + i[data-v-f90ea28a] {
|
|
117
|
+
margin-left: 16px;
|
|
118
|
+
}
|
|
119
|
+
.FruitUploaderContainer .CoverMask.is-hover .CoverMask__actions[data-v-f90ea28a] {
|
|
120
|
+
opacity: 1;
|
|
121
|
+
}
|
|
122
|
+
.FruitUploaderContainer .FileMask[data-v-f90ea28a] {
|
|
123
|
+
width: 120px;
|
|
124
|
+
height: 120px;
|
|
125
|
+
background: #F3F5F8;
|
|
126
|
+
border-radius: 4px;
|
|
127
|
+
margin-right: 10px;
|
|
128
|
+
margin-bottom: 10px;
|
|
129
|
+
}
|
|
130
|
+
.FruitUploaderContainer .FileMask.is-active[data-v-f90ea28a] {
|
|
131
|
+
background-color: transparent;
|
|
132
|
+
}
|
|
133
|
+
.FruitUploaderContainer .FileMask__content[data-v-f90ea28a] {
|
|
134
|
+
width: 100%;
|
|
135
|
+
height: 100%;
|
|
136
|
+
padding: 10px;
|
|
137
|
+
position: relative;
|
|
138
|
+
}
|
|
139
|
+
.FruitUploaderContainer .FileMask__content .FileMask__actions[data-v-f90ea28a] {
|
|
140
|
+
width: 120px;
|
|
141
|
+
height: 120px;
|
|
142
|
+
position: absolute;
|
|
143
|
+
left: 0;
|
|
144
|
+
top: 0;
|
|
145
|
+
opacity: 0;
|
|
146
|
+
border-radius: 4px;
|
|
147
|
+
transition: all 0.2s;
|
|
148
|
+
background-color: rgba(0, 0, 0, 0.5);
|
|
149
|
+
color: #fff;
|
|
150
|
+
display: flex;
|
|
151
|
+
align-items: center;
|
|
152
|
+
justify-content: center;
|
|
153
|
+
font-size: 18px;
|
|
154
|
+
}
|
|
155
|
+
.FruitUploaderContainer .FileMask__content .FileMask__actions i[data-v-f90ea28a] {
|
|
156
|
+
cursor: pointer;
|
|
157
|
+
}
|
|
158
|
+
.FruitUploaderContainer .FileMask__content .FileMask__actions i + i[data-v-f90ea28a] {
|
|
159
|
+
margin-left: 16px;
|
|
160
|
+
}
|
|
161
|
+
.FruitUploaderContainer .FileMask__content.is-hover .FileMask__actions[data-v-f90ea28a] {
|
|
162
|
+
opacity: 1;
|
|
163
|
+
}
|
|
164
|
+
.FruitUploaderContainer .FileMask__title[data-v-f90ea28a] {
|
|
165
|
+
font-size: 13px;
|
|
166
|
+
line-height: 1.2;
|
|
167
|
+
max-height: 64px;
|
|
168
|
+
padding: 2px 0;
|
|
169
|
+
overflow: hidden;
|
|
170
|
+
text-overflow: ellipsis;
|
|
171
|
+
white-space: normal;
|
|
172
|
+
display: -webkit-box;
|
|
173
|
+
-webkit-box-orient: vertical;
|
|
174
|
+
-webkit-line-clamp: 3;
|
|
175
|
+
}
|
|
176
|
+
.FruitUploaderContainer .FileMask__meta[data-v-f90ea28a] {
|
|
177
|
+
position: absolute;
|
|
178
|
+
bottom: 26px;
|
|
179
|
+
line-height: 1.2;
|
|
180
|
+
font-size: 12px;
|
|
181
|
+
color: #8590a6;
|
|
182
|
+
}
|
|
183
|
+
.FruitUploader__tipItems[data-v-f90ea28a] {
|
|
184
|
+
line-height: 1.2;
|
|
185
|
+
}
|
|
186
|
+
.FruitUploader__tipItem[data-v-f90ea28a] {
|
|
187
|
+
font-size: 13px;
|
|
188
|
+
color: #8590a6;
|
|
189
|
+
}
|
|
190
|
+
.FruitUploader__tipItem + .FruitUploader__tipItem[data-v-f90ea28a] {
|
|
191
|
+
margin-top: 4px;
|
|
192
|
+
}
|
|
193
|
+
.FruitUploader__tipItem--error[data-v-f90ea28a] {
|
|
194
|
+
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
|
+
}
|
|
@@ -0,0 +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}.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/AppDialog.css
CHANGED
|
@@ -1,47 +1,4 @@
|
|
|
1
|
-
|
|
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
|
-
}
|
|
1
|
+
|
|
45
2
|
|
|
46
3
|
|
|
47
4
|
|
|
@@ -112,6 +69,7 @@
|
|
|
112
69
|
|
|
113
70
|
|
|
114
71
|
|
|
72
|
+
|
|
115
73
|
|
|
116
74
|
|
|
117
75
|
.AppDialog__inner[data-v-47783249] {
|
|
@@ -158,4 +116,47 @@
|
|
|
158
116
|
.AppDialog__subtitle--left[data-v-47783249] {
|
|
159
117
|
padding: 0 16px;
|
|
160
118
|
}
|
|
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;
|
|
161
162
|
}
|
|
@@ -1 +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}}.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}
|
package/dist/css/Avatar.css
CHANGED
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
|
|
2
|
+
.avatar-uploader .base-upload{width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;}
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
[data-v-086ca00a]:export {
|
|
15
|
+
primary: #2F3A91;
|
|
16
|
+
success: #67C23A;
|
|
17
|
+
warning: #FF791A;
|
|
18
|
+
danger: #F1403C;
|
|
19
|
+
info: #8590a6;
|
|
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
|
+
.avatar-uploader[data-v-086ca00a] {
|
|
78
|
+
width: 314px;
|
|
79
|
+
height: 130px;
|
|
80
|
+
border: 1px dashed #DCDFE6;
|
|
81
|
+
display: flex;
|
|
82
|
+
align-items: center;
|
|
83
|
+
justify-content: center;
|
|
84
|
+
position: relative;
|
|
85
|
+
}
|
|
86
|
+
.avatar-uploader .FileMask__actions[data-v-086ca00a] {
|
|
87
|
+
width: 100%;
|
|
88
|
+
height: 100%;
|
|
89
|
+
position: absolute;
|
|
90
|
+
left: 0;
|
|
91
|
+
top: 0;
|
|
92
|
+
opacity: 0;
|
|
93
|
+
border-radius: 4px;
|
|
94
|
+
transition: all 0.2s;
|
|
95
|
+
background-color: rgba(0, 0, 0, 0.5);
|
|
96
|
+
color: #fff;
|
|
97
|
+
display: flex;
|
|
98
|
+
align-items: center;
|
|
99
|
+
justify-content: center;
|
|
100
|
+
font-size: 18px;
|
|
101
|
+
}
|
|
102
|
+
.avatar-uploader .FileMask__actions i[data-v-086ca00a] {
|
|
103
|
+
cursor: pointer;
|
|
104
|
+
}
|
|
105
|
+
.avatar-uploader .FileMask__actions i + i[data-v-086ca00a] {
|
|
106
|
+
margin-left: 16px;
|
|
107
|
+
}
|
|
108
|
+
.avatar-uploader:hover .FileMask__actions[data-v-086ca00a] {
|
|
109
|
+
opacity: 1;
|
|
110
|
+
}
|
|
111
|
+
.avatar-uploader-icon[data-v-086ca00a] {
|
|
112
|
+
font-size: 30px;
|
|
113
|
+
}
|
|
114
|
+
.avatar[data-v-086ca00a] {
|
|
115
|
+
width: 314px;
|
|
116
|
+
height: 130px;
|
|
117
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
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}
|
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
: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
|
+
.x-card {
|
|
76
|
+
--shadow-color:rgba(0, 0, 0, 0.1);
|
|
77
|
+
width: 100%;
|
|
78
|
+
display: inline-flex;
|
|
79
|
+
flex-direction: column;
|
|
80
|
+
border: 1px solid #EBEEF5;
|
|
81
|
+
background: #FFFFFF;
|
|
82
|
+
color: #121212;
|
|
83
|
+
}
|
|
84
|
+
.x-card .x-card-head {
|
|
85
|
+
display: inline-flex;
|
|
86
|
+
padding: 8px 16px;
|
|
87
|
+
flex-direction: row;
|
|
88
|
+
justify-content: space-between;
|
|
89
|
+
user-select: none;
|
|
90
|
+
font-size: 16px;
|
|
91
|
+
text-align: left;
|
|
92
|
+
}
|
|
93
|
+
.x-card .x-card-head .x-card-head-header {
|
|
94
|
+
flex: 1;
|
|
95
|
+
margin-right: 8px;
|
|
96
|
+
}
|
|
97
|
+
.x-card .x-card-content {
|
|
98
|
+
padding: 8px 16px;
|
|
99
|
+
text-align: left;
|
|
100
|
+
}
|
|
101
|
+
.x-card .x-card-footer {
|
|
102
|
+
padding: 12px 16px;
|
|
103
|
+
text-align: left;
|
|
104
|
+
}
|
|
105
|
+
.x-card .x-card-action {
|
|
106
|
+
padding: 12px 16px;
|
|
107
|
+
text-align: left;
|
|
108
|
+
}
|
|
109
|
+
.x-card.x-card-shadow {
|
|
110
|
+
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.05);
|
|
111
|
+
}
|
|
112
|
+
.x-card.x-card-shadow-hover:hover {
|
|
113
|
+
transform: translateY(-3px);
|
|
114
|
+
transition: all 0.1s;
|
|
115
|
+
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.05);
|
|
116
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.x-card{--shadow-color:rgba(0, 0, 0, 0.1);width:100%;display:inline-flex;flex-direction:column;border:1px solid #ebeef5;background:#fff;color:#121212}.x-card .x-card-head{display:inline-flex;padding:8px 16px;flex-direction:row;justify-content:space-between;user-select:none;font-size:16px;text-align:left}.x-card .x-card-head .x-card-head-header{flex:1;margin-right:8px}.x-card .x-card-content{padding:8px 16px;text-align:left}.x-card .x-card-footer{padding:12px 16px;text-align:left}.x-card .x-card-action{padding:12px 16px;text-align:left}.x-card.x-card-shadow{box-shadow:0 2px 12px 0 rgba(0,0,0,.05)}.x-card.x-card-shadow-hover:hover{transform:translateY(-3px);transition:all .1s;box-shadow:0 2px 12px 0 rgba(0,0,0,.05)}
|