upp-platform-core 1.0.31 → 1.0.33

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,17 @@
1
+ # 2023-06-21 v1.0.33
2
+
3
+ 创建用户时角色项修改为非必填
4
+
5
+ 用户管理列表页展示当前租户信息
6
+
7
+ 用户详情展示页布局调整
8
+
9
+ # 2023-06-13 v1.0.32
10
+
11
+ 菜单生成路由path改为非外链进行拼接,左侧菜单跳转根据是否新窗口openNewWindow字段判断是否新开页
12
+
13
+ 登录页出现滚动条时点击登录会跳动一下的问题
14
+
1
15
  # 2023-06-12 v1.0.31
2
16
 
3
17
  登录页面登录接口报错点击确定后刷新验证码
package/lib/index.css CHANGED
@@ -1,3 +1,185 @@
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
+
1
183
  .is-in-iframe .tdesign-starter-content-layout,
2
184
  .is-in-full-screen .tdesign-starter-content-layout {
3
185
  padding: 0 !important;
@@ -298,188 +480,6 @@
298
480
  margin-left: 10px;
299
481
  }
300
482
 
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;