@zkwq/business 0.0.36 → 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/Annex.css +216 -0
- package/dist/css/Annex.min.css +1 -0
- package/dist/css/Cover.css +117 -0
- package/dist/css/Cover.min.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/index.css +1 -1
- package/dist/index.js +3575 -2909
- 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/package.json +1 -1
|
@@ -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}
|
|
@@ -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)}
|
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
[data-v-2bacfff9]: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
|
+
.ApplicationHeader[data-v-2bacfff9] {
|
|
76
|
+
width: 100%;
|
|
77
|
+
height: 50px;
|
|
78
|
+
font-weight: 600;
|
|
79
|
+
padding: 10px 20px;
|
|
80
|
+
background: white;
|
|
81
|
+
box-sizing: border-box;
|
|
82
|
+
display: flex;
|
|
83
|
+
align-items: center;
|
|
84
|
+
}
|
|
85
|
+
.ApplicationHeader .back_warp[data-v-2bacfff9] {
|
|
86
|
+
width: auto;
|
|
87
|
+
height: 50px;
|
|
88
|
+
display: flex;
|
|
89
|
+
align-items: center;
|
|
90
|
+
overflow: hidden;
|
|
91
|
+
margin-right: 16px;
|
|
92
|
+
font-weight: normal;
|
|
93
|
+
font-size: 13px;
|
|
94
|
+
color: #8590a6;
|
|
95
|
+
}
|
|
96
|
+
.ApplicationHeader .back_warp ._icon[data-v-2bacfff9] {
|
|
97
|
+
cursor: pointer;
|
|
98
|
+
}
|
|
99
|
+
.ApplicationHeader .back_warp .back_text[data-v-2bacfff9] {
|
|
100
|
+
margin-left: 8px;
|
|
101
|
+
cursor: pointer;
|
|
102
|
+
}
|
|
103
|
+
.ApplicationHeader .back_warp .back-subline[data-v-2bacfff9] {
|
|
104
|
+
height: 16px;
|
|
105
|
+
width: 1px;
|
|
106
|
+
background: #dcdfe6;
|
|
107
|
+
margin-left: 16px;
|
|
108
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
[data-v-2bacfff9]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.ApplicationHeader[data-v-2bacfff9]{width:100%;height:50px;font-weight:600;padding:10px 20px;background:#fff;box-sizing:border-box;display:flex;align-items:center}.ApplicationHeader .back_warp[data-v-2bacfff9]{width:auto;height:50px;display:flex;align-items:center;overflow:hidden;margin-right:16px;font-weight:400;font-size:13px;color:#8590a6}.ApplicationHeader .back_warp ._icon[data-v-2bacfff9]{cursor:pointer}.ApplicationHeader .back_warp .back_text[data-v-2bacfff9]{margin-left:8px;cursor:pointer}.ApplicationHeader .back_warp .back-subline[data-v-2bacfff9]{height:16px;width:1px;background:#dcdfe6;margin-left:16px}
|