upp-platform-core 1.0.34 → 1.0.36

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