y-admin-ui 6.2.4 → 6.2.6

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.
@@ -15,7 +15,7 @@
15
15
 
16
16
  // 是否要边框
17
17
  &:not(.y-message-border) {
18
- background: var(--popover-background-color);
18
+ background: rgba(255, 255, 255, 1);
19
19
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
20
20
  border-radius: 10px;
21
21
  border: none;
@@ -0,0 +1,168 @@
1
+ /** 扩展字体图标 */
2
+ $--y-font-path: 'fonts' !default;
3
+
4
+ @font-face {
5
+ font-family: 'y-icon'; /* Project id 4767102 */
6
+ src: url('./fonts/real/iconfont.woff') format('woff'), url('./fonts/real/iconfont.ttf') format('truetype');
7
+ }
8
+
9
+ body [class^='y-icon'],
10
+ body [class*='y-icon'] {
11
+ font-family: 'y-icon' !important;
12
+ font-size: 16px;
13
+ font-style: normal;
14
+ color: var(--y-color-bar);
15
+ -webkit-font-smoothing: antialiased;
16
+ -moz-osx-font-smoothing: grayscale;
17
+ }
18
+
19
+ .y-iconreal-1:before {
20
+ content: '\e622';
21
+ }
22
+ .y-iconreal-2:before {
23
+ content: '\e623';
24
+ }
25
+ .y-iconreal-3:before {
26
+ content: '\e624';
27
+ }
28
+ .y-iconreal-4:before {
29
+ content: '\e625';
30
+ }
31
+ .y-iconreal-5:before {
32
+ content: '\e626';
33
+ }
34
+ .y-iconreal-6:before {
35
+ content: '\e627';
36
+ }
37
+ .y-iconreal-7:before {
38
+ content: '\e628';
39
+ }
40
+ .y-iconreal-8:before {
41
+ content: '\e629';
42
+ }
43
+ .y-iconreal-9:before {
44
+ content: '\e62a';
45
+ }
46
+ .y-iconreal-10:before {
47
+ content: '\e62b';
48
+ }
49
+ .y-iconreal-11:before {
50
+ content: '\e62c';
51
+ }
52
+ .y-iconreal-12:before {
53
+ content: '\e62d';
54
+ }
55
+ .y-iconreal-13:before {
56
+ content: '\e62e';
57
+ }
58
+ .y-iconreal-14:before {
59
+ content: '\e62f';
60
+ }
61
+ .y-iconreal-15:before {
62
+ content: '\e630';
63
+ }
64
+ .y-iconreal-16:before {
65
+ content: '\e631';
66
+ }
67
+ .y-iconreal-17:before {
68
+ content: '\e632';
69
+ }
70
+ .y-iconreal-18:before {
71
+ content: '\e633';
72
+ }
73
+ .y-iconreal-19:before {
74
+ content: '\e634';
75
+ }
76
+ .y-iconreal-20:before {
77
+ content: '\e635';
78
+ }
79
+ .y-iconreal-21:before {
80
+ content: '\e636';
81
+ }
82
+ .y-iconreal-22:before {
83
+ content: '\e637';
84
+ }
85
+ .y-iconreal-23:before {
86
+ content: '\e638';
87
+ }
88
+ .y-iconreal-24:before {
89
+ content: '\e600';
90
+ }
91
+ .y-iconreal-25:before {
92
+ content: '\e601';
93
+ }
94
+ .y-iconreal-26:before {
95
+ content: '\e602';
96
+ }
97
+ .y-iconreal-27:before {
98
+ content: '\e603';
99
+ }
100
+ .y-iconreal-28:before {
101
+ content: '\e604';
102
+ }
103
+ .y-iconreal-29:before {
104
+ content: '\e605';
105
+ }
106
+ .y-iconreal-30:before {
107
+ content: '\e606';
108
+ }
109
+ .y-iconreal-31:before {
110
+ content: '\e607';
111
+ }
112
+ .y-iconreal-32:before {
113
+ content: '\e608';
114
+ }
115
+ .y-iconreal-33:before {
116
+ content: '\e609';
117
+ }
118
+ .y-iconreal-34:before {
119
+ content: '\e60a';
120
+ }
121
+ .y-iconreal-35:before {
122
+ content: '\e60b';
123
+ }
124
+ .y-iconreal-36:before {
125
+ content: '\e60c';
126
+ }
127
+ .y-iconreal-37:before {
128
+ content: '\e60d';
129
+ }
130
+ .y-iconreal-38:before {
131
+ content: '\e60e';
132
+ }
133
+ .y-iconreal-39:before {
134
+ content: '\e60f';
135
+ }
136
+ .y-iconreal-40:before {
137
+ content: '\e610';
138
+ }
139
+ .y-iconreal-41:before {
140
+ content: '\e611';
141
+ }
142
+ .y-iconreal-42:before {
143
+ content: '\e612';
144
+ }
145
+ .y-iconreal-43:before {
146
+ content: '\e613';
147
+ }
148
+ .y-iconreal-44:before {
149
+ content: '\e614';
150
+ }
151
+ .y-iconreal-45:before {
152
+ content: '\e615';
153
+ }
154
+ .y-iconreal-46:before {
155
+ content: '\e616';
156
+ }
157
+ .y-iconreal-47:before {
158
+ content: '\e617';
159
+ }
160
+ .y-iconreal-48:before {
161
+ content: '\e618';
162
+ }
163
+ .y-iconreal-49:before {
164
+ content: '\e619';
165
+ }
166
+ .y-iconreal-50:before {
167
+ content: '\e61a';
168
+ }
@@ -0,0 +1,318 @@
1
+ /** 扩展字体图标 */
2
+ $--y-font-path: 'fonts' !default;
3
+
4
+ @font-face {
5
+ font-family: 'y-icon'; /* Project id 4767102 */
6
+ src: url('./fonts/solid/iconfont.woff') format('woff'), url('./fonts/solid/iconfont.ttf') format('truetype');
7
+ }
8
+
9
+ body [class^='y-icon'],
10
+ body [class*='y-icon'] {
11
+ font-family: 'y-icon' !important;
12
+ font-size: 16px;
13
+ font-style: normal;
14
+ color: var(--y-color-bar);
15
+ -webkit-font-smoothing: antialiased;
16
+ -moz-osx-font-smoothing: grayscale;
17
+ }
18
+
19
+ .y-iconsolid-1:before {
20
+ content: '\e6a1';
21
+ }
22
+ .y-iconsolid-2:before {
23
+ content: '\e6a2';
24
+ }
25
+ .y-iconsolid-3:before {
26
+ content: '\e6a3';
27
+ }
28
+ .y-iconsolid-4:before {
29
+ content: '\e6a4';
30
+ }
31
+ .y-iconsolid-5:before {
32
+ content: '\e6a5';
33
+ }
34
+ .y-iconsolid-6:before {
35
+ content: '\e6a6';
36
+ }
37
+ .y-iconsolid-7:before {
38
+ content: '\e6a7';
39
+ }
40
+ .y-iconsolid-8:before {
41
+ content: '\e6a8';
42
+ }
43
+ .y-iconsolid-9:before {
44
+ content: '\e6a9';
45
+ }
46
+ .y-iconsolid-10:before {
47
+ content: '\e6aa';
48
+ }
49
+ .y-iconsolid-11:before {
50
+ content: '\e6ab';
51
+ }
52
+ .y-iconsolid-12:before {
53
+ content: '\e6ac';
54
+ }
55
+ .y-iconsolid-13:before {
56
+ content: '\e6ad';
57
+ }
58
+ .y-iconsolid-14:before {
59
+ content: '\e6ae';
60
+ }
61
+ .y-iconsolid-15:before {
62
+ content: '\e6af';
63
+ }
64
+ .y-iconsolid-16:before {
65
+ content: '\e6b0';
66
+ }
67
+ .y-iconsolid-17:before {
68
+ content: '\e6b1';
69
+ }
70
+ .y-iconsolid-18:before {
71
+ content: '\e6b2';
72
+ }
73
+ .y-iconsolid-19:before {
74
+ content: '\e6b3';
75
+ }
76
+ .y-iconsolid-20:before {
77
+ content: '\e6b4';
78
+ }
79
+ .y-iconsolid-21:before {
80
+ content: '\e6b5';
81
+ }
82
+ .y-iconsolid-22:before {
83
+ content: '\e6b6';
84
+ }
85
+ .y-iconsolid-23:before {
86
+ content: '\e6b7';
87
+ }
88
+ .y-iconsolid-24:before {
89
+ content: '\e6b8';
90
+ }
91
+ .y-iconsolid-25:before {
92
+ content: '\e6b9';
93
+ }
94
+ .y-iconsolid-26:before {
95
+ content: '\e6ba';
96
+ }
97
+ .y-iconsolid-27:before {
98
+ content: '\e6bb';
99
+ }
100
+ .y-iconsolid-28:before {
101
+ content: '\e6bc';
102
+ }
103
+ .y-iconsolid-29:before {
104
+ content: '\e6bd';
105
+ }
106
+ .y-iconsolid-30:before {
107
+ content: '\e6be';
108
+ }
109
+ .y-iconsolid-31:before {
110
+ content: '\e6bf';
111
+ }
112
+ .y-iconsolid-32:before {
113
+ content: '\e6c0';
114
+ }
115
+ .y-iconsolid-33:before {
116
+ content: '\e6c1';
117
+ }
118
+ .y-iconsolid-34:before {
119
+ content: '\e6c2';
120
+ }
121
+ .y-iconsolid-35:before {
122
+ content: '\e6c3';
123
+ }
124
+ .y-iconsolid-36:before {
125
+ content: '\e6c4';
126
+ }
127
+ .y-iconsolid-37:before {
128
+ content: '\e6c5';
129
+ }
130
+ .y-iconsolid-38:before {
131
+ content: '\e6c6';
132
+ }
133
+ .y-iconsolid-39:before {
134
+ content: '\e6c7';
135
+ }
136
+ .y-iconsolid-40:before {
137
+ content: '\e6c8';
138
+ }
139
+ .y-iconsolid-41:before {
140
+ content: '\e6c9';
141
+ }
142
+ .y-iconsolid-42:before {
143
+ content: '\e6ca';
144
+ }
145
+ .y-iconsolid-43:before {
146
+ content: '\e6cb';
147
+ }
148
+ .y-iconsolid-44:before {
149
+ content: '\e6cc';
150
+ }
151
+ .y-iconsolid-45:before {
152
+ content: '\e6cd';
153
+ }
154
+ .y-iconsolid-46:before {
155
+ content: '\e6ce';
156
+ }
157
+ .y-iconsolid-47:before {
158
+ content: '\e6cf';
159
+ }
160
+ .y-iconsolid-48:before {
161
+ content: '\e6d0';
162
+ }
163
+ .y-iconsolid-49:before {
164
+ content: '\e6d1';
165
+ }
166
+ .y-iconsolid-50:before {
167
+ content: '\e6d2';
168
+ }
169
+ .y-iconsolid-51:before {
170
+ content: '\e6d3';
171
+ }
172
+ .y-iconsolid-52:before {
173
+ content: '\e6d4';
174
+ }
175
+ .y-iconsolid-53:before {
176
+ content: '\e6d5';
177
+ }
178
+ .y-iconsolid-54:before {
179
+ content: '\e6d6';
180
+ }
181
+ .y-iconsolid-55:before {
182
+ content: '\e6d7';
183
+ }
184
+ .y-iconsolid-56:before {
185
+ content: '\e6d8';
186
+ }
187
+ .y-iconsolid-57:before {
188
+ content: '\e6d9';
189
+ }
190
+ .y-iconsolid-58:before {
191
+ content: '\e6da';
192
+ }
193
+ .y-iconsolid-59:before {
194
+ content: '\e6db';
195
+ }
196
+ .y-iconsolid-60:before {
197
+ content: '\e6dc';
198
+ }
199
+ .y-iconsolid-61:before {
200
+ content: '\e6dd';
201
+ }
202
+ .y-iconsolid-62:before {
203
+ content: '\e6de';
204
+ }
205
+ .y-iconsolid-63:before {
206
+ content: '\e6df';
207
+ }
208
+ .y-iconsolid-64:before {
209
+ content: '\e6e0';
210
+ }
211
+ .y-iconsolid-65:before {
212
+ content: '\e6e1';
213
+ }
214
+ .y-iconsolid-66:before {
215
+ content: '\e6e2';
216
+ }
217
+ .y-iconsolid-67:before {
218
+ content: '\e6e3';
219
+ }
220
+ .y-iconsolid-68:before {
221
+ content: '\e6e4';
222
+ }
223
+ .y-iconsolid-69:before {
224
+ content: '\e6e5';
225
+ }
226
+ .y-iconsolid-70:before {
227
+ content: '\e6e6';
228
+ }
229
+ .y-iconsolid-71:before {
230
+ content: '\e68f';
231
+ }
232
+ .y-iconsolid-72:before {
233
+ content: '\e690';
234
+ }
235
+ .y-iconsolid-73:before {
236
+ content: '\e691';
237
+ }
238
+ .y-iconsolid-74:before {
239
+ content: '\e674';
240
+ }
241
+ .y-iconsolid-75:before {
242
+ content: '\e675';
243
+ }
244
+ .y-iconsolid-76:before {
245
+ content: '\e676';
246
+ }
247
+ .y-iconsolid-77:before {
248
+ content: '\e677';
249
+ }
250
+ .y-iconsolid-78:before {
251
+ content: '\e678';
252
+ }
253
+ .y-iconsolid-79:before {
254
+ content: '\e679';
255
+ }
256
+ .y-iconsolid-80:before {
257
+ content: '\e67a';
258
+ }
259
+ .y-iconsolid-81:before {
260
+ content: '\e67b';
261
+ }
262
+ .y-iconsolid-82:before {
263
+ content: '\e67c';
264
+ }
265
+ .y-iconsolid-83:before {
266
+ content: '\e67d';
267
+ }
268
+ .y-iconsolid-84:before {
269
+ content: '\e67e';
270
+ }
271
+ .y-iconsolid-85:before {
272
+ content: '\e67f';
273
+ }
274
+ .y-iconsolid-86:before {
275
+ content: '\e680';
276
+ }
277
+ .y-iconsolid-87:before {
278
+ content: '\e681';
279
+ }
280
+ .y-iconsolid-88:before {
281
+ content: '\e682';
282
+ }
283
+ .y-iconsolid-89:before {
284
+ content: '\e683';
285
+ }
286
+ .y-iconsolid-90:before {
287
+ content: '\e684';
288
+ }
289
+ .y-iconsolid-91:before {
290
+ content: '\e685';
291
+ }
292
+ .y-iconsolid-92:before {
293
+ content: '\e686';
294
+ }
295
+ .y-iconsolid-93:before {
296
+ content: '\e687';
297
+ }
298
+ .y-iconsolid-94:before {
299
+ content: '\e688';
300
+ }
301
+ .y-iconsolid-95:before {
302
+ content: '\e689';
303
+ }
304
+ .y-iconsolid-96:before {
305
+ content: '\e68a';
306
+ }
307
+ .y-iconsolid-97:before {
308
+ content: '\e68b';
309
+ }
310
+ .y-iconsolid-98:before {
311
+ content: '\e68c';
312
+ }
313
+ .y-iconsolid-99:before {
314
+ content: '\e68d';
315
+ }
316
+ .y-iconsolid-100:before {
317
+ content: '\e68e';
318
+ }
@@ -1,5 +1,7 @@
1
1
  /** 全局样式 */
2
2
  @import './icon.scss';
3
+ @import './fonts/solid/index.scss';
4
+ @import './fonts/real/index.scss';
3
5
  @import './themes/defaults.scss';
4
6
  @import './themes/dark.scss';
5
7
  @import './themes/default.scss';