upp-platform-core 1.0.33 → 1.0.35

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,10 +1,21 @@
1
- # 2023-06-21 v1.0.33
2
1
 
3
- 创建用户时角色项修改为非必填
2
+ # 2023-06-28 v1.0.35
3
+
4
+ 优化登录页面实现登录与统一认证按钮同时显示
5
+
6
+ # 2023-06-28 v1.0.34
7
+
8
+ 修正平台跳转应用时,出现空白页的问题
4
9
 
5
- 用户管理列表页展示当前租户信息
10
+ 修正不缓存iframe时iframe的显示样式
11
+
12
+ 优化相同报错信息重复提示的问题
13
+
14
+ 优化公共弹窗全屏查看模式下,底部有留白问题
15
+
16
+ # 2023-06-21 v1.0.33
6
17
 
7
- 用户详情展示页布局调整
18
+ 新增重置密码功能
8
19
 
9
20
  # 2023-06-13 v1.0.32
10
21
 
package/lib/index.css CHANGED
@@ -1,185 +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);
102
- border-color: var(--primary-btn) !important;
103
- background-color: #FFFFFF;
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
- :root[theme-mode="dark"] .project__unshow-type .t-menu .t-head-menu__inner {
162
- background-color: #17233D !important;
163
- }
164
- :root[theme-mode="dark"] .project__unshow-type .svg-icon,
165
- :root[theme-mode="dark"] .project__unshow-type .t-icon,
166
- :root[theme-mode="dark"] .project__unshow-type .header-user-account,
167
- :root[theme-mode="dark"] .project__unshow-type span {
168
- color: #FFFFFF !important;
169
- }
170
- :root[theme-mode="dark"] .project__unshow-type .operations-container .t-button {
171
- background-color: transparent;
172
- }
173
- :root[theme-mode="dark"] .el-button.common-btn:not(:hover),
174
- :root[theme-mode="dark"] .el-button--primary.is-plain {
175
- color: #FFFFFF;
176
- border-color: var(--primary-btn) !important;
177
- }
178
- :root[theme-mode="dark"] .el-button--primary.is-plain:hover {
179
- color: var(--primary-btn) !important;
180
- border-color: var(--light-blue-color) !important;
181
- }
182
-
183
1
  .is-in-iframe .tdesign-starter-content-layout,
184
2
  .is-in-full-screen .tdesign-starter-content-layout {
185
3
  padding: 0 !important;
@@ -480,6 +298,188 @@
480
298
  margin-left: 10px;
481
299
  }
482
300
 
301
+ .project__unshow-type .t-menu__logo {
302
+ display: flex;
303
+ justify-content: center;
304
+ background-color: #263455;
305
+ }
306
+ .project__unshow-type .t-menu__logo .tdesign-starter-side-nav-logo-wrapper {
307
+ width: 20%;
308
+ }
309
+ .project__unshow-type .t-menu__logo span {
310
+ color: #FFFFFF !important;
311
+ font-size: 16px;
312
+ }
313
+ .project__unshow-type .t-default-menu__inner {
314
+ height: 100%;
315
+ }
316
+ .project__unshow-type .header-logo-container {
317
+ width: 216px;
318
+ margin-left: 16px;
319
+ }
320
+ .project__unshow-type .t-menu {
321
+ padding: 0;
322
+ }
323
+ .project__unshow-type .t-menu .t-head-menu__inner {
324
+ background-color: #FFFFFF !important;
325
+ border: none;
326
+ }
327
+ .project__unshow-type .t-menu--scroll {
328
+ background-color: #17233D;
329
+ }
330
+ .project__unshow-type .t-menu__content,
331
+ .project__unshow-type .svg-icon,
332
+ .project__unshow-type .t-fake-arrow {
333
+ color: #A9AEB7;
334
+ }
335
+ .project__unshow-type .operations-container .t-button {
336
+ background-color: #FFFFFF;
337
+ border: 1px solid #C9C9C9;
338
+ }
339
+ .project__unshow-type .operations-container .t-button:hover {
340
+ background-color: #C9C9C9;
341
+ color: #FFFFFF !important;
342
+ }
343
+ .project__unshow-type .operations-container .svg-icon,
344
+ .project__unshow-type .operations-container .t-icon,
345
+ .project__unshow-type .operations-container .header-user-account,
346
+ .project__unshow-type .operations-container span {
347
+ color: #000000 !important;
348
+ }
349
+ .project__unshow-type .t-is-opened .t-menu__item .svg-icon,
350
+ .project__unshow-type .t-is-opened .t-menu__item .t-menu__content {
351
+ color: #8B919E !important;
352
+ }
353
+ .project__unshow-type .t-menu__item.t-is-opened.t-is-active .svg-icon,
354
+ .project__unshow-type .t-menu__item.t-is-opened.t-is-active .t-menu__content {
355
+ color: #FFFFFF !important;
356
+ }
357
+ .project__unshow-type .t-menu__item.t-is-active:not(.t-is-opened) {
358
+ margin-left: 20px;
359
+ padding-left: 38px;
360
+ border-radius: 0;
361
+ border-top-left-radius: 4px;
362
+ border-bottom-left-radius: 4px;
363
+ }
364
+ .project__unshow-type .t-menu__item.t-is-active:not(.t-is-opened)::before {
365
+ content: "";
366
+ position: absolute;
367
+ left: -20px;
368
+ width: 5px;
369
+ height: 100%;
370
+ background-color: #296DF1;
371
+ border-top-right-radius: 4px;
372
+ border-bottom-right-radius: 4px;
373
+ }
374
+ .project__unshow-type .t-menu__item.t-is-active:not(.t-is-opened) .svg-icon,
375
+ .project__unshow-type .t-menu__item.t-is-active:not(.t-is-opened) .t-menu__content {
376
+ font-weight: 700;
377
+ color: #17233D !important;
378
+ }
379
+ .project__unshow-type .el-pagination__total {
380
+ position: absolute;
381
+ left: 0;
382
+ }
383
+ .project__unshow-type .el-table__header-wrapper th,
384
+ .project__unshow-type .el-table__fixed-right .el-table__fixed-header-wrapper th {
385
+ padding: 0;
386
+ }
387
+ .project__unshow-type .el-table__header-wrapper th .cell,
388
+ .project__unshow-type .el-table__fixed-right .el-table__fixed-header-wrapper th .cell {
389
+ background-color: #E9F3FF;
390
+ color: #3172F1;
391
+ padding: 2px 10px;
392
+ }
393
+ .project__unshow-type .el-icon-check::before {
394
+ color: var(--primary-btn);
395
+ }
396
+ .project__unshow-type .el-icon-check::before:hover {
397
+ background-color: #84CAFD !important;
398
+ }
399
+ .project__unshow-type .el-button.common-btn:not(:hover),
400
+ .project__unshow-type .el-button--primary.is-plain {
401
+ color: var(--primary-btn);
402
+ border-color: var(--primary-btn) !important;
403
+ background-color: #FFFFFF;
404
+ }
405
+ .project__unshow-type .el-button.common-btn:not(:hover):not(.common-btn):hover,
406
+ .project__unshow-type .el-button--primary.is-plain:not(.common-btn):hover {
407
+ color: #FFFFFF !important;
408
+ background-color: var(--light-blue-color) !important;
409
+ border-color: var(--light-blue-color) !important;
410
+ }
411
+ .project__unshow-type .el-button--primary:not(.is-plain) {
412
+ color: #FFFFFF !important;
413
+ background-color: var(--primary-btn) !important;
414
+ }
415
+ .project__unshow-type .el-button--primary:not(.is-plain) .el-icon-check::before {
416
+ color: #FFFFFF;
417
+ }
418
+ .project__unshow-type .el-button--primary:not(.is-plain):hover {
419
+ background-color: var(--light-blue-color) !important;
420
+ border-color: var(--light-blue-color) !important;
421
+ }
422
+ .project__unshow-type .el-button--warning {
423
+ color: #F7BF17 !important;
424
+ background-color: #FFFFFF !important;
425
+ }
426
+ .project__unshow-type .el-button--warning:hover {
427
+ color: #FFFFFF !important;
428
+ background-color: #F7BF17 !important;
429
+ border-color: #F7BF17 !important;
430
+ }
431
+ .project__unshow-type .el-button--danger {
432
+ color: #F56C6C !important;
433
+ background-color: #FFFFFF !important;
434
+ }
435
+ .project__unshow-type .el-button--danger:hover {
436
+ color: #FFFFFF !important;
437
+ background-color: #F56C6C !important;
438
+ border-color: #F56C6C !important;
439
+ }
440
+ .project__unshow-type .el-button--success {
441
+ color: #67C23A !important;
442
+ background-color: #FFFFFF !important;
443
+ }
444
+ .project__unshow-type .el-button--success:hover {
445
+ color: #FFFFFF !important;
446
+ background-color: #67C23A !important;
447
+ border-color: #67C23A !important;
448
+ }
449
+ .project__unshow-type .el-tag {
450
+ border-color: var(--light-blue-color);
451
+ }
452
+ .project__unshow-type .el-tag.el-tag--danger {
453
+ border-color: #F56C6C;
454
+ }
455
+ .project__unshow-type .user-info > .el-card__header {
456
+ background-color: #17233D !important;
457
+ }
458
+ .project__unshow-type .login-container-normal .login-form-normal.login-form {
459
+ width: 562px;
460
+ }
461
+ :root[theme-mode="dark"] .project__unshow-type .t-menu .t-head-menu__inner {
462
+ background-color: #17233D !important;
463
+ }
464
+ :root[theme-mode="dark"] .project__unshow-type .svg-icon,
465
+ :root[theme-mode="dark"] .project__unshow-type .t-icon,
466
+ :root[theme-mode="dark"] .project__unshow-type .header-user-account,
467
+ :root[theme-mode="dark"] .project__unshow-type span {
468
+ color: #FFFFFF !important;
469
+ }
470
+ :root[theme-mode="dark"] .project__unshow-type .operations-container .t-button {
471
+ background-color: transparent;
472
+ }
473
+ :root[theme-mode="dark"] .el-button.common-btn:not(:hover),
474
+ :root[theme-mode="dark"] .el-button--primary.is-plain {
475
+ color: #FFFFFF;
476
+ border-color: var(--primary-btn) !important;
477
+ }
478
+ :root[theme-mode="dark"] .el-button--primary.is-plain:hover {
479
+ color: var(--primary-btn) !important;
480
+ border-color: var(--light-blue-color) !important;
481
+ }
482
+
483
483
  :root,
484
484
  :root[theme-mode="light"] {
485
485
  --td-brand-color-1: #E0EBFF;