upp-platform-core 1.0.20 → 1.0.22

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;
@@ -217,6 +24,9 @@
217
24
  align-items: center;
218
25
  }
219
26
  .form-layout .el-form-item__label {
27
+ display: flex;
28
+ align-items: center;
29
+ justify-content: right;
220
30
  height: 100%;
221
31
  width: 120px;
222
32
  line-height: var(--element-size-height);
@@ -245,7 +55,6 @@
245
55
  .form-layout .form-disable--bgc-gray .el-form-item__content {
246
56
  background-color: #EEEEEE;
247
57
  color: #666666;
248
- padding-left: 15px;
249
58
  }
250
59
  .form-layout--140 {
251
60
  display: flex;
@@ -273,6 +82,9 @@
273
82
  align-items: center;
274
83
  }
275
84
  .form-layout--140 .el-form-item__label {
85
+ display: flex;
86
+ align-items: center;
87
+ justify-content: right;
276
88
  height: 100%;
277
89
  width: 140px;
278
90
  line-height: var(--element-size-height);
@@ -301,7 +113,6 @@
301
113
  .form-layout--140 .form-disable--bgc-gray .el-form-item__content {
302
114
  background-color: #EEEEEE;
303
115
  color: #666666;
304
- padding-left: 15px;
305
116
  }
306
117
  .form-layout--160 {
307
118
  display: flex;
@@ -329,6 +140,9 @@
329
140
  align-items: center;
330
141
  }
331
142
  .form-layout--160 .el-form-item__label {
143
+ display: flex;
144
+ align-items: center;
145
+ justify-content: right;
332
146
  height: 100%;
333
147
  width: 160px;
334
148
  line-height: var(--element-size-height);
@@ -357,7 +171,6 @@
357
171
  .form-layout--160 .form-disable--bgc-gray .el-form-item__content {
358
172
  background-color: #EEEEEE;
359
173
  color: #666666;
360
- padding-left: 15px;
361
174
  }
362
175
  .form-layout.form-layout--border {
363
176
  border-left: 1px solid #ebeef5;
@@ -457,6 +270,199 @@
457
270
  margin-left: 10px;
458
271
  }
459
272
 
273
+ .is-in-iframe .tdesign-starter-content-layout,
274
+ .is-in-full-screen .tdesign-starter-content-layout {
275
+ padding: 0 !important;
276
+ }
277
+ .is-in-iframe .t-layout__content,
278
+ .is-in-full-screen .t-layout__content,
279
+ .is-in-iframe .tdesign-starter-layout,
280
+ .is-in-full-screen .tdesign-starter-layout,
281
+ .is-in-iframe .iframe-view.common-content,
282
+ .is-in-full-screen .iframe-view.common-content {
283
+ height: 100vh;
284
+ }
285
+ .is-in-iframe .iframe-view,
286
+ .is-in-full-screen .iframe-view {
287
+ display: block;
288
+ }
289
+ .is-in-full-screen .t-layout__header,
290
+ .is-in-full-screen .tdesign-starter-layout-tabs-nav,
291
+ .is-in-full-screen .t-layout__sider,
292
+ .is-in-full-screen .tdesign-starter-sidebar-layout {
293
+ display: none;
294
+ }
295
+ .is-in-full-screen div > section.t-layout {
296
+ height: 100vh;
297
+ }
298
+ .tdesign-starter-side-nav-mix-fixed .t-menu__logo {
299
+ display: none !important;
300
+ }
301
+ .el-dialog.file-uplaod__preview-image .el-dialog__header {
302
+ border: none;
303
+ }
304
+
305
+ .project__unshow-type .t-menu__logo {
306
+ display: flex;
307
+ justify-content: center;
308
+ background-color: #263455;
309
+ }
310
+ .project__unshow-type .t-menu__logo .tdesign-starter-side-nav-logo-wrapper {
311
+ width: 20%;
312
+ }
313
+ .project__unshow-type .t-menu__logo span {
314
+ color: #FFFFFF !important;
315
+ font-size: 16px;
316
+ }
317
+ .project__unshow-type .t-default-menu__inner {
318
+ height: 100%;
319
+ }
320
+ .project__unshow-type .header-logo-container {
321
+ width: 216px;
322
+ margin-left: 16px;
323
+ }
324
+ .project__unshow-type .t-menu {
325
+ padding: 0;
326
+ }
327
+ .project__unshow-type .t-menu .t-head-menu__inner {
328
+ background-color: #FFFFFF !important;
329
+ border: none;
330
+ }
331
+ .project__unshow-type .t-menu--scroll {
332
+ background-color: #17233D;
333
+ }
334
+ .project__unshow-type .t-menu__content,
335
+ .project__unshow-type .svg-icon,
336
+ .project__unshow-type .t-fake-arrow {
337
+ color: #A9AEB7;
338
+ }
339
+ .project__unshow-type .operations-container .t-button {
340
+ background-color: #FFFFFF;
341
+ border: 1px solid #C9C9C9;
342
+ }
343
+ .project__unshow-type .operations-container .t-button:hover {
344
+ background-color: #C9C9C9;
345
+ color: #FFFFFF !important;
346
+ }
347
+ .project__unshow-type .operations-container .svg-icon,
348
+ .project__unshow-type .operations-container .t-icon,
349
+ .project__unshow-type .operations-container .header-user-account,
350
+ .project__unshow-type .operations-container span {
351
+ color: #000000 !important;
352
+ }
353
+ .project__unshow-type .t-is-opened .t-menu__item .svg-icon,
354
+ .project__unshow-type .t-is-opened .t-menu__item .t-menu__content {
355
+ color: #8B919E !important;
356
+ }
357
+ .project__unshow-type .t-menu__item.t-is-opened.t-is-active .svg-icon,
358
+ .project__unshow-type .t-menu__item.t-is-opened.t-is-active .t-menu__content {
359
+ color: #FFFFFF !important;
360
+ }
361
+ .project__unshow-type .t-menu__item.t-is-active:not(.t-is-opened) {
362
+ margin-left: 20px;
363
+ padding-left: 38px;
364
+ border-radius: 0;
365
+ border-top-left-radius: 4px;
366
+ border-bottom-left-radius: 4px;
367
+ }
368
+ .project__unshow-type .t-menu__item.t-is-active:not(.t-is-opened)::before {
369
+ content: "";
370
+ position: absolute;
371
+ left: -20px;
372
+ width: 5px;
373
+ height: 100%;
374
+ background-color: #296DF1;
375
+ border-top-right-radius: 4px;
376
+ border-bottom-right-radius: 4px;
377
+ }
378
+ .project__unshow-type .t-menu__item.t-is-active:not(.t-is-opened) .svg-icon,
379
+ .project__unshow-type .t-menu__item.t-is-active:not(.t-is-opened) .t-menu__content {
380
+ font-weight: 700;
381
+ color: #17233D !important;
382
+ }
383
+ .project__unshow-type .el-pagination__total {
384
+ position: absolute;
385
+ left: 0;
386
+ }
387
+ .project__unshow-type .el-table__header-wrapper th,
388
+ .project__unshow-type .el-table__fixed-right .el-table__fixed-header-wrapper th {
389
+ padding: 0;
390
+ }
391
+ .project__unshow-type .el-table__header-wrapper th .cell,
392
+ .project__unshow-type .el-table__fixed-right .el-table__fixed-header-wrapper th .cell {
393
+ background-color: #E9F3FF;
394
+ color: #3172F1;
395
+ padding: 2px 10px;
396
+ }
397
+ .project__unshow-type .el-icon-check::before {
398
+ color: var(--primary-btn);
399
+ }
400
+ .project__unshow-type .el-icon-check::before:hover {
401
+ background-color: #84CAFD !important;
402
+ }
403
+ .project__unshow-type .el-button.common-btn:not(:hover),
404
+ .project__unshow-type .el-button--primary.is-plain {
405
+ color: var(--primary-btn) !important;
406
+ border-color: var(--primary-btn) !important;
407
+ background-color: #FFFFFF !important;
408
+ }
409
+ .project__unshow-type .el-button.common-btn:not(:hover):not(.common-btn):hover,
410
+ .project__unshow-type .el-button--primary.is-plain:not(.common-btn):hover {
411
+ color: #FFFFFF !important;
412
+ background-color: var(--light-blue-color) !important;
413
+ border-color: var(--light-blue-color) !important;
414
+ }
415
+ .project__unshow-type .el-button--primary:not(.is-plain) {
416
+ color: #FFFFFF !important;
417
+ background-color: var(--primary-btn) !important;
418
+ }
419
+ .project__unshow-type .el-button--primary:not(.is-plain) .el-icon-check::before {
420
+ color: #FFFFFF;
421
+ }
422
+ .project__unshow-type .el-button--primary:not(.is-plain):hover {
423
+ background-color: var(--light-blue-color) !important;
424
+ border-color: var(--light-blue-color) !important;
425
+ }
426
+ .project__unshow-type .el-button--warning {
427
+ color: #F7BF17 !important;
428
+ background-color: #FFFFFF !important;
429
+ }
430
+ .project__unshow-type .el-button--warning:hover {
431
+ color: #FFFFFF !important;
432
+ background-color: #F7BF17 !important;
433
+ border-color: #F7BF17 !important;
434
+ }
435
+ .project__unshow-type .el-button--danger {
436
+ color: #F56C6C !important;
437
+ background-color: #FFFFFF !important;
438
+ }
439
+ .project__unshow-type .el-button--danger:hover {
440
+ color: #FFFFFF !important;
441
+ background-color: #F56C6C !important;
442
+ border-color: #F56C6C !important;
443
+ }
444
+ .project__unshow-type .el-button--success {
445
+ color: #67C23A !important;
446
+ background-color: #FFFFFF !important;
447
+ }
448
+ .project__unshow-type .el-button--success:hover {
449
+ color: #FFFFFF !important;
450
+ background-color: #67C23A !important;
451
+ border-color: #67C23A !important;
452
+ }
453
+ .project__unshow-type .el-tag {
454
+ border-color: var(--light-blue-color);
455
+ }
456
+ .project__unshow-type .el-tag.el-tag--danger {
457
+ border-color: #F56C6C;
458
+ }
459
+ .project__unshow-type .user-info > .el-card__header {
460
+ background-color: #17233D !important;
461
+ }
462
+ .project__unshow-type .login-container-normal .login-form-normal.login-form {
463
+ width: 562px;
464
+ }
465
+
460
466
  :root,
461
467
  :root[theme-mode="light"] {
462
468
  --td-brand-color-1: #E0EBFF;