upp-platform-core 1.0.20 → 1.0.21

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/lib/index.css CHANGED
@@ -1,196 +1,3 @@
1
- .project__unshow-type .t-menu__logo {
2
- display: flex;
3
- justify-content: center;
4
- background-color: #263455;
5
- }
6
- .project__unshow-type .t-menu__logo .tdesign-starter-side-nav-logo-wrapper {
7
- width: 20%;
8
- }
9
- .project__unshow-type .t-menu__logo span {
10
- color: #FFFFFF !important;
11
- font-size: 16px;
12
- }
13
- .project__unshow-type .t-default-menu__inner {
14
- height: 100%;
15
- }
16
- .project__unshow-type .header-logo-container {
17
- width: 216px;
18
- margin-left: 16px;
19
- }
20
- .project__unshow-type .t-menu {
21
- padding: 0;
22
- }
23
- .project__unshow-type .t-menu .t-head-menu__inner {
24
- background-color: #FFFFFF !important;
25
- border: none;
26
- }
27
- .project__unshow-type .t-menu--scroll {
28
- background-color: #17233D;
29
- }
30
- .project__unshow-type .t-menu__content,
31
- .project__unshow-type .svg-icon,
32
- .project__unshow-type .t-fake-arrow {
33
- color: #A9AEB7;
34
- }
35
- .project__unshow-type .operations-container .t-button {
36
- background-color: #FFFFFF;
37
- border: 1px solid #C9C9C9;
38
- }
39
- .project__unshow-type .operations-container .t-button:hover {
40
- background-color: #C9C9C9;
41
- color: #FFFFFF !important;
42
- }
43
- .project__unshow-type .operations-container .svg-icon,
44
- .project__unshow-type .operations-container .t-icon,
45
- .project__unshow-type .operations-container .header-user-account,
46
- .project__unshow-type .operations-container span {
47
- color: #000000 !important;
48
- }
49
- .project__unshow-type .t-is-opened .t-menu__item .svg-icon,
50
- .project__unshow-type .t-is-opened .t-menu__item .t-menu__content {
51
- color: #8B919E !important;
52
- }
53
- .project__unshow-type .t-menu__item.t-is-opened.t-is-active .svg-icon,
54
- .project__unshow-type .t-menu__item.t-is-opened.t-is-active .t-menu__content {
55
- color: #FFFFFF !important;
56
- }
57
- .project__unshow-type .t-menu__item.t-is-active:not(.t-is-opened) {
58
- margin-left: 20px;
59
- padding-left: 38px;
60
- border-radius: 0;
61
- border-top-left-radius: 4px;
62
- border-bottom-left-radius: 4px;
63
- }
64
- .project__unshow-type .t-menu__item.t-is-active:not(.t-is-opened)::before {
65
- content: "";
66
- position: absolute;
67
- left: -20px;
68
- width: 5px;
69
- height: 100%;
70
- background-color: #296DF1;
71
- border-top-right-radius: 4px;
72
- border-bottom-right-radius: 4px;
73
- }
74
- .project__unshow-type .t-menu__item.t-is-active:not(.t-is-opened) .svg-icon,
75
- .project__unshow-type .t-menu__item.t-is-active:not(.t-is-opened) .t-menu__content {
76
- font-weight: 700;
77
- color: #17233D !important;
78
- }
79
- .project__unshow-type .el-pagination__total {
80
- position: absolute;
81
- left: 0;
82
- }
83
- .project__unshow-type .el-table__header-wrapper th,
84
- .project__unshow-type .el-table__fixed-right .el-table__fixed-header-wrapper th {
85
- padding: 0;
86
- }
87
- .project__unshow-type .el-table__header-wrapper th .cell,
88
- .project__unshow-type .el-table__fixed-right .el-table__fixed-header-wrapper th .cell {
89
- background-color: #E9F3FF;
90
- color: #3172F1;
91
- padding: 2px 10px;
92
- }
93
- .project__unshow-type .el-icon-check::before {
94
- color: var(--primary-btn);
95
- }
96
- .project__unshow-type .el-icon-check::before:hover {
97
- background-color: #84CAFD !important;
98
- }
99
- .project__unshow-type .el-button.common-btn:not(:hover),
100
- .project__unshow-type .el-button--primary.is-plain {
101
- color: var(--primary-btn) !important;
102
- border-color: var(--primary-btn) !important;
103
- background-color: #FFFFFF !important;
104
- }
105
- .project__unshow-type .el-button.common-btn:not(:hover):not(.common-btn):hover,
106
- .project__unshow-type .el-button--primary.is-plain:not(.common-btn):hover {
107
- color: #FFFFFF !important;
108
- background-color: var(--light-blue-color) !important;
109
- border-color: var(--light-blue-color) !important;
110
- }
111
- .project__unshow-type .el-button--primary:not(.is-plain) {
112
- color: #FFFFFF !important;
113
- background-color: var(--primary-btn) !important;
114
- }
115
- .project__unshow-type .el-button--primary:not(.is-plain) .el-icon-check::before {
116
- color: #FFFFFF;
117
- }
118
- .project__unshow-type .el-button--primary:not(.is-plain):hover {
119
- background-color: var(--light-blue-color) !important;
120
- border-color: var(--light-blue-color) !important;
121
- }
122
- .project__unshow-type .el-button--warning {
123
- color: #F7BF17 !important;
124
- background-color: #FFFFFF !important;
125
- }
126
- .project__unshow-type .el-button--warning:hover {
127
- color: #FFFFFF !important;
128
- background-color: #F7BF17 !important;
129
- border-color: #F7BF17 !important;
130
- }
131
- .project__unshow-type .el-button--danger {
132
- color: #F56C6C !important;
133
- background-color: #FFFFFF !important;
134
- }
135
- .project__unshow-type .el-button--danger:hover {
136
- color: #FFFFFF !important;
137
- background-color: #F56C6C !important;
138
- border-color: #F56C6C !important;
139
- }
140
- .project__unshow-type .el-button--success {
141
- color: #67C23A !important;
142
- background-color: #FFFFFF !important;
143
- }
144
- .project__unshow-type .el-button--success:hover {
145
- color: #FFFFFF !important;
146
- background-color: #67C23A !important;
147
- border-color: #67C23A !important;
148
- }
149
- .project__unshow-type .el-tag {
150
- border-color: var(--light-blue-color);
151
- }
152
- .project__unshow-type .el-tag.el-tag--danger {
153
- border-color: #F56C6C;
154
- }
155
- .project__unshow-type .user-info > .el-card__header {
156
- background-color: #17233D !important;
157
- }
158
- .project__unshow-type .login-container-normal .login-form-normal.login-form {
159
- width: 562px;
160
- }
161
-
162
- .is-in-iframe .tdesign-starter-content-layout,
163
- .is-in-full-screen .tdesign-starter-content-layout {
164
- padding: 0 !important;
165
- }
166
- .is-in-iframe .t-layout__content,
167
- .is-in-full-screen .t-layout__content,
168
- .is-in-iframe .tdesign-starter-layout,
169
- .is-in-full-screen .tdesign-starter-layout,
170
- .is-in-iframe .iframe-view.common-content,
171
- .is-in-full-screen .iframe-view.common-content {
172
- height: 100vh;
173
- }
174
- .is-in-iframe .iframe-view,
175
- .is-in-full-screen .iframe-view {
176
- display: block;
177
- }
178
- .is-in-full-screen .t-layout__header,
179
- .is-in-full-screen .tdesign-starter-layout-tabs-nav,
180
- .is-in-full-screen .t-layout__sider,
181
- .is-in-full-screen .tdesign-starter-sidebar-layout {
182
- display: none;
183
- }
184
- .is-in-full-screen div > section.t-layout {
185
- height: 100vh;
186
- }
187
- .tdesign-starter-side-nav-mix-fixed .t-menu__logo {
188
- display: none !important;
189
- }
190
- .el-dialog.file-uplaod__preview-image .el-dialog__header {
191
- border: none;
192
- }
193
-
194
1
  .form-layout {
195
2
  display: flex;
196
3
  flex-wrap: wrap;
@@ -457,6 +264,199 @@
457
264
  margin-left: 10px;
458
265
  }
459
266
 
267
+ .is-in-iframe .tdesign-starter-content-layout,
268
+ .is-in-full-screen .tdesign-starter-content-layout {
269
+ padding: 0 !important;
270
+ }
271
+ .is-in-iframe .t-layout__content,
272
+ .is-in-full-screen .t-layout__content,
273
+ .is-in-iframe .tdesign-starter-layout,
274
+ .is-in-full-screen .tdesign-starter-layout,
275
+ .is-in-iframe .iframe-view.common-content,
276
+ .is-in-full-screen .iframe-view.common-content {
277
+ height: 100vh;
278
+ }
279
+ .is-in-iframe .iframe-view,
280
+ .is-in-full-screen .iframe-view {
281
+ display: block;
282
+ }
283
+ .is-in-full-screen .t-layout__header,
284
+ .is-in-full-screen .tdesign-starter-layout-tabs-nav,
285
+ .is-in-full-screen .t-layout__sider,
286
+ .is-in-full-screen .tdesign-starter-sidebar-layout {
287
+ display: none;
288
+ }
289
+ .is-in-full-screen div > section.t-layout {
290
+ height: 100vh;
291
+ }
292
+ .tdesign-starter-side-nav-mix-fixed .t-menu__logo {
293
+ display: none !important;
294
+ }
295
+ .el-dialog.file-uplaod__preview-image .el-dialog__header {
296
+ border: none;
297
+ }
298
+
299
+ .project__unshow-type .t-menu__logo {
300
+ display: flex;
301
+ justify-content: center;
302
+ background-color: #263455;
303
+ }
304
+ .project__unshow-type .t-menu__logo .tdesign-starter-side-nav-logo-wrapper {
305
+ width: 20%;
306
+ }
307
+ .project__unshow-type .t-menu__logo span {
308
+ color: #FFFFFF !important;
309
+ font-size: 16px;
310
+ }
311
+ .project__unshow-type .t-default-menu__inner {
312
+ height: 100%;
313
+ }
314
+ .project__unshow-type .header-logo-container {
315
+ width: 216px;
316
+ margin-left: 16px;
317
+ }
318
+ .project__unshow-type .t-menu {
319
+ padding: 0;
320
+ }
321
+ .project__unshow-type .t-menu .t-head-menu__inner {
322
+ background-color: #FFFFFF !important;
323
+ border: none;
324
+ }
325
+ .project__unshow-type .t-menu--scroll {
326
+ background-color: #17233D;
327
+ }
328
+ .project__unshow-type .t-menu__content,
329
+ .project__unshow-type .svg-icon,
330
+ .project__unshow-type .t-fake-arrow {
331
+ color: #A9AEB7;
332
+ }
333
+ .project__unshow-type .operations-container .t-button {
334
+ background-color: #FFFFFF;
335
+ border: 1px solid #C9C9C9;
336
+ }
337
+ .project__unshow-type .operations-container .t-button:hover {
338
+ background-color: #C9C9C9;
339
+ color: #FFFFFF !important;
340
+ }
341
+ .project__unshow-type .operations-container .svg-icon,
342
+ .project__unshow-type .operations-container .t-icon,
343
+ .project__unshow-type .operations-container .header-user-account,
344
+ .project__unshow-type .operations-container span {
345
+ color: #000000 !important;
346
+ }
347
+ .project__unshow-type .t-is-opened .t-menu__item .svg-icon,
348
+ .project__unshow-type .t-is-opened .t-menu__item .t-menu__content {
349
+ color: #8B919E !important;
350
+ }
351
+ .project__unshow-type .t-menu__item.t-is-opened.t-is-active .svg-icon,
352
+ .project__unshow-type .t-menu__item.t-is-opened.t-is-active .t-menu__content {
353
+ color: #FFFFFF !important;
354
+ }
355
+ .project__unshow-type .t-menu__item.t-is-active:not(.t-is-opened) {
356
+ margin-left: 20px;
357
+ padding-left: 38px;
358
+ border-radius: 0;
359
+ border-top-left-radius: 4px;
360
+ border-bottom-left-radius: 4px;
361
+ }
362
+ .project__unshow-type .t-menu__item.t-is-active:not(.t-is-opened)::before {
363
+ content: "";
364
+ position: absolute;
365
+ left: -20px;
366
+ width: 5px;
367
+ height: 100%;
368
+ background-color: #296DF1;
369
+ border-top-right-radius: 4px;
370
+ border-bottom-right-radius: 4px;
371
+ }
372
+ .project__unshow-type .t-menu__item.t-is-active:not(.t-is-opened) .svg-icon,
373
+ .project__unshow-type .t-menu__item.t-is-active:not(.t-is-opened) .t-menu__content {
374
+ font-weight: 700;
375
+ color: #17233D !important;
376
+ }
377
+ .project__unshow-type .el-pagination__total {
378
+ position: absolute;
379
+ left: 0;
380
+ }
381
+ .project__unshow-type .el-table__header-wrapper th,
382
+ .project__unshow-type .el-table__fixed-right .el-table__fixed-header-wrapper th {
383
+ padding: 0;
384
+ }
385
+ .project__unshow-type .el-table__header-wrapper th .cell,
386
+ .project__unshow-type .el-table__fixed-right .el-table__fixed-header-wrapper th .cell {
387
+ background-color: #E9F3FF;
388
+ color: #3172F1;
389
+ padding: 2px 10px;
390
+ }
391
+ .project__unshow-type .el-icon-check::before {
392
+ color: var(--primary-btn);
393
+ }
394
+ .project__unshow-type .el-icon-check::before:hover {
395
+ background-color: #84CAFD !important;
396
+ }
397
+ .project__unshow-type .el-button.common-btn:not(:hover),
398
+ .project__unshow-type .el-button--primary.is-plain {
399
+ color: var(--primary-btn) !important;
400
+ border-color: var(--primary-btn) !important;
401
+ background-color: #FFFFFF !important;
402
+ }
403
+ .project__unshow-type .el-button.common-btn:not(:hover):not(.common-btn):hover,
404
+ .project__unshow-type .el-button--primary.is-plain:not(.common-btn):hover {
405
+ color: #FFFFFF !important;
406
+ background-color: var(--light-blue-color) !important;
407
+ border-color: var(--light-blue-color) !important;
408
+ }
409
+ .project__unshow-type .el-button--primary:not(.is-plain) {
410
+ color: #FFFFFF !important;
411
+ background-color: var(--primary-btn) !important;
412
+ }
413
+ .project__unshow-type .el-button--primary:not(.is-plain) .el-icon-check::before {
414
+ color: #FFFFFF;
415
+ }
416
+ .project__unshow-type .el-button--primary:not(.is-plain):hover {
417
+ background-color: var(--light-blue-color) !important;
418
+ border-color: var(--light-blue-color) !important;
419
+ }
420
+ .project__unshow-type .el-button--warning {
421
+ color: #F7BF17 !important;
422
+ background-color: #FFFFFF !important;
423
+ }
424
+ .project__unshow-type .el-button--warning:hover {
425
+ color: #FFFFFF !important;
426
+ background-color: #F7BF17 !important;
427
+ border-color: #F7BF17 !important;
428
+ }
429
+ .project__unshow-type .el-button--danger {
430
+ color: #F56C6C !important;
431
+ background-color: #FFFFFF !important;
432
+ }
433
+ .project__unshow-type .el-button--danger:hover {
434
+ color: #FFFFFF !important;
435
+ background-color: #F56C6C !important;
436
+ border-color: #F56C6C !important;
437
+ }
438
+ .project__unshow-type .el-button--success {
439
+ color: #67C23A !important;
440
+ background-color: #FFFFFF !important;
441
+ }
442
+ .project__unshow-type .el-button--success:hover {
443
+ color: #FFFFFF !important;
444
+ background-color: #67C23A !important;
445
+ border-color: #67C23A !important;
446
+ }
447
+ .project__unshow-type .el-tag {
448
+ border-color: var(--light-blue-color);
449
+ }
450
+ .project__unshow-type .el-tag.el-tag--danger {
451
+ border-color: #F56C6C;
452
+ }
453
+ .project__unshow-type .user-info > .el-card__header {
454
+ background-color: #17233D !important;
455
+ }
456
+ .project__unshow-type .login-container-normal .login-form-normal.login-form {
457
+ width: 562px;
458
+ }
459
+
460
460
  :root,
461
461
  :root[theme-mode="light"] {
462
462
  --td-brand-color-1: #E0EBFF;