upp-platform-core 1.0.44 → 1.0.45

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,8 @@
1
+
2
+ 发框架有些子应用没有协同门户首页爆栈问题修复
3
+
4
+ 删除租户后,用户如果只剩下一个租户的情况下,当前租户为空,且切换租户未显示bug修复
5
+
1
6
  # 2023-09-20 v1.0.44
2
7
 
3
8
  普通用户找不到路径后默认进入协同门户首页
package/lib/index.css CHANGED
@@ -1,3 +1,213 @@
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
+ .is-in-iframe .tdesign-starter-content-layout,
184
+ .is-in-full-screen .tdesign-starter-content-layout {
185
+ padding: 0 !important;
186
+ }
187
+ .is-in-iframe .t-layout__content,
188
+ .is-in-full-screen .t-layout__content,
189
+ .is-in-iframe .tdesign-starter-layout,
190
+ .is-in-full-screen .tdesign-starter-layout,
191
+ .is-in-iframe .iframe-content .iframe-view,
192
+ .is-in-full-screen .iframe-content .iframe-view {
193
+ height: 100vh;
194
+ }
195
+ .is-in-full-screen .t-layout__header,
196
+ .is-in-full-screen .tdesign-starter-layout-tabs-nav,
197
+ .is-in-full-screen .t-layout__sider,
198
+ .is-in-full-screen .tdesign-starter-sidebar-layout {
199
+ display: none;
200
+ }
201
+ .is-in-full-screen div > section.t-layout {
202
+ height: 100vh;
203
+ }
204
+ .tdesign-starter-side-nav-mix-fixed .t-menu__logo {
205
+ display: none !important;
206
+ }
207
+ .el-dialog.file-uplaod__preview-image .el-dialog__header {
208
+ border: none;
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;