upp-platform-core 1.0.17 → 1.0.19

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,3 +1,164 @@
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
+
1
162
  .form-layout {
2
163
  display: flex;
3
164
  flex-wrap: wrap;
@@ -264,167 +425,6 @@
264
425
  margin-left: 10px;
265
426
  }
266
427
 
267
- .project__unshow-type .t-menu__logo {
268
- display: flex;
269
- justify-content: center;
270
- background-color: #263455;
271
- }
272
- .project__unshow-type .t-menu__logo .tdesign-starter-side-nav-logo-wrapper {
273
- width: 20%;
274
- }
275
- .project__unshow-type .t-menu__logo span {
276
- color: #FFFFFF !important;
277
- font-size: 16px;
278
- }
279
- .project__unshow-type .t-default-menu__inner {
280
- height: 100%;
281
- }
282
- .project__unshow-type .header-logo-container {
283
- width: 216px;
284
- margin-left: 16px;
285
- }
286
- .project__unshow-type .t-menu {
287
- padding: 0;
288
- }
289
- .project__unshow-type .t-menu .t-head-menu__inner {
290
- background-color: #FFFFFF !important;
291
- border: none;
292
- }
293
- .project__unshow-type .t-menu--scroll {
294
- background-color: #17233D;
295
- }
296
- .project__unshow-type .t-menu__content,
297
- .project__unshow-type .svg-icon,
298
- .project__unshow-type .t-fake-arrow {
299
- color: #A9AEB7;
300
- }
301
- .project__unshow-type .operations-container .t-button {
302
- background-color: #FFFFFF;
303
- border: 1px solid #C9C9C9;
304
- }
305
- .project__unshow-type .operations-container .t-button:hover {
306
- background-color: #C9C9C9;
307
- color: #FFFFFF !important;
308
- }
309
- .project__unshow-type .operations-container .svg-icon,
310
- .project__unshow-type .operations-container .t-icon,
311
- .project__unshow-type .operations-container .header-user-account,
312
- .project__unshow-type .operations-container span {
313
- color: #000000 !important;
314
- }
315
- .project__unshow-type .t-is-opened .t-menu__item .svg-icon,
316
- .project__unshow-type .t-is-opened .t-menu__item .t-menu__content {
317
- color: #8B919E !important;
318
- }
319
- .project__unshow-type .t-menu__item.t-is-opened.t-is-active .svg-icon,
320
- .project__unshow-type .t-menu__item.t-is-opened.t-is-active .t-menu__content {
321
- color: #FFFFFF !important;
322
- }
323
- .project__unshow-type .t-menu__item.t-is-active:not(.t-is-opened) {
324
- margin-left: 20px;
325
- padding-left: 38px;
326
- border-radius: 0;
327
- border-top-left-radius: 4px;
328
- border-bottom-left-radius: 4px;
329
- }
330
- .project__unshow-type .t-menu__item.t-is-active:not(.t-is-opened)::before {
331
- content: "";
332
- position: absolute;
333
- left: -20px;
334
- width: 5px;
335
- height: 100%;
336
- background-color: #296DF1;
337
- border-top-right-radius: 4px;
338
- border-bottom-right-radius: 4px;
339
- }
340
- .project__unshow-type .t-menu__item.t-is-active:not(.t-is-opened) .svg-icon,
341
- .project__unshow-type .t-menu__item.t-is-active:not(.t-is-opened) .t-menu__content {
342
- font-weight: 700;
343
- color: #17233D !important;
344
- }
345
- .project__unshow-type .el-pagination__total {
346
- position: absolute;
347
- left: 0;
348
- }
349
- .project__unshow-type .el-table__header-wrapper th,
350
- .project__unshow-type .el-table__fixed-right .el-table__fixed-header-wrapper th {
351
- padding: 0;
352
- }
353
- .project__unshow-type .el-table__header-wrapper th .cell,
354
- .project__unshow-type .el-table__fixed-right .el-table__fixed-header-wrapper th .cell {
355
- background-color: #E9F3FF;
356
- color: #3172F1;
357
- padding: 2px 10px;
358
- }
359
- .project__unshow-type .el-icon-check::before {
360
- color: var(--primary-btn);
361
- }
362
- .project__unshow-type .el-icon-check::before:hover {
363
- background-color: #84CAFD !important;
364
- }
365
- .project__unshow-type .el-button.common-btn:not(:hover),
366
- .project__unshow-type .el-button--primary.is-plain {
367
- color: var(--primary-btn) !important;
368
- border-color: var(--primary-btn) !important;
369
- background-color: #FFFFFF !important;
370
- }
371
- .project__unshow-type .el-button.common-btn:not(:hover):not(.common-btn):hover,
372
- .project__unshow-type .el-button--primary.is-plain:not(.common-btn):hover {
373
- color: #FFFFFF !important;
374
- background-color: var(--light-blue-color) !important;
375
- border-color: var(--light-blue-color) !important;
376
- }
377
- .project__unshow-type .el-button--primary:not(.is-plain) {
378
- color: #FFFFFF !important;
379
- background-color: var(--primary-btn) !important;
380
- }
381
- .project__unshow-type .el-button--primary:not(.is-plain) .el-icon-check::before {
382
- color: #FFFFFF;
383
- }
384
- .project__unshow-type .el-button--primary:not(.is-plain):hover {
385
- background-color: var(--light-blue-color) !important;
386
- border-color: var(--light-blue-color) !important;
387
- }
388
- .project__unshow-type .el-button--warning {
389
- color: #F7BF17 !important;
390
- background-color: #FFFFFF !important;
391
- }
392
- .project__unshow-type .el-button--warning:hover {
393
- color: #FFFFFF !important;
394
- background-color: #F7BF17 !important;
395
- border-color: #F7BF17 !important;
396
- }
397
- .project__unshow-type .el-button--danger {
398
- color: #F56C6C !important;
399
- background-color: #FFFFFF !important;
400
- }
401
- .project__unshow-type .el-button--danger:hover {
402
- color: #FFFFFF !important;
403
- background-color: #F56C6C !important;
404
- border-color: #F56C6C !important;
405
- }
406
- .project__unshow-type .el-button--success {
407
- color: #67C23A !important;
408
- background-color: #FFFFFF !important;
409
- }
410
- .project__unshow-type .el-button--success:hover {
411
- color: #FFFFFF !important;
412
- background-color: #67C23A !important;
413
- border-color: #67C23A !important;
414
- }
415
- .project__unshow-type .el-tag {
416
- border-color: var(--light-blue-color);
417
- }
418
- .project__unshow-type .el-tag.el-tag--danger {
419
- border-color: #F56C6C;
420
- }
421
- .project__unshow-type .user-info > .el-card__header {
422
- background-color: #17233D !important;
423
- }
424
- .project__unshow-type .login-container-normal .login-form-normal.login-form {
425
- width: 562px;
426
- }
427
-
428
428
  .is-in-iframe .tdesign-starter-content-layout,
429
429
  .is-in-full-screen .tdesign-starter-content-layout {
430
430
  padding: 0 !important;
@@ -432,15 +432,18 @@
432
432
  .is-in-iframe .t-layout__content,
433
433
  .is-in-full-screen .t-layout__content,
434
434
  .is-in-iframe .tdesign-starter-layout,
435
- .is-in-full-screen .tdesign-starter-layout {
436
- height: 100%;
437
- }
435
+ .is-in-full-screen .tdesign-starter-layout,
438
436
  .is-in-iframe .iframe-view.common-content,
439
437
  .is-in-full-screen .iframe-view.common-content {
440
- height: calc(100vh - 6px);
438
+ height: 100vh;
439
+ }
440
+ .is-in-iframe .iframe-view,
441
+ .is-in-full-screen .iframe-view {
442
+ display: block;
441
443
  }
442
444
  .is-in-full-screen .t-layout__header,
443
445
  .is-in-full-screen .tdesign-starter-layout-tabs-nav,
446
+ .is-in-full-screen .t-layout__sider,
444
447
  .is-in-full-screen .tdesign-starter-sidebar-layout {
445
448
  display: none;
446
449
  }
@@ -450,6 +453,9 @@
450
453
  .tdesign-starter-side-nav-mix-fixed .t-menu__logo {
451
454
  display: none !important;
452
455
  }
456
+ .el-dialog.file-uplaod__preview-image .el-dialog__header {
457
+ border: none;
458
+ }
453
459
 
454
460
  :root,
455
461
  :root[theme-mode="light"] {
@@ -914,10 +920,6 @@
914
920
  :root[theme-mode="light"] .custom__input--high-light .vue-treeselect__single-value {
915
921
  color: var(--light-blue-color);
916
922
  }
917
- :root .el-card,
918
- :root[theme-mode="light"] .el-card {
919
- border: 1px solid var(--light-blue-color);
920
- }
921
923
  :root .el-card .el-card__header,
922
924
  :root[theme-mode="light"] .el-card .el-card__header {
923
925
  background: var(--card-header);
@@ -1574,7 +1576,6 @@
1574
1576
  color: #FFFFFF;
1575
1577
  }
1576
1578
  :root[theme-mode="dark"] .el-card {
1577
- border: 1px solid var(--light-blue-color);
1578
1579
  background: transparent;
1579
1580
  color: #FFFFFF;
1580
1581
  }