upp-platform-core 1.0.36 → 1.0.37
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 +6 -0
- package/lib/index.css +1046 -1046
- package/lib/index.js +1 -1
- package/lib/store.js +1 -1
- package/package.json +3 -3
- /package/lib/{settingColorHelper-b2920228.js → settingColorHelper-9e45a203.js} +0 -0
package/lib/index.css
CHANGED
|
@@ -1,1092 +1,780 @@
|
|
|
1
|
-
.
|
|
2
|
-
|
|
3
|
-
padding: 0 !important;
|
|
1
|
+
.t-layout__sider {
|
|
2
|
+
width: fit-content;
|
|
4
3
|
}
|
|
5
|
-
.
|
|
6
|
-
|
|
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;
|
|
4
|
+
.t-layout__header {
|
|
5
|
+
height: auto;
|
|
12
6
|
}
|
|
13
|
-
.
|
|
14
|
-
|
|
15
|
-
.is-in-full-screen .t-layout__sider,
|
|
16
|
-
.is-in-full-screen .tdesign-starter-sidebar-layout {
|
|
17
|
-
display: none;
|
|
7
|
+
.t-layout__content {
|
|
8
|
+
height: calc(100% - 142px);
|
|
18
9
|
}
|
|
19
|
-
.
|
|
20
|
-
|
|
10
|
+
.t-layout.t-layout--with-sider > .t-layout {
|
|
11
|
+
flex: 1;
|
|
12
|
+
min-width: 760px;
|
|
21
13
|
}
|
|
22
|
-
.
|
|
23
|
-
|
|
14
|
+
.t-layout.t-layout--with-sider > .t-layout__content {
|
|
15
|
+
flex: 1;
|
|
16
|
+
min-width: 760px;
|
|
24
17
|
}
|
|
25
|
-
.
|
|
26
|
-
|
|
18
|
+
.route-tabs-dropdown .t-icon {
|
|
19
|
+
margin-right: 8px;
|
|
27
20
|
}
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
display: flex;
|
|
31
|
-
justify-content: center;
|
|
32
|
-
background-color: #263455;
|
|
21
|
+
.t-menu--dark .t-menu__operations .t-icon:hover {
|
|
22
|
+
cursor: pointer;
|
|
33
23
|
}
|
|
34
|
-
.
|
|
35
|
-
|
|
24
|
+
.t-default-menu.t-menu--dark {
|
|
25
|
+
background: var(--right-light);
|
|
36
26
|
}
|
|
37
|
-
.
|
|
38
|
-
|
|
39
|
-
|
|
27
|
+
.t-default-menu .t-menu__item {
|
|
28
|
+
padding: 0 10px 0 14px;
|
|
29
|
+
height: 39px;
|
|
30
|
+
line-height: 39px;
|
|
40
31
|
}
|
|
41
|
-
.
|
|
42
|
-
|
|
32
|
+
.t-default-menu:not(.t-menu--dark) .t-menu__item.t-is-active:not(.t-is-opened) {
|
|
33
|
+
background-color: var(--td-brand-color-1);
|
|
34
|
+
color: var(--td-brand-color);
|
|
43
35
|
}
|
|
44
|
-
.
|
|
45
|
-
|
|
46
|
-
margin-left: 16px;
|
|
36
|
+
.t-default-menu:not(.t-menu--dark) .t-menu__item.t-is-active:not(.t-is-opened) .t-icon {
|
|
37
|
+
color: var(--td-brand-color);
|
|
47
38
|
}
|
|
48
|
-
.
|
|
49
|
-
|
|
39
|
+
.t-alert--info {
|
|
40
|
+
background-color: var(--td-brand-color-1);
|
|
50
41
|
}
|
|
51
|
-
.
|
|
52
|
-
|
|
53
|
-
|
|
42
|
+
.tdesign-starter-wrapper {
|
|
43
|
+
height: 100vh;
|
|
44
|
+
display: flex;
|
|
45
|
+
flex-direction: column;
|
|
54
46
|
}
|
|
55
|
-
.
|
|
56
|
-
|
|
47
|
+
.tdesign-starter-main-wrapper {
|
|
48
|
+
height: 500px;
|
|
49
|
+
overflow: scroll;
|
|
57
50
|
}
|
|
58
|
-
.
|
|
59
|
-
|
|
60
|
-
.project__unshow-type .t-fake-arrow {
|
|
61
|
-
color: #A9AEB7;
|
|
51
|
+
.tdesign-starter-side-nav-layout-relative {
|
|
52
|
+
height: 100%;
|
|
62
53
|
}
|
|
63
|
-
.
|
|
64
|
-
|
|
65
|
-
border: 1px solid #C9C9C9;
|
|
54
|
+
.tdesign-starter-content-layout {
|
|
55
|
+
padding: 24px;
|
|
66
56
|
}
|
|
67
|
-
.
|
|
68
|
-
|
|
69
|
-
|
|
57
|
+
.tdesign-starter-layout {
|
|
58
|
+
height: calc(100vh - 64px);
|
|
59
|
+
overflow-y: scroll;
|
|
70
60
|
}
|
|
71
|
-
.
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
61
|
+
.tdesign-starter-layout-tabs-nav {
|
|
62
|
+
max-width: 100%;
|
|
63
|
+
position: fixed;
|
|
64
|
+
overflow: visible;
|
|
65
|
+
z-index: 100;
|
|
76
66
|
}
|
|
77
|
-
.
|
|
78
|
-
|
|
79
|
-
color: #8B919E !important;
|
|
67
|
+
.tdesign-starter-layout-tabs-nav + .tdesign-starter-content-layout {
|
|
68
|
+
padding-top: 24px;
|
|
80
69
|
}
|
|
81
|
-
.
|
|
82
|
-
|
|
83
|
-
|
|
70
|
+
.tdesign-starter-layout::-webkit-scrollbar {
|
|
71
|
+
width: 8px;
|
|
72
|
+
background: transparent;
|
|
84
73
|
}
|
|
85
|
-
.
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
border-bottom-left-radius: 4px;
|
|
74
|
+
.tdesign-starter-layout::-webkit-scrollbar-thumb {
|
|
75
|
+
border-radius: 6px;
|
|
76
|
+
border: 2px solid transparent;
|
|
77
|
+
background-clip: content-box;
|
|
78
|
+
background-color: var(--td-scrollbar-color);
|
|
91
79
|
}
|
|
92
|
-
.
|
|
93
|
-
|
|
94
|
-
|
|
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;
|
|
80
|
+
.tdesign-starter-footer-layout {
|
|
81
|
+
padding: 0;
|
|
82
|
+
margin-bottom: 16px;
|
|
101
83
|
}
|
|
102
|
-
.
|
|
103
|
-
|
|
104
|
-
font-weight: 700;
|
|
105
|
-
color: #17233D !important;
|
|
84
|
+
.tdesign-starter-sidebar-layout {
|
|
85
|
+
height: 100%;
|
|
106
86
|
}
|
|
107
|
-
.
|
|
108
|
-
|
|
109
|
-
left: 0;
|
|
87
|
+
.tdesign-starter-sidebar-compact {
|
|
88
|
+
width: 64px;
|
|
110
89
|
}
|
|
111
|
-
.
|
|
112
|
-
|
|
113
|
-
padding: 0;
|
|
90
|
+
.tdesign-starter-sidebar-layout-side {
|
|
91
|
+
z-index: 100;
|
|
114
92
|
}
|
|
115
|
-
.
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
93
|
+
.tdesign-starter-side-nav {
|
|
94
|
+
position: fixed;
|
|
95
|
+
top: 0;
|
|
96
|
+
bottom: 0;
|
|
97
|
+
z-index: 200;
|
|
98
|
+
transition: all 0.3s;
|
|
99
|
+
min-height: 100%;
|
|
120
100
|
}
|
|
121
|
-
.
|
|
122
|
-
|
|
101
|
+
.tdesign-starter-side-nav-mix {
|
|
102
|
+
top: 64px;
|
|
123
103
|
}
|
|
124
|
-
.
|
|
125
|
-
|
|
104
|
+
.tdesign-starter-side-nav-mix-fixed {
|
|
105
|
+
top: 64px;
|
|
106
|
+
z-index: 0;
|
|
126
107
|
}
|
|
127
|
-
.
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
border-color: var(--primary-btn) !important;
|
|
131
|
-
background-color: #FFFFFF;
|
|
108
|
+
.tdesign-starter-side-nav-no-fixed {
|
|
109
|
+
position: relative;
|
|
110
|
+
z-index: 1;
|
|
132
111
|
}
|
|
133
|
-
.
|
|
134
|
-
|
|
135
|
-
color: #FFFFFF !important;
|
|
136
|
-
background-color: var(--light-blue-color) !important;
|
|
137
|
-
border-color: var(--light-blue-color) !important;
|
|
112
|
+
.tdesign-starter-side-nav-no-logo {
|
|
113
|
+
z-index: 1;
|
|
138
114
|
}
|
|
139
|
-
.
|
|
140
|
-
|
|
141
|
-
|
|
115
|
+
.tdesign-starter-side-nav-logo-wrapper {
|
|
116
|
+
display: flex;
|
|
117
|
+
align-items: center;
|
|
118
|
+
justify-content: center;
|
|
119
|
+
width: 100%;
|
|
142
120
|
}
|
|
143
|
-
.
|
|
144
|
-
|
|
121
|
+
.tdesign-starter-side-nav-logo-wrapper:hover {
|
|
122
|
+
cursor: pointer;
|
|
145
123
|
}
|
|
146
|
-
.
|
|
147
|
-
|
|
148
|
-
|
|
124
|
+
.tdesign-starter-side-nav-logo-t-logo {
|
|
125
|
+
height: 32px;
|
|
126
|
+
width: 100%;
|
|
149
127
|
}
|
|
150
|
-
.
|
|
151
|
-
|
|
152
|
-
|
|
128
|
+
.tdesign-starter-side-nav-logo-tdesign-logo {
|
|
129
|
+
padding: 0 24px;
|
|
130
|
+
height: 32px;
|
|
131
|
+
width: 100%;
|
|
132
|
+
color: var(--td-text-color-primary);
|
|
153
133
|
}
|
|
154
|
-
.
|
|
155
|
-
color:
|
|
156
|
-
|
|
157
|
-
|
|
134
|
+
.tdesign-starter-side-nav-logo-normal {
|
|
135
|
+
color: var(--td-brand-color);
|
|
136
|
+
font-size: 16px;
|
|
137
|
+
transition: all 0.3s;
|
|
158
138
|
}
|
|
159
|
-
.
|
|
160
|
-
|
|
161
|
-
|
|
139
|
+
.tdesign-starter-side-nav-placeholder {
|
|
140
|
+
flex: 1 1 232px;
|
|
141
|
+
min-width: 232px;
|
|
142
|
+
transition: all 0.3s;
|
|
162
143
|
}
|
|
163
|
-
.
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
144
|
+
.tdesign-starter-side-nav-placeholder-hidden {
|
|
145
|
+
flex: 1 1 72px;
|
|
146
|
+
min-width: 72px;
|
|
147
|
+
transition: all 0.3s;
|
|
167
148
|
}
|
|
168
|
-
.
|
|
169
|
-
|
|
170
|
-
|
|
149
|
+
.logo-container {
|
|
150
|
+
cursor: pointer;
|
|
151
|
+
display: inline-flex;
|
|
152
|
+
height: 64px;
|
|
153
|
+
margin-left: 24px;
|
|
171
154
|
}
|
|
172
|
-
.
|
|
173
|
-
color:
|
|
174
|
-
|
|
175
|
-
border-color: #67C23A !important;
|
|
155
|
+
.version-container {
|
|
156
|
+
color: var(--td-text-color-primary);
|
|
157
|
+
opacity: 0.4;
|
|
176
158
|
}
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
.project__unshow-type .el-tag.el-tag--danger {
|
|
181
|
-
border-color: #F56C6C;
|
|
159
|
+
::-webkit-scrollbar {
|
|
160
|
+
width: 6px;
|
|
161
|
+
height: 6px;
|
|
182
162
|
}
|
|
183
|
-
|
|
184
|
-
background-color:
|
|
163
|
+
::-webkit-scrollbar-thumb {
|
|
164
|
+
background-color: var(--td-scrollbar-color);
|
|
165
|
+
border-radius: 6px;
|
|
185
166
|
}
|
|
186
|
-
.
|
|
187
|
-
|
|
167
|
+
.header__title {
|
|
168
|
+
font-size: 18px;
|
|
188
169
|
}
|
|
189
|
-
|
|
190
|
-
|
|
170
|
+
|
|
171
|
+
:root,
|
|
172
|
+
:root[theme-mode="light"] {
|
|
173
|
+
--td-brand-color-1: #E0EBFF;
|
|
174
|
+
--td-brand-color-2: #C0D8FF;
|
|
175
|
+
--td-brand-color-3: #A1C4FF;
|
|
176
|
+
--td-brand-color-4: #81B1FF;
|
|
177
|
+
--td-brand-color-5: #5F9BFF;
|
|
178
|
+
--td-brand-color-6: #3D87FF;
|
|
179
|
+
--td-brand-color-7: #176EFF;
|
|
180
|
+
--td-brand-color-8: #0052D9;
|
|
181
|
+
--td-brand-color-9: #0048CD;
|
|
182
|
+
--td-brand-color-10: #0035B5;
|
|
183
|
+
--left-tab: #E7E7E7;
|
|
184
|
+
--td-gray-color-2: #f1f2f6;
|
|
185
|
+
--td-brand-color: var(--light-blue-color);
|
|
186
|
+
--td-gray-color-1: var(--white-color);
|
|
187
|
+
--white-color: #FFFFFF;
|
|
188
|
+
--error-notifi-bg: var(--white-color);
|
|
189
|
+
--opacity-blue-bg-2: rgba(0, 0, 0, 0.5);
|
|
190
|
+
--form-text: #606266;
|
|
191
191
|
}
|
|
192
|
-
:root
|
|
193
|
-
:root[theme-mode="
|
|
194
|
-
:
|
|
195
|
-
:
|
|
196
|
-
color: #FFFFFF !important;
|
|
192
|
+
:root .box-card,
|
|
193
|
+
:root[theme-mode="light"] .box-card {
|
|
194
|
+
border: 1px solid var(--light-blue-color);
|
|
195
|
+
background: linear-gradient(to bottom, rgba(0, 96, 166, 0.2), var(--light-blue-color));
|
|
197
196
|
}
|
|
198
|
-
:root
|
|
199
|
-
|
|
197
|
+
:root .t-head-menu .t-menu__item:hover,
|
|
198
|
+
:root[theme-mode="light"] .t-head-menu .t-menu__item:hover {
|
|
199
|
+
background: var(--td-brand-color-1) !important;
|
|
200
|
+
color: var(--light-blue-color);
|
|
200
201
|
}
|
|
201
|
-
:root
|
|
202
|
-
:root[theme-mode="
|
|
203
|
-
color:
|
|
204
|
-
|
|
202
|
+
:root .el-table tr,
|
|
203
|
+
:root[theme-mode="light"] .el-table tr {
|
|
204
|
+
color: rgba(0, 0, 0, 0.6);
|
|
205
|
+
font-size: 14px;
|
|
206
|
+
font-weight: 400;
|
|
205
207
|
}
|
|
206
|
-
:root
|
|
207
|
-
|
|
208
|
-
|
|
208
|
+
:root .el-table,
|
|
209
|
+
:root[theme-mode="light"] .el-table {
|
|
210
|
+
background: var(--white-color);
|
|
209
211
|
}
|
|
210
|
-
|
|
211
|
-
.
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
212
|
+
:root .table-header,
|
|
213
|
+
:root[theme-mode="light"] .table-header {
|
|
214
|
+
text-align: center;
|
|
215
|
+
color: #303133;
|
|
216
|
+
font-size: 14px;
|
|
217
|
+
font-weight: 600;
|
|
218
|
+
background: linear-gradient(to bottom, #F0F2F5, #F0F2F5);
|
|
216
219
|
}
|
|
217
|
-
.
|
|
218
|
-
|
|
220
|
+
:root .el-table tbody tr:last-child,
|
|
221
|
+
:root[theme-mode="light"] .el-table tbody tr:last-child {
|
|
222
|
+
border: 0;
|
|
219
223
|
}
|
|
220
|
-
|
|
221
|
-
|
|
224
|
+
:root .el-table .el-table__cell.gutter,
|
|
225
|
+
:root[theme-mode="light"] .el-table .el-table__cell.gutter {
|
|
226
|
+
background: transparent;
|
|
222
227
|
}
|
|
223
|
-
|
|
224
|
-
|
|
228
|
+
:root .el-table__header-wrapper .cell,
|
|
229
|
+
:root[theme-mode="light"] .el-table__header-wrapper .cell,
|
|
230
|
+
:root .el-table__fixed-right .el-table__fixed-header-wrapper .cell,
|
|
231
|
+
:root[theme-mode="light"] .el-table__fixed-right .el-table__fixed-header-wrapper .cell {
|
|
232
|
+
background: #FAFAFA;
|
|
233
|
+
color: #333333;
|
|
234
|
+
height: 44px;
|
|
235
|
+
line-height: 44px;
|
|
225
236
|
}
|
|
226
|
-
.
|
|
227
|
-
|
|
237
|
+
:root .el-table__header-wrapper .el-table__cell,
|
|
238
|
+
:root[theme-mode="light"] .el-table__header-wrapper .el-table__cell,
|
|
239
|
+
:root .el-table__fixed-right .el-table__fixed-header-wrapper .el-table__cell,
|
|
240
|
+
:root[theme-mode="light"] .el-table__fixed-right .el-table__fixed-header-wrapper .el-table__cell {
|
|
241
|
+
background-color: transparent;
|
|
228
242
|
}
|
|
229
|
-
|
|
230
|
-
|
|
243
|
+
:root .el-table__fixed-right::before,
|
|
244
|
+
:root[theme-mode="light"] .el-table__fixed-right::before {
|
|
245
|
+
display: none;
|
|
231
246
|
}
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
247
|
+
:root .el-table::before,
|
|
248
|
+
:root[theme-mode="light"] .el-table::before {
|
|
249
|
+
display: none;
|
|
235
250
|
}
|
|
236
|
-
.
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
width: 120px;
|
|
242
|
-
line-height: var(--element-size-height);
|
|
251
|
+
:root .el-pagination.is-background .el-pager li:not(.disabled).active,
|
|
252
|
+
:root[theme-mode="light"] .el-pagination.is-background .el-pager li:not(.disabled).active {
|
|
253
|
+
border: 1px solid var(--light-blue-color);
|
|
254
|
+
background: #F4F4F5;
|
|
255
|
+
color: #595959;
|
|
243
256
|
}
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
257
|
+
:root .el-pagination.is-background .btn-next,
|
|
258
|
+
:root[theme-mode="light"] .el-pagination.is-background .btn-next,
|
|
259
|
+
:root .el-pagination.is-background .btn-prev,
|
|
260
|
+
:root[theme-mode="light"] .el-pagination.is-background .btn-prev,
|
|
261
|
+
:root .el-pagination.is-background .el-pager li,
|
|
262
|
+
:root[theme-mode="light"] .el-pagination.is-background .el-pager li {
|
|
263
|
+
color: #595959;
|
|
264
|
+
font-weight: 500;
|
|
252
265
|
}
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
266
|
+
:root .el-pagination__total,
|
|
267
|
+
:root[theme-mode="light"] .el-pagination__total {
|
|
268
|
+
color: #909399;
|
|
269
|
+
margin-left: 20px;
|
|
256
270
|
}
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
word-break: break-all;
|
|
271
|
+
:root .app-container .pagination-container,
|
|
272
|
+
:root[theme-mode="light"] .app-container .pagination-container {
|
|
273
|
+
position: absolute;
|
|
274
|
+
right: 0;
|
|
275
|
+
bottom: 0;
|
|
276
|
+
z-index: 999;
|
|
264
277
|
}
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
278
|
+
:root .el-button--primary,
|
|
279
|
+
:root[theme-mode="light"] .el-button--primary {
|
|
280
|
+
background: var(--primary-btn);
|
|
281
|
+
border-radius: var(--button-radius);
|
|
282
|
+
border-color: var(--primary-btn);
|
|
283
|
+
color: #FFFFFF;
|
|
284
|
+
font-size: 14px;
|
|
268
285
|
}
|
|
269
|
-
.
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
286
|
+
:root .common-btn,
|
|
287
|
+
:root[theme-mode="light"] .common-btn {
|
|
288
|
+
border: 1px solid var(--light-blue-color);
|
|
289
|
+
border-radius: var(--button-radius);
|
|
290
|
+
color: var(--light-blue-color);
|
|
291
|
+
font-size: 14px;
|
|
274
292
|
}
|
|
275
|
-
.
|
|
276
|
-
|
|
293
|
+
:root .common-btn.el-button--danger:not(:hover),
|
|
294
|
+
:root[theme-mode="light"] .common-btn.el-button--danger:not(:hover) {
|
|
295
|
+
background-color: #FFFFFF;
|
|
296
|
+
border-color: #ff3c31;
|
|
277
297
|
}
|
|
278
|
-
|
|
279
|
-
|
|
298
|
+
:root .el-button--text,
|
|
299
|
+
:root[theme-mode="light"] .el-button--text {
|
|
300
|
+
color: var(--light-blue-color);
|
|
301
|
+
font-family: "Harmony_Sans", PingFangSC-Medium, "PingFang SC", sans-serif;
|
|
302
|
+
font-weight: 500;
|
|
280
303
|
}
|
|
281
|
-
|
|
282
|
-
|
|
304
|
+
:root .cancel-btn,
|
|
305
|
+
:root[theme-mode="light"] .cancel-btn {
|
|
306
|
+
border-radius: var(--button-radius);
|
|
283
307
|
}
|
|
284
|
-
|
|
285
|
-
|
|
308
|
+
:root .error-btn,
|
|
309
|
+
:root[theme-mode="light"] .error-btn {
|
|
310
|
+
background: #A61D24;
|
|
311
|
+
color: #FFFFFF;
|
|
312
|
+
border: 0;
|
|
286
313
|
}
|
|
287
|
-
|
|
288
|
-
|
|
314
|
+
:root .error-btnplain,
|
|
315
|
+
:root[theme-mode="light"] .error-btnplain {
|
|
316
|
+
background-color: transparent;
|
|
317
|
+
color: #A61D24;
|
|
318
|
+
border: 1px solid #A61D24;
|
|
289
319
|
}
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
320
|
+
:root .disable-btn,
|
|
321
|
+
:root[theme-mode="light"] .disable-btn {
|
|
322
|
+
color: #C0C4CC;
|
|
323
|
+
cursor: not-allowed;
|
|
324
|
+
background-image: none;
|
|
325
|
+
border-color: #EBEEF5;
|
|
293
326
|
}
|
|
294
|
-
.
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
height: 100%;
|
|
299
|
-
width: 140px;
|
|
300
|
-
line-height: var(--element-size-height);
|
|
327
|
+
:root .t-tabs__nav-item.t-size-m,
|
|
328
|
+
:root[theme-mode="light"] .t-tabs__nav-item.t-size-m {
|
|
329
|
+
height: 32px;
|
|
330
|
+
line-height: 32px;
|
|
301
331
|
}
|
|
302
|
-
.
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
height:
|
|
306
|
-
width: 100%;
|
|
307
|
-
max-width: calc(100% - 140px);
|
|
308
|
-
margin-left: 0 !important;
|
|
309
|
-
flex: 1;
|
|
332
|
+
:root .t-tabs__btn.t-size-m,
|
|
333
|
+
:root[theme-mode="light"] .t-tabs__btn.t-size-m {
|
|
334
|
+
height: 32px;
|
|
335
|
+
line-height: 32px;
|
|
310
336
|
}
|
|
311
|
-
.
|
|
312
|
-
|
|
313
|
-
|
|
337
|
+
:root .custom__input--high-light .el-input__inner,
|
|
338
|
+
:root[theme-mode="light"] .custom__input--high-light .el-input__inner,
|
|
339
|
+
:root .custom__input--high-light .el-input__inner:hover,
|
|
340
|
+
:root[theme-mode="light"] .custom__input--high-light .el-input__inner:hover,
|
|
341
|
+
:root .custom__input--high-light .el-input__inner:focus,
|
|
342
|
+
:root[theme-mode="light"] .custom__input--high-light .el-input__inner:focus {
|
|
343
|
+
border: 1px solid var(--light-blue-color);
|
|
344
|
+
border-radius: var(--button-radius);
|
|
345
|
+
color: var(--light-blue-color);
|
|
314
346
|
}
|
|
315
|
-
.
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
white-space: pre-line;
|
|
319
|
-
line-height: 22px;
|
|
320
|
-
margin-top: 9px;
|
|
321
|
-
word-break: break-all;
|
|
347
|
+
:root .custom__input--high-light .el-select .el-input__inner,
|
|
348
|
+
:root[theme-mode="light"] .custom__input--high-light .el-select .el-input__inner {
|
|
349
|
+
border: 1px solid var(--light-blue-color);
|
|
322
350
|
}
|
|
323
|
-
.
|
|
324
|
-
|
|
325
|
-
color:
|
|
351
|
+
:root .custom__input--high-light .el-input--suffix .el-input__inner,
|
|
352
|
+
:root[theme-mode="light"] .custom__input--high-light .el-input--suffix .el-input__inner {
|
|
353
|
+
color: var(--light-blue-color);
|
|
326
354
|
}
|
|
327
|
-
.
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
355
|
+
:root .custom__input--high-light .el-select .el-input__inner:hover,
|
|
356
|
+
:root[theme-mode="light"] .custom__input--high-light .el-select .el-input__inner:hover,
|
|
357
|
+
:root .custom__input--high-light .el-select .el-input__inner:focus,
|
|
358
|
+
:root[theme-mode="light"] .custom__input--high-light .el-select .el-input__inner:focus {
|
|
359
|
+
border: 1px solid var(--light-blue-color);
|
|
332
360
|
}
|
|
333
|
-
.
|
|
334
|
-
|
|
361
|
+
:root .custom__input--high-light .el-select-dropdown__item.selected,
|
|
362
|
+
:root[theme-mode="light"] .custom__input--high-light .el-select-dropdown__item.selected {
|
|
363
|
+
color: var(--light-blue-color);
|
|
364
|
+
font-weight: 400;
|
|
335
365
|
}
|
|
336
|
-
|
|
337
|
-
|
|
366
|
+
:root .el-dialog,
|
|
367
|
+
:root[theme-mode="light"] .el-dialog {
|
|
368
|
+
background: #FFFFFF !important;
|
|
338
369
|
}
|
|
339
|
-
|
|
340
|
-
|
|
370
|
+
:root .el-dialog__title,
|
|
371
|
+
:root[theme-mode="light"] .el-dialog__title {
|
|
372
|
+
color: var(--dialog-header-text);
|
|
341
373
|
}
|
|
342
|
-
|
|
343
|
-
|
|
374
|
+
:root .el-dialog__header,
|
|
375
|
+
:root[theme-mode="light"] .el-dialog__header {
|
|
376
|
+
background: var(--dialog-header);
|
|
377
|
+
border-bottom: 1px solid var(--dialog-header-border);
|
|
378
|
+
padding: 10px 20px;
|
|
344
379
|
}
|
|
345
|
-
|
|
346
|
-
|
|
380
|
+
:root .el-dialog__body,
|
|
381
|
+
:root[theme-mode="light"] .el-dialog__body {
|
|
382
|
+
color: #000000;
|
|
383
|
+
text-align: left;
|
|
384
|
+
padding: 0 10px;
|
|
385
|
+
margin: 20px;
|
|
347
386
|
}
|
|
348
|
-
.
|
|
349
|
-
|
|
350
|
-
|
|
387
|
+
:root .addwork .el-form-item__content,
|
|
388
|
+
:root[theme-mode="light"] .addwork .el-form-item__content {
|
|
389
|
+
margin-left: 0 !important;
|
|
351
390
|
}
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
391
|
+
:root .headerinfo,
|
|
392
|
+
:root[theme-mode="light"] .headerinfo {
|
|
393
|
+
width: 25%;
|
|
394
|
+
border-bottom: 1px solid #0060a6;
|
|
395
|
+
padding: 10px 0;
|
|
396
|
+
margin-bottom: 10px;
|
|
397
|
+
color: #0060a6;
|
|
359
398
|
}
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
min-height: var(--element-size-height);
|
|
363
|
-
height: 100%;
|
|
399
|
+
:root .el-upload,
|
|
400
|
+
:root[theme-mode="light"] .el-upload {
|
|
364
401
|
width: 100%;
|
|
365
|
-
|
|
366
|
-
margin-left: 0 !important;
|
|
367
|
-
flex: 1;
|
|
402
|
+
margin-top: 10px;
|
|
368
403
|
}
|
|
369
|
-
|
|
370
|
-
|
|
404
|
+
:root .el-upload .el-upload-dragger,
|
|
405
|
+
:root[theme-mode="light"] .el-upload .el-upload-dragger {
|
|
371
406
|
width: 100%;
|
|
372
407
|
}
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
white-space: pre-line;
|
|
377
|
-
line-height: 22px;
|
|
378
|
-
margin-top: 9px;
|
|
379
|
-
word-break: break-all;
|
|
408
|
+
:root .el-icon-circle-check::before,
|
|
409
|
+
:root[theme-mode="light"] .el-icon-circle-check::before {
|
|
410
|
+
color: #67C23A;
|
|
380
411
|
}
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
color: #
|
|
412
|
+
:root .el-icon-warning::before,
|
|
413
|
+
:root[theme-mode="light"] .el-icon-warning::before {
|
|
414
|
+
color: #E6A23C;
|
|
384
415
|
}
|
|
385
|
-
.
|
|
386
|
-
|
|
416
|
+
:root .el-badge__content,
|
|
417
|
+
:root[theme-mode="light"] .el-badge__content,
|
|
418
|
+
:root .el-progress.is-exception .el-progress-bar__inner,
|
|
419
|
+
:root[theme-mode="light"] .el-progress.is-exception .el-progress-bar__inner {
|
|
420
|
+
background-color: #a61d24;
|
|
387
421
|
}
|
|
388
|
-
.
|
|
389
|
-
|
|
422
|
+
:root .el-icon-circle-close::before,
|
|
423
|
+
:root[theme-mode="light"] .el-icon-circle-close::before {
|
|
424
|
+
color: red;
|
|
390
425
|
}
|
|
391
|
-
.
|
|
392
|
-
|
|
426
|
+
:root .small-progress .el-progress__text,
|
|
427
|
+
:root[theme-mode="light"] .small-progress .el-progress__text {
|
|
428
|
+
font-size: 12px !important;
|
|
393
429
|
}
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
430
|
+
:root .el-icon-check::before,
|
|
431
|
+
:root[theme-mode="light"] .el-icon-check::before {
|
|
432
|
+
color: #FFFFFF;
|
|
433
|
+
font-weight: 700;
|
|
398
434
|
}
|
|
399
|
-
|
|
400
|
-
|
|
435
|
+
:root .el-icon-close::before,
|
|
436
|
+
:root[theme-mode="light"] .el-icon-close::before {
|
|
437
|
+
color: red;
|
|
438
|
+
font-weight: 700;
|
|
401
439
|
}
|
|
402
|
-
.
|
|
403
|
-
|
|
404
|
-
|
|
440
|
+
:root .el-result__title p,
|
|
441
|
+
:root[theme-mode="light"] .el-result__title p {
|
|
442
|
+
color: var(--form-text);
|
|
405
443
|
}
|
|
406
|
-
.
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
border-top: 1px solid #ebeef5;
|
|
444
|
+
:root .el-result__subtitle p,
|
|
445
|
+
:root[theme-mode="light"] .el-result__subtitle p {
|
|
446
|
+
color: rgba(0, 0, 0, 0.5);
|
|
410
447
|
}
|
|
411
|
-
.
|
|
412
|
-
|
|
448
|
+
:root .el-result .icon-warning,
|
|
449
|
+
:root[theme-mode="light"] .el-result .icon-warning {
|
|
450
|
+
fill: #a61d24;
|
|
413
451
|
}
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
.form-layout.form-layout--border .el-select .el-input__inner,
|
|
418
|
-
.form-layout.form-layout--border .el-select .el-input__inner:hover,
|
|
419
|
-
.form-layout.form-layout--border .el-select .el-input__inner:focus,
|
|
420
|
-
.form-layout.form-layout--border .el-textarea__inner,
|
|
421
|
-
.form-layout.form-layout--border .el-button--text {
|
|
422
|
-
border: none;
|
|
423
|
-
border-radius: 0;
|
|
424
|
-
font-size: 14px;
|
|
425
|
-
font-family: "Harmony_Sans", inherit, PingFangSC-Regular, "PingFang SC", sans-serif;
|
|
452
|
+
:root .el-textarea__inner,
|
|
453
|
+
:root[theme-mode="light"] .el-textarea__inner {
|
|
454
|
+
border-radius: var(--button-radius);
|
|
426
455
|
}
|
|
427
|
-
.
|
|
428
|
-
|
|
456
|
+
:root .custom__input--high-light .el-time-panel__content::after,
|
|
457
|
+
:root[theme-mode="light"] .custom__input--high-light .el-time-panel__content::after,
|
|
458
|
+
:root .custom__input--high-light .el-time-panel__content::before,
|
|
459
|
+
:root[theme-mode="light"] .custom__input--high-light .el-time-panel__content::before {
|
|
460
|
+
margin-top: -8px;
|
|
429
461
|
}
|
|
430
|
-
.
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
padding: 8px 20px;
|
|
435
|
-
text-align: center;
|
|
436
|
-
border-radius: 4px;
|
|
437
|
-
border: 1px solid;
|
|
438
|
-
background-color: #FFFFFF;
|
|
439
|
-
min-width: 80px;
|
|
462
|
+
:root .custom__input--high-light .el-switch.is-checked .el-switch__core,
|
|
463
|
+
:root[theme-mode="light"] .custom__input--high-light .el-switch.is-checked .el-switch__core {
|
|
464
|
+
border-color: var(--light-blue-color);
|
|
465
|
+
background-color: var(--light-blue-color);
|
|
440
466
|
}
|
|
441
|
-
.
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
border: 1px solid transparent;
|
|
447
|
-
border-top-color: #F56C6C;
|
|
448
|
-
border-left-color: #F56C6C;
|
|
449
|
-
background-color: #FFFFFF;
|
|
450
|
-
transform: rotate(225deg);
|
|
451
|
-
width: 10px;
|
|
452
|
-
height: 10px;
|
|
467
|
+
:root .custom__input--high-light .el-textarea__inner,
|
|
468
|
+
:root[theme-mode="light"] .custom__input--high-light .el-textarea__inner {
|
|
469
|
+
background-color: var(--white-color);
|
|
470
|
+
border: 1px solid var(--light-blue-color);
|
|
471
|
+
color: var(--light-blue-color);
|
|
453
472
|
}
|
|
454
|
-
.
|
|
455
|
-
|
|
473
|
+
:root .el-dropdown,
|
|
474
|
+
:root[theme-mode="light"] .el-dropdown {
|
|
475
|
+
cursor: pointer;
|
|
476
|
+
color: var(--light-blue-color);
|
|
456
477
|
}
|
|
457
|
-
.
|
|
458
|
-
|
|
478
|
+
:root .stepsrow .el-step__icon,
|
|
479
|
+
:root[theme-mode="light"] .stepsrow .el-step__icon {
|
|
480
|
+
width: 30px;
|
|
481
|
+
height: 30px;
|
|
482
|
+
border: none;
|
|
459
483
|
}
|
|
460
|
-
.
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
padding-left: 15px;
|
|
465
|
-
border-bottom: 2px dashed #DCDCDC;
|
|
466
|
-
border-left: 2px solid transparent;
|
|
467
|
-
background: #FAFAFD;
|
|
468
|
-
text-align: left;
|
|
469
|
-
width: 100%;
|
|
470
|
-
line-height: var(--element-size-height);
|
|
484
|
+
:root .stepsrow .el-step__head.is-success .el-step__icon.is-text,
|
|
485
|
+
:root[theme-mode="light"] .stepsrow .el-step__head.is-success .el-step__icon.is-text {
|
|
486
|
+
background: var(--td-bg-color-page);
|
|
487
|
+
border: 1px solid var(--light-blue-color);
|
|
471
488
|
}
|
|
472
|
-
.
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
position: absolute;
|
|
476
|
-
right: 0;
|
|
477
|
-
padding: 0 10px;
|
|
489
|
+
:root .stepsrow .el-step__head.is-success .el-icon-check::before,
|
|
490
|
+
:root[theme-mode="light"] .stepsrow .el-step__head.is-success .el-icon-check::before {
|
|
491
|
+
color: var(--light-blue-color);
|
|
478
492
|
}
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
:root,
|
|
484
|
-
:root[theme-mode="light"] {
|
|
485
|
-
--td-brand-color-1: #E0EBFF;
|
|
486
|
-
--td-brand-color-2: #C0D8FF;
|
|
487
|
-
--td-brand-color-3: #A1C4FF;
|
|
488
|
-
--td-brand-color-4: #81B1FF;
|
|
489
|
-
--td-brand-color-5: #5F9BFF;
|
|
490
|
-
--td-brand-color-6: #3D87FF;
|
|
491
|
-
--td-brand-color-7: #176EFF;
|
|
492
|
-
--td-brand-color-8: #0052D9;
|
|
493
|
-
--td-brand-color-9: #0048CD;
|
|
494
|
-
--td-brand-color-10: #0035B5;
|
|
495
|
-
--left-tab: #E7E7E7;
|
|
496
|
-
--td-gray-color-2: #f1f2f6;
|
|
497
|
-
--td-brand-color: var(--light-blue-color);
|
|
498
|
-
--td-gray-color-1: var(--white-color);
|
|
499
|
-
--white-color: #FFFFFF;
|
|
500
|
-
--error-notifi-bg: var(--white-color);
|
|
501
|
-
--opacity-blue-bg-2: rgba(0, 0, 0, 0.5);
|
|
502
|
-
--form-text: #606266;
|
|
493
|
+
:root .stepsrow .el-step__head.is-success .el-step__line,
|
|
494
|
+
:root[theme-mode="light"] .stepsrow .el-step__head.is-success .el-step__line {
|
|
495
|
+
background-color: var(--light-blue-color);
|
|
503
496
|
}
|
|
504
|
-
:root .
|
|
505
|
-
:root[theme-mode="light"] .
|
|
506
|
-
|
|
507
|
-
background: linear-gradient(to bottom, rgba(0, 96, 166, 0.2), var(--light-blue-color));
|
|
497
|
+
:root .stepsrow .el-step__head.is-success .el-step__line-inner,
|
|
498
|
+
:root[theme-mode="light"] .stepsrow .el-step__head.is-success .el-step__line-inner {
|
|
499
|
+
display: none;
|
|
508
500
|
}
|
|
509
|
-
:root .
|
|
510
|
-
:root[theme-mode="light"] .
|
|
511
|
-
|
|
512
|
-
color: var(--light-blue-color);
|
|
501
|
+
:root .stepsrow .el-step__head.is-process,
|
|
502
|
+
:root[theme-mode="light"] .stepsrow .el-step__head.is-process {
|
|
503
|
+
color: #FFFFFF;
|
|
513
504
|
}
|
|
514
|
-
:root .el-
|
|
515
|
-
:root[theme-mode="light"] .el-
|
|
516
|
-
|
|
517
|
-
font-size: 14px;
|
|
518
|
-
font-weight: 400;
|
|
505
|
+
:root .stepsrow .el-step__head.is-process .el-step__icon.is-text,
|
|
506
|
+
:root[theme-mode="light"] .stepsrow .el-step__head.is-process .el-step__icon.is-text {
|
|
507
|
+
background: var(--light-blue-color);
|
|
519
508
|
}
|
|
520
|
-
:root .el-
|
|
521
|
-
:root[theme-mode="light"] .el-
|
|
522
|
-
background: var(--
|
|
509
|
+
:root .stepsrow .el-step__head.is-wait .el-step__icon.is-text,
|
|
510
|
+
:root[theme-mode="light"] .stepsrow .el-step__head.is-wait .el-step__icon.is-text {
|
|
511
|
+
background: var(--td-bg-color-page);
|
|
512
|
+
border: 1px solid gray;
|
|
523
513
|
}
|
|
524
|
-
:root .
|
|
525
|
-
:root[theme-mode="light"] .
|
|
526
|
-
|
|
514
|
+
:root .stepsrow .el-step__title.is-success,
|
|
515
|
+
:root[theme-mode="light"] .stepsrow .el-step__title.is-success {
|
|
516
|
+
font-weight: 700;
|
|
527
517
|
color: #303133;
|
|
528
|
-
font-size: 14px;
|
|
529
|
-
font-weight: 600;
|
|
530
|
-
background: linear-gradient(to bottom, #F0F2F5, #F0F2F5);
|
|
531
|
-
}
|
|
532
|
-
:root .el-table tbody tr:last-child,
|
|
533
|
-
:root[theme-mode="light"] .el-table tbody tr:last-child {
|
|
534
|
-
border: 0;
|
|
535
|
-
}
|
|
536
|
-
:root .el-table .el-table__cell.gutter,
|
|
537
|
-
:root[theme-mode="light"] .el-table .el-table__cell.gutter {
|
|
538
|
-
background: transparent;
|
|
539
|
-
}
|
|
540
|
-
:root .el-table__header-wrapper .cell,
|
|
541
|
-
:root[theme-mode="light"] .el-table__header-wrapper .cell,
|
|
542
|
-
:root .el-table__fixed-right .el-table__fixed-header-wrapper .cell,
|
|
543
|
-
:root[theme-mode="light"] .el-table__fixed-right .el-table__fixed-header-wrapper .cell {
|
|
544
|
-
background: #FAFAFA;
|
|
545
|
-
color: #333333;
|
|
546
|
-
height: 44px;
|
|
547
|
-
line-height: 44px;
|
|
548
518
|
}
|
|
549
|
-
:root .
|
|
550
|
-
:root[theme-mode="light"] .el-
|
|
551
|
-
:
|
|
552
|
-
:
|
|
553
|
-
background-color: transparent;
|
|
519
|
+
:root .stepsrow .el-step__title.is-process,
|
|
520
|
+
:root[theme-mode="light"] .stepsrow .el-step__title.is-process {
|
|
521
|
+
font-weight: 700;
|
|
522
|
+
color: var(--light-blue-color);
|
|
554
523
|
}
|
|
555
|
-
:root .el-
|
|
556
|
-
:root[theme-mode="light"] .el-
|
|
557
|
-
|
|
524
|
+
:root .stepsrow .el-step__title.is-wait,
|
|
525
|
+
:root[theme-mode="light"] .stepsrow .el-step__title.is-wait {
|
|
526
|
+
font-weight: 700;
|
|
527
|
+
color: #303133;
|
|
558
528
|
}
|
|
559
|
-
:root .el-
|
|
560
|
-
:root[theme-mode="light"] .el-
|
|
561
|
-
|
|
529
|
+
:root .stepscolumn .el-step__icon,
|
|
530
|
+
:root[theme-mode="light"] .stepscolumn .el-step__icon {
|
|
531
|
+
width: 30px;
|
|
532
|
+
height: 30px;
|
|
533
|
+
border: none;
|
|
562
534
|
}
|
|
563
|
-
:root .el-
|
|
564
|
-
:root[theme-mode="light"] .el-
|
|
535
|
+
:root .stepscolumn .el-step__head.is-success .el-step__icon.is-text,
|
|
536
|
+
:root[theme-mode="light"] .stepscolumn .el-step__head.is-success .el-step__icon.is-text {
|
|
537
|
+
background: var(--td-bg-color-page);
|
|
565
538
|
border: 1px solid var(--light-blue-color);
|
|
566
|
-
background: #F4F4F5;
|
|
567
|
-
color: #595959;
|
|
568
539
|
}
|
|
569
|
-
:root .el-
|
|
570
|
-
:root[theme-mode="light"] .el-
|
|
571
|
-
:
|
|
572
|
-
:root[theme-mode="light"] .el-pagination.is-background .btn-prev,
|
|
573
|
-
:root .el-pagination.is-background .el-pager li,
|
|
574
|
-
:root[theme-mode="light"] .el-pagination.is-background .el-pager li {
|
|
575
|
-
color: #595959;
|
|
576
|
-
font-weight: 500;
|
|
540
|
+
:root .stepscolumn .el-step__head.is-success .el-icon-check::before,
|
|
541
|
+
:root[theme-mode="light"] .stepscolumn .el-step__head.is-success .el-icon-check::before {
|
|
542
|
+
color: var(--light-blue-color);
|
|
577
543
|
}
|
|
578
|
-
:root .el-
|
|
579
|
-
:root[theme-mode="light"] .el-
|
|
580
|
-
color:
|
|
581
|
-
margin-left: 20px;
|
|
544
|
+
:root .stepscolumn .el-step__head.is-success .el-step__line,
|
|
545
|
+
:root[theme-mode="light"] .stepscolumn .el-step__head.is-success .el-step__line {
|
|
546
|
+
background-color: var(--light-blue-color);
|
|
582
547
|
}
|
|
583
|
-
:root .
|
|
584
|
-
:root[theme-mode="light"] .
|
|
585
|
-
|
|
586
|
-
right: 0;
|
|
587
|
-
bottom: 0;
|
|
588
|
-
z-index: 999;
|
|
548
|
+
:root .stepscolumn .el-step__head.is-success .el-step__line-inner,
|
|
549
|
+
:root[theme-mode="light"] .stepscolumn .el-step__head.is-success .el-step__line-inner {
|
|
550
|
+
display: none;
|
|
589
551
|
}
|
|
590
|
-
:root .el-
|
|
591
|
-
:root[theme-mode="light"] .el-
|
|
592
|
-
background: var(--primary-btn);
|
|
593
|
-
border-radius: var(--button-radius);
|
|
594
|
-
border-color: var(--primary-btn);
|
|
552
|
+
:root .stepscolumn .el-step__head.is-process,
|
|
553
|
+
:root[theme-mode="light"] .stepscolumn .el-step__head.is-process {
|
|
595
554
|
color: #FFFFFF;
|
|
596
|
-
font-size: 14px;
|
|
597
555
|
}
|
|
598
|
-
:root .
|
|
599
|
-
:root[theme-mode="light"] .
|
|
600
|
-
|
|
601
|
-
border-radius: var(--button-radius);
|
|
602
|
-
color: var(--light-blue-color);
|
|
603
|
-
font-size: 14px;
|
|
556
|
+
:root .stepscolumn .el-step__head.is-process .el-step__icon.is-text,
|
|
557
|
+
:root[theme-mode="light"] .stepscolumn .el-step__head.is-process .el-step__icon.is-text {
|
|
558
|
+
background: var(--light-blue-color);
|
|
604
559
|
}
|
|
605
|
-
:root .
|
|
606
|
-
:root[theme-mode="light"] .
|
|
607
|
-
background-color
|
|
608
|
-
border
|
|
560
|
+
:root .stepscolumn .el-step__head.is-wait .el-step__icon.is-text,
|
|
561
|
+
:root[theme-mode="light"] .stepscolumn .el-step__head.is-wait .el-step__icon.is-text {
|
|
562
|
+
background: var(--td-bg-color-page);
|
|
563
|
+
border: 1px solid gray;
|
|
609
564
|
}
|
|
610
|
-
:root .el-
|
|
611
|
-
:root[theme-mode="light"] .el-
|
|
565
|
+
:root .stepscolumn .el-step__title.is-success,
|
|
566
|
+
:root[theme-mode="light"] .stepscolumn .el-step__title.is-success {
|
|
567
|
+
font-weight: 700;
|
|
568
|
+
color: #303133;
|
|
569
|
+
}
|
|
570
|
+
:root .stepscolumn .el-step__title.is-process,
|
|
571
|
+
:root[theme-mode="light"] .stepscolumn .el-step__title.is-process {
|
|
572
|
+
font-weight: 700;
|
|
612
573
|
color: var(--light-blue-color);
|
|
613
|
-
font-family: "Harmony_Sans", PingFangSC-Medium, "PingFang SC", sans-serif;
|
|
614
|
-
font-weight: 500;
|
|
615
574
|
}
|
|
616
|
-
:root .
|
|
617
|
-
:root[theme-mode="light"] .
|
|
618
|
-
|
|
575
|
+
:root .stepscolumn .el-step__title.is-wait,
|
|
576
|
+
:root[theme-mode="light"] .stepscolumn .el-step__title.is-wait {
|
|
577
|
+
font-weight: 700;
|
|
578
|
+
color: #303133;
|
|
619
579
|
}
|
|
620
|
-
:root .
|
|
621
|
-
:root[theme-mode="light"] .
|
|
622
|
-
background:
|
|
623
|
-
color: #FFFFFF;
|
|
624
|
-
border: 0;
|
|
580
|
+
:root .el-slider__bar,
|
|
581
|
+
:root[theme-mode="light"] .el-slider__bar {
|
|
582
|
+
background-color: var(--light-blue-color);
|
|
625
583
|
}
|
|
626
|
-
:root .
|
|
627
|
-
:root[theme-mode="light"] .
|
|
584
|
+
:root .head-container .el-tree .el-tree-node__content,
|
|
585
|
+
:root[theme-mode="light"] .head-container .el-tree .el-tree-node__content {
|
|
586
|
+
height: auto;
|
|
587
|
+
padding: 10px 0;
|
|
588
|
+
margin: 0 30px;
|
|
589
|
+
}
|
|
590
|
+
:root .head-container .el-tree .el-tree-node:focus > .el-tree-node__content,
|
|
591
|
+
:root[theme-mode="light"] .head-container .el-tree .el-tree-node:focus > .el-tree-node__content {
|
|
628
592
|
background-color: transparent;
|
|
629
|
-
color: #A61D24;
|
|
630
|
-
border: 1px solid #A61D24;
|
|
631
593
|
}
|
|
632
|
-
:root .
|
|
633
|
-
:root[theme-mode="light"] .
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
background-image: none;
|
|
637
|
-
border-color: #EBEEF5;
|
|
594
|
+
:root .mb8,
|
|
595
|
+
:root[theme-mode="light"] .mb8 {
|
|
596
|
+
display: flex;
|
|
597
|
+
justify-content: flex-start;
|
|
638
598
|
}
|
|
639
|
-
:root .
|
|
640
|
-
:root[theme-mode="light"] .
|
|
641
|
-
|
|
642
|
-
line-height: 32px;
|
|
599
|
+
:root .pagination-container,
|
|
600
|
+
:root[theme-mode="light"] .pagination-container {
|
|
601
|
+
background: transparent;
|
|
643
602
|
}
|
|
644
|
-
:root .
|
|
645
|
-
:root[theme-mode="light"] .
|
|
646
|
-
|
|
647
|
-
line-height: 32px;
|
|
603
|
+
:root .pagination-container .el-pagination,
|
|
604
|
+
:root[theme-mode="light"] .pagination-container .el-pagination {
|
|
605
|
+
text-align: right;
|
|
648
606
|
}
|
|
649
|
-
:root .
|
|
650
|
-
:root[theme-mode="light"] .
|
|
651
|
-
:
|
|
652
|
-
:root[theme-mode="light"] .custom__input--high-light .el-input__inner:hover,
|
|
653
|
-
:root .custom__input--high-light .el-input__inner:focus,
|
|
654
|
-
:root[theme-mode="light"] .custom__input--high-light .el-input__inner:focus {
|
|
607
|
+
:root .left,
|
|
608
|
+
:root[theme-mode="light"] .left {
|
|
609
|
+
background: #FFFFFF;
|
|
655
610
|
border: 1px solid var(--light-blue-color);
|
|
656
|
-
|
|
657
|
-
|
|
611
|
+
padding-top: 10px;
|
|
612
|
+
height: calc(100vh - 145px);
|
|
658
613
|
}
|
|
659
|
-
:root .
|
|
660
|
-
:root[theme-mode="light"] .
|
|
661
|
-
|
|
614
|
+
:root .vue-treeselect__control,
|
|
615
|
+
:root[theme-mode="light"] .vue-treeselect__control {
|
|
616
|
+
height: var(--element-size-height);
|
|
617
|
+
border-radius: var(--button-radius);
|
|
662
618
|
}
|
|
663
|
-
:root .custom__input--high-light .
|
|
664
|
-
:root[theme-mode="light"] .custom__input--high-light .
|
|
619
|
+
:root .custom__input--high-light .vue-treeselect__control,
|
|
620
|
+
:root[theme-mode="light"] .custom__input--high-light .vue-treeselect__control {
|
|
621
|
+
background: var(--opacity-blue-bg);
|
|
665
622
|
color: var(--light-blue-color);
|
|
623
|
+
border: 1px solid var(--light-blue-color);
|
|
666
624
|
}
|
|
667
|
-
:root .custom__input--high-light .
|
|
668
|
-
:root[theme-mode="light"] .custom__input--high-light .
|
|
669
|
-
:
|
|
670
|
-
:
|
|
671
|
-
border: 1px solid var(--light-blue-color);
|
|
625
|
+
:root .custom__input--high-light .vue-treeselect__menu,
|
|
626
|
+
:root[theme-mode="light"] .custom__input--high-light .vue-treeselect__menu {
|
|
627
|
+
background: #FFFFFF;
|
|
628
|
+
color: #72818B;
|
|
672
629
|
}
|
|
673
|
-
:root .custom__input--high-light .
|
|
674
|
-
:root[theme-mode="light"] .custom__input--high-light .
|
|
630
|
+
:root .custom__input--high-light .vue-treeselect__single-value,
|
|
631
|
+
:root[theme-mode="light"] .custom__input--high-light .vue-treeselect__single-value {
|
|
675
632
|
color: var(--light-blue-color);
|
|
676
|
-
font-weight: 400;
|
|
677
|
-
}
|
|
678
|
-
:root .el-dialog,
|
|
679
|
-
:root[theme-mode="light"] .el-dialog {
|
|
680
|
-
background: #FFFFFF !important;
|
|
681
633
|
}
|
|
682
|
-
:root .el-
|
|
683
|
-
:root[theme-mode="light"] .el-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
:root .el-dialog__header,
|
|
687
|
-
:root[theme-mode="light"] .el-dialog__header {
|
|
688
|
-
background: var(--dialog-header);
|
|
689
|
-
border-bottom: 1px solid var(--dialog-header-border);
|
|
634
|
+
:root .el-card .el-card__header,
|
|
635
|
+
:root[theme-mode="light"] .el-card .el-card__header {
|
|
636
|
+
background: var(--card-header);
|
|
637
|
+
color: var(--card-header-text);
|
|
690
638
|
padding: 10px 20px;
|
|
691
639
|
}
|
|
692
|
-
:root
|
|
693
|
-
|
|
694
|
-
color: #
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
:
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
:
|
|
704
|
-
:
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
color: #
|
|
710
|
-
|
|
711
|
-
:
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
:
|
|
717
|
-
|
|
718
|
-
width: 100%;
|
|
640
|
+
:root[theme-mode="dark"] {
|
|
641
|
+
--td-brand-color-1: #1B2F51;
|
|
642
|
+
--td-brand-color-2: #173463;
|
|
643
|
+
--td-brand-color-3: #143975;
|
|
644
|
+
--td-brand-color-4: #103D88;
|
|
645
|
+
--td-brand-color-5: #0D429A;
|
|
646
|
+
--td-brand-color-6: #054BBE;
|
|
647
|
+
--td-brand-color-7: #2667D4;
|
|
648
|
+
--td-brand-color-8: #4582E6;
|
|
649
|
+
--td-brand-color-9: #699EF5;
|
|
650
|
+
--td-brand-color-10: #96BBF8;
|
|
651
|
+
--left-tab: #0d4a72;
|
|
652
|
+
--td-gray-color-14: #031527;
|
|
653
|
+
--right-light: linear-gradient(to right, transparent, transparent, rgba(36, 222, 255, 0.16));
|
|
654
|
+
--td-brand-color: rgba(71, 135, 240, 0.5);
|
|
655
|
+
--td-gray-color-9: #0d4a72;
|
|
656
|
+
--td-gray-color-10: rgba(71, 135, 240, 0.5);
|
|
657
|
+
--td-gray-color-13: #031527;
|
|
658
|
+
--card-color: #387daa;
|
|
659
|
+
--form-text: rgba(255, 255, 255, 0.9);
|
|
660
|
+
--error-notifi-bg: #2a1216;
|
|
661
|
+
--opacity-blue-bg: rgba(0, 222, 240, 0.2);
|
|
662
|
+
--opacity-blue-bg-22: rgba(0, 222, 240, 0.1);
|
|
663
|
+
--drop-down-color: rgba(21, 43, 62, 0.9);
|
|
664
|
+
--el-dialog-color: linear-gradient(to bottom, rgba(0, 162, 218, 0.3), rgba(0, 162, 218, 0.6));
|
|
665
|
+
--white-opacity-7: rgba(255, 255, 255, 0.7);
|
|
719
666
|
}
|
|
720
|
-
:root .el-
|
|
721
|
-
:
|
|
722
|
-
color: #67C23A;
|
|
667
|
+
:root[theme-mode="dark"] .el-select .el-input {
|
|
668
|
+
background: transparent;
|
|
723
669
|
}
|
|
724
|
-
:root .el-
|
|
725
|
-
:
|
|
726
|
-
|
|
670
|
+
:root[theme-mode="dark"] .el-input--suffix .el-input__inner {
|
|
671
|
+
background-color: transparent;
|
|
672
|
+
border: 1px solid var(--light-blue-color);
|
|
673
|
+
color: var(--light-blue-color);
|
|
674
|
+
border-radius: var(--button-radius);
|
|
727
675
|
}
|
|
728
|
-
:root .el-
|
|
729
|
-
:
|
|
730
|
-
:root .el-progress.is-exception .el-progress-bar__inner,
|
|
731
|
-
:root[theme-mode="light"] .el-progress.is-exception .el-progress-bar__inner {
|
|
732
|
-
background-color: #a61d24;
|
|
676
|
+
:root[theme-mode="dark"] .el-select .el-input__inner {
|
|
677
|
+
border: 0;
|
|
733
678
|
}
|
|
734
|
-
:root .el-
|
|
735
|
-
:
|
|
736
|
-
|
|
679
|
+
:root[theme-mode="dark"] .el-select-dropdown__wrap {
|
|
680
|
+
background: linear-gradient(to right, rgba(0, 63, 108, 0.8), rgba(1, 49, 86, 0.8));
|
|
681
|
+
border: 0;
|
|
737
682
|
}
|
|
738
|
-
:root
|
|
739
|
-
:
|
|
740
|
-
|
|
683
|
+
:root[theme-mode="dark"] .el-select-dropdown {
|
|
684
|
+
border-radius: var(--button-radius);
|
|
685
|
+
border: 0;
|
|
686
|
+
background: transparent;
|
|
741
687
|
}
|
|
742
|
-
:root .el-
|
|
743
|
-
:root[theme-mode="light"] .el-icon-check::before {
|
|
688
|
+
:root[theme-mode="dark"] .el-select-dropdown__item {
|
|
744
689
|
color: #FFFFFF;
|
|
745
|
-
font-weight: 700;
|
|
746
690
|
}
|
|
747
|
-
:root .el-
|
|
748
|
-
:root[theme-mode="
|
|
749
|
-
|
|
750
|
-
font-weight: 700;
|
|
691
|
+
:root[theme-mode="dark"] .el-select-dropdown__item.hover,
|
|
692
|
+
:root[theme-mode="dark"] .el-select-dropdown__item:hover {
|
|
693
|
+
background: linear-gradient(to right, rgba(2, 30, 54, 0.2), rgba(0, 144, 188, 0.8));
|
|
751
694
|
}
|
|
752
|
-
:root .el-
|
|
753
|
-
:
|
|
754
|
-
|
|
695
|
+
:root[theme-mode="dark"] .el-select-dropdown__item.selected {
|
|
696
|
+
color: var(--light-blue-color);
|
|
697
|
+
font-weight: 400;
|
|
755
698
|
}
|
|
756
|
-
:root .el-
|
|
757
|
-
:
|
|
758
|
-
color: rgba(0, 0, 0, 0.5);
|
|
699
|
+
:root[theme-mode="dark"] .el-popper[x-placement^="bottom"] .popper__arrow::after {
|
|
700
|
+
border-bottom-color: var(--drop-down-color);
|
|
759
701
|
}
|
|
760
|
-
:root .el-
|
|
761
|
-
:
|
|
762
|
-
fill: #a61d24;
|
|
702
|
+
:root[theme-mode="dark"] .el-select-dropdown.is-multiple .el-select-dropdown__item.selected {
|
|
703
|
+
background: linear-gradient(to right, rgba(2, 30, 54, 0.2), rgba(0, 144, 188, 0.8));
|
|
763
704
|
}
|
|
764
|
-
:root .el-
|
|
765
|
-
:
|
|
766
|
-
border-
|
|
705
|
+
:root[theme-mode="dark"] .el-tag.el-tag--info {
|
|
706
|
+
background: transparent;
|
|
707
|
+
border-color: var(--light-blue-color);
|
|
767
708
|
}
|
|
768
|
-
:root .
|
|
769
|
-
:
|
|
770
|
-
:root .custom__input--high-light .el-time-panel__content::before,
|
|
771
|
-
:root[theme-mode="light"] .custom__input--high-light .el-time-panel__content::before {
|
|
772
|
-
margin-top: -8px;
|
|
709
|
+
:root[theme-mode="dark"] .dropdown .el-input {
|
|
710
|
+
border: none;
|
|
773
711
|
}
|
|
774
|
-
:root
|
|
775
|
-
:
|
|
776
|
-
border-
|
|
777
|
-
|
|
712
|
+
:root[theme-mode="dark"] .el-button--primary {
|
|
713
|
+
background: var(--primary-btn);
|
|
714
|
+
border-radius: var(--button-radius);
|
|
715
|
+
border-color: var(--primary-btn);
|
|
716
|
+
color: #FFFFFF !important;
|
|
717
|
+
font-size: 14px;
|
|
778
718
|
}
|
|
779
|
-
:root
|
|
780
|
-
:root[theme-mode="
|
|
781
|
-
|
|
719
|
+
:root[theme-mode="dark"] .common-btn,
|
|
720
|
+
:root[theme-mode="dark"] .common-btn.el-button--danger:not(:hover),
|
|
721
|
+
:root[theme-mode="dark"] .el-button--danger.is-plain.is-disabled {
|
|
782
722
|
border: 1px solid var(--light-blue-color);
|
|
723
|
+
border-radius: var(--button-radius);
|
|
783
724
|
color: var(--light-blue-color);
|
|
725
|
+
background: var(--opacity-blue-bg) !important;
|
|
726
|
+
font-size: 14px;
|
|
784
727
|
}
|
|
785
|
-
:root .
|
|
786
|
-
:
|
|
787
|
-
cursor: pointer;
|
|
788
|
-
color: var(--light-blue-color);
|
|
789
|
-
}
|
|
790
|
-
:root .stepsrow .el-step__icon,
|
|
791
|
-
:root[theme-mode="light"] .stepsrow .el-step__icon {
|
|
792
|
-
width: 30px;
|
|
793
|
-
height: 30px;
|
|
794
|
-
border: none;
|
|
795
|
-
}
|
|
796
|
-
:root .stepsrow .el-step__head.is-success .el-step__icon.is-text,
|
|
797
|
-
:root[theme-mode="light"] .stepsrow .el-step__head.is-success .el-step__icon.is-text {
|
|
798
|
-
background: var(--td-bg-color-page);
|
|
728
|
+
:root[theme-mode="dark"] .common-btn:hover {
|
|
729
|
+
background: var(--opacity-blue-bg);
|
|
799
730
|
border: 1px solid var(--light-blue-color);
|
|
731
|
+
color: #409EFF;
|
|
800
732
|
}
|
|
801
|
-
:root .
|
|
802
|
-
:
|
|
803
|
-
|
|
733
|
+
:root[theme-mode="dark"] .el-button.el-button--text.el-button--small {
|
|
734
|
+
background: transparent !important;
|
|
735
|
+
border: none !important;
|
|
804
736
|
}
|
|
805
|
-
:root .
|
|
806
|
-
:
|
|
807
|
-
background-color: var(--light-blue-color);
|
|
737
|
+
:root[theme-mode="dark"] .el-button.el-button--text.el-button--small:hover {
|
|
738
|
+
border: none;
|
|
808
739
|
}
|
|
809
|
-
:root .
|
|
810
|
-
:
|
|
811
|
-
|
|
740
|
+
:root[theme-mode="dark"] .cancel-btn {
|
|
741
|
+
border: 1px solid #ffffff;
|
|
742
|
+
border-radius: var(--button-radius);
|
|
743
|
+
color: var(--white-opacity-7);
|
|
744
|
+
background: transparent;
|
|
812
745
|
}
|
|
813
|
-
:root .
|
|
814
|
-
:
|
|
746
|
+
:root[theme-mode="dark"] .error-btn {
|
|
747
|
+
background: #A61D24;
|
|
815
748
|
color: #FFFFFF;
|
|
749
|
+
border: 0;
|
|
816
750
|
}
|
|
817
|
-
:root .
|
|
818
|
-
:
|
|
819
|
-
|
|
751
|
+
:root[theme-mode="dark"] .error-btnplain {
|
|
752
|
+
background: transparent;
|
|
753
|
+
color: #A61D24;
|
|
754
|
+
border: 1px solid #A61D24;
|
|
820
755
|
}
|
|
821
|
-
:root .
|
|
822
|
-
:
|
|
823
|
-
|
|
824
|
-
|
|
756
|
+
:root[theme-mode="dark"] .disable-btn {
|
|
757
|
+
color: #C0C4CC;
|
|
758
|
+
cursor: not-allowed;
|
|
759
|
+
background-image: none;
|
|
760
|
+
background-color: transparent;
|
|
761
|
+
border-color: #EBEEF5;
|
|
825
762
|
}
|
|
826
|
-
:root .
|
|
827
|
-
:
|
|
828
|
-
|
|
829
|
-
color: #303133;
|
|
763
|
+
:root[theme-mode="dark"] .el-button.is-plain:hover {
|
|
764
|
+
background: var(--opacity-blue-bg);
|
|
765
|
+
border: 1px solid var(--light-blue-color);
|
|
830
766
|
}
|
|
831
|
-
:root .
|
|
832
|
-
:root[theme-mode="
|
|
833
|
-
|
|
767
|
+
:root[theme-mode="dark"] .form-section .submit-btns-box .el-button--default,
|
|
768
|
+
:root[theme-mode="dark"] .form-section .submit-btns-box .is-plain {
|
|
769
|
+
border: 1px solid var(--light-blue-color);
|
|
770
|
+
border-radius: var(--button-radius);
|
|
834
771
|
color: var(--light-blue-color);
|
|
772
|
+
background: var(--opacity-blue-bg);
|
|
835
773
|
}
|
|
836
|
-
:root .
|
|
837
|
-
:
|
|
838
|
-
|
|
839
|
-
color: #
|
|
840
|
-
}
|
|
841
|
-
:root .stepscolumn .el-step__icon,
|
|
842
|
-
:root[theme-mode="light"] .stepscolumn .el-step__icon {
|
|
843
|
-
width: 30px;
|
|
844
|
-
height: 30px;
|
|
845
|
-
border: none;
|
|
846
|
-
}
|
|
847
|
-
:root .stepscolumn .el-step__head.is-success .el-step__icon.is-text,
|
|
848
|
-
:root[theme-mode="light"] .stepscolumn .el-step__head.is-success .el-step__icon.is-text {
|
|
849
|
-
background: var(--td-bg-color-page);
|
|
850
|
-
border: 1px solid var(--light-blue-color);
|
|
851
|
-
}
|
|
852
|
-
:root .stepscolumn .el-step__head.is-success .el-icon-check::before,
|
|
853
|
-
:root[theme-mode="light"] .stepscolumn .el-step__head.is-success .el-icon-check::before {
|
|
854
|
-
color: var(--light-blue-color);
|
|
855
|
-
}
|
|
856
|
-
:root .stepscolumn .el-step__head.is-success .el-step__line,
|
|
857
|
-
:root[theme-mode="light"] .stepscolumn .el-step__head.is-success .el-step__line {
|
|
858
|
-
background-color: var(--light-blue-color);
|
|
859
|
-
}
|
|
860
|
-
:root .stepscolumn .el-step__head.is-success .el-step__line-inner,
|
|
861
|
-
:root[theme-mode="light"] .stepscolumn .el-step__head.is-success .el-step__line-inner {
|
|
862
|
-
display: none;
|
|
863
|
-
}
|
|
864
|
-
:root .stepscolumn .el-step__head.is-process,
|
|
865
|
-
:root[theme-mode="light"] .stepscolumn .el-step__head.is-process {
|
|
866
|
-
color: #FFFFFF;
|
|
867
|
-
}
|
|
868
|
-
:root .stepscolumn .el-step__head.is-process .el-step__icon.is-text,
|
|
869
|
-
:root[theme-mode="light"] .stepscolumn .el-step__head.is-process .el-step__icon.is-text {
|
|
870
|
-
background: var(--light-blue-color);
|
|
871
|
-
}
|
|
872
|
-
:root .stepscolumn .el-step__head.is-wait .el-step__icon.is-text,
|
|
873
|
-
:root[theme-mode="light"] .stepscolumn .el-step__head.is-wait .el-step__icon.is-text {
|
|
874
|
-
background: var(--td-bg-color-page);
|
|
875
|
-
border: 1px solid gray;
|
|
876
|
-
}
|
|
877
|
-
:root .stepscolumn .el-step__title.is-success,
|
|
878
|
-
:root[theme-mode="light"] .stepscolumn .el-step__title.is-success {
|
|
879
|
-
font-weight: 700;
|
|
880
|
-
color: #303133;
|
|
881
|
-
}
|
|
882
|
-
:root .stepscolumn .el-step__title.is-process,
|
|
883
|
-
:root[theme-mode="light"] .stepscolumn .el-step__title.is-process {
|
|
884
|
-
font-weight: 700;
|
|
885
|
-
color: var(--light-blue-color);
|
|
886
|
-
}
|
|
887
|
-
:root .stepscolumn .el-step__title.is-wait,
|
|
888
|
-
:root[theme-mode="light"] .stepscolumn .el-step__title.is-wait {
|
|
889
|
-
font-weight: 700;
|
|
890
|
-
color: #303133;
|
|
891
|
-
}
|
|
892
|
-
:root .el-slider__bar,
|
|
893
|
-
:root[theme-mode="light"] .el-slider__bar {
|
|
894
|
-
background-color: var(--light-blue-color);
|
|
895
|
-
}
|
|
896
|
-
:root .head-container .el-tree .el-tree-node__content,
|
|
897
|
-
:root[theme-mode="light"] .head-container .el-tree .el-tree-node__content {
|
|
898
|
-
height: auto;
|
|
899
|
-
padding: 10px 0;
|
|
900
|
-
margin: 0 30px;
|
|
901
|
-
}
|
|
902
|
-
:root .head-container .el-tree .el-tree-node:focus > .el-tree-node__content,
|
|
903
|
-
:root[theme-mode="light"] .head-container .el-tree .el-tree-node:focus > .el-tree-node__content {
|
|
904
|
-
background-color: transparent;
|
|
905
|
-
}
|
|
906
|
-
:root .mb8,
|
|
907
|
-
:root[theme-mode="light"] .mb8 {
|
|
908
|
-
display: flex;
|
|
909
|
-
justify-content: flex-start;
|
|
910
|
-
}
|
|
911
|
-
:root .pagination-container,
|
|
912
|
-
:root[theme-mode="light"] .pagination-container {
|
|
913
|
-
background: transparent;
|
|
914
|
-
}
|
|
915
|
-
:root .pagination-container .el-pagination,
|
|
916
|
-
:root[theme-mode="light"] .pagination-container .el-pagination {
|
|
917
|
-
text-align: right;
|
|
918
|
-
}
|
|
919
|
-
:root .left,
|
|
920
|
-
:root[theme-mode="light"] .left {
|
|
921
|
-
background: #FFFFFF;
|
|
922
|
-
border: 1px solid var(--light-blue-color);
|
|
923
|
-
padding-top: 10px;
|
|
924
|
-
height: calc(100vh - 145px);
|
|
925
|
-
}
|
|
926
|
-
:root .vue-treeselect__control,
|
|
927
|
-
:root[theme-mode="light"] .vue-treeselect__control {
|
|
928
|
-
height: var(--element-size-height);
|
|
929
|
-
border-radius: var(--button-radius);
|
|
930
|
-
}
|
|
931
|
-
:root .custom__input--high-light .vue-treeselect__control,
|
|
932
|
-
:root[theme-mode="light"] .custom__input--high-light .vue-treeselect__control {
|
|
933
|
-
background: var(--opacity-blue-bg);
|
|
934
|
-
color: var(--light-blue-color);
|
|
935
|
-
border: 1px solid var(--light-blue-color);
|
|
936
|
-
}
|
|
937
|
-
:root .custom__input--high-light .vue-treeselect__menu,
|
|
938
|
-
:root[theme-mode="light"] .custom__input--high-light .vue-treeselect__menu {
|
|
939
|
-
background: #FFFFFF;
|
|
940
|
-
color: #72818B;
|
|
941
|
-
}
|
|
942
|
-
:root .custom__input--high-light .vue-treeselect__single-value,
|
|
943
|
-
:root[theme-mode="light"] .custom__input--high-light .vue-treeselect__single-value {
|
|
944
|
-
color: var(--light-blue-color);
|
|
945
|
-
}
|
|
946
|
-
:root .el-card .el-card__header,
|
|
947
|
-
:root[theme-mode="light"] .el-card .el-card__header {
|
|
948
|
-
background: var(--card-header);
|
|
949
|
-
color: var(--card-header-text);
|
|
950
|
-
padding: 10px 20px;
|
|
951
|
-
}
|
|
952
|
-
:root[theme-mode="dark"] {
|
|
953
|
-
--td-brand-color-1: #1B2F51;
|
|
954
|
-
--td-brand-color-2: #173463;
|
|
955
|
-
--td-brand-color-3: #143975;
|
|
956
|
-
--td-brand-color-4: #103D88;
|
|
957
|
-
--td-brand-color-5: #0D429A;
|
|
958
|
-
--td-brand-color-6: #054BBE;
|
|
959
|
-
--td-brand-color-7: #2667D4;
|
|
960
|
-
--td-brand-color-8: #4582E6;
|
|
961
|
-
--td-brand-color-9: #699EF5;
|
|
962
|
-
--td-brand-color-10: #96BBF8;
|
|
963
|
-
--left-tab: #0d4a72;
|
|
964
|
-
--td-gray-color-14: #031527;
|
|
965
|
-
--right-light: linear-gradient(to right, transparent, transparent, rgba(36, 222, 255, 0.16));
|
|
966
|
-
--td-brand-color: rgba(71, 135, 240, 0.5);
|
|
967
|
-
--td-gray-color-9: #0d4a72;
|
|
968
|
-
--td-gray-color-10: rgba(71, 135, 240, 0.5);
|
|
969
|
-
--td-gray-color-13: #031527;
|
|
970
|
-
--card-color: #387daa;
|
|
971
|
-
--form-text: rgba(255, 255, 255, 0.9);
|
|
972
|
-
--error-notifi-bg: #2a1216;
|
|
973
|
-
--opacity-blue-bg: rgba(0, 222, 240, 0.2);
|
|
974
|
-
--opacity-blue-bg-22: rgba(0, 222, 240, 0.1);
|
|
975
|
-
--drop-down-color: rgba(21, 43, 62, 0.9);
|
|
976
|
-
--el-dialog-color: linear-gradient(to bottom, rgba(0, 162, 218, 0.3), rgba(0, 162, 218, 0.6));
|
|
977
|
-
--white-opacity-7: rgba(255, 255, 255, 0.7);
|
|
978
|
-
}
|
|
979
|
-
:root[theme-mode="dark"] .el-select .el-input {
|
|
980
|
-
background: transparent;
|
|
981
|
-
}
|
|
982
|
-
:root[theme-mode="dark"] .el-input--suffix .el-input__inner {
|
|
983
|
-
background-color: transparent;
|
|
984
|
-
border: 1px solid var(--light-blue-color);
|
|
985
|
-
color: var(--light-blue-color);
|
|
986
|
-
border-radius: var(--button-radius);
|
|
987
|
-
}
|
|
988
|
-
:root[theme-mode="dark"] .el-select .el-input__inner {
|
|
989
|
-
border: 0;
|
|
990
|
-
}
|
|
991
|
-
:root[theme-mode="dark"] .el-select-dropdown__wrap {
|
|
992
|
-
background: linear-gradient(to right, rgba(0, 63, 108, 0.8), rgba(1, 49, 86, 0.8));
|
|
993
|
-
border: 0;
|
|
994
|
-
}
|
|
995
|
-
:root[theme-mode="dark"] .el-select-dropdown {
|
|
996
|
-
border-radius: var(--button-radius);
|
|
997
|
-
border: 0;
|
|
998
|
-
background: transparent;
|
|
999
|
-
}
|
|
1000
|
-
:root[theme-mode="dark"] .el-select-dropdown__item {
|
|
1001
|
-
color: #FFFFFF;
|
|
1002
|
-
}
|
|
1003
|
-
:root[theme-mode="dark"] .el-select-dropdown__item.hover,
|
|
1004
|
-
:root[theme-mode="dark"] .el-select-dropdown__item:hover {
|
|
1005
|
-
background: linear-gradient(to right, rgba(2, 30, 54, 0.2), rgba(0, 144, 188, 0.8));
|
|
1006
|
-
}
|
|
1007
|
-
:root[theme-mode="dark"] .el-select-dropdown__item.selected {
|
|
1008
|
-
color: var(--light-blue-color);
|
|
1009
|
-
font-weight: 400;
|
|
1010
|
-
}
|
|
1011
|
-
:root[theme-mode="dark"] .el-popper[x-placement^="bottom"] .popper__arrow::after {
|
|
1012
|
-
border-bottom-color: var(--drop-down-color);
|
|
1013
|
-
}
|
|
1014
|
-
:root[theme-mode="dark"] .el-select-dropdown.is-multiple .el-select-dropdown__item.selected {
|
|
1015
|
-
background: linear-gradient(to right, rgba(2, 30, 54, 0.2), rgba(0, 144, 188, 0.8));
|
|
1016
|
-
}
|
|
1017
|
-
:root[theme-mode="dark"] .el-tag.el-tag--info {
|
|
1018
|
-
background: transparent;
|
|
1019
|
-
border-color: var(--light-blue-color);
|
|
1020
|
-
}
|
|
1021
|
-
:root[theme-mode="dark"] .dropdown .el-input {
|
|
1022
|
-
border: none;
|
|
1023
|
-
}
|
|
1024
|
-
:root[theme-mode="dark"] .el-button--primary {
|
|
1025
|
-
background: var(--primary-btn);
|
|
1026
|
-
border-radius: var(--button-radius);
|
|
1027
|
-
border-color: var(--primary-btn);
|
|
1028
|
-
color: #FFFFFF !important;
|
|
1029
|
-
font-size: 14px;
|
|
1030
|
-
}
|
|
1031
|
-
:root[theme-mode="dark"] .common-btn,
|
|
1032
|
-
:root[theme-mode="dark"] .common-btn.el-button--danger:not(:hover),
|
|
1033
|
-
:root[theme-mode="dark"] .el-button--danger.is-plain.is-disabled {
|
|
1034
|
-
border: 1px solid var(--light-blue-color);
|
|
1035
|
-
border-radius: var(--button-radius);
|
|
1036
|
-
color: var(--light-blue-color);
|
|
1037
|
-
background: var(--opacity-blue-bg) !important;
|
|
1038
|
-
font-size: 14px;
|
|
1039
|
-
}
|
|
1040
|
-
:root[theme-mode="dark"] .common-btn:hover {
|
|
1041
|
-
background: var(--opacity-blue-bg);
|
|
1042
|
-
border: 1px solid var(--light-blue-color);
|
|
1043
|
-
color: #409EFF;
|
|
1044
|
-
}
|
|
1045
|
-
:root[theme-mode="dark"] .el-button.el-button--text.el-button--small {
|
|
1046
|
-
background: transparent !important;
|
|
1047
|
-
border: none !important;
|
|
1048
|
-
}
|
|
1049
|
-
:root[theme-mode="dark"] .el-button.el-button--text.el-button--small:hover {
|
|
1050
|
-
border: none;
|
|
1051
|
-
}
|
|
1052
|
-
:root[theme-mode="dark"] .cancel-btn {
|
|
1053
|
-
border: 1px solid #ffffff;
|
|
1054
|
-
border-radius: var(--button-radius);
|
|
1055
|
-
color: var(--white-opacity-7);
|
|
1056
|
-
background: transparent;
|
|
1057
|
-
}
|
|
1058
|
-
:root[theme-mode="dark"] .error-btn {
|
|
1059
|
-
background: #A61D24;
|
|
1060
|
-
color: #FFFFFF;
|
|
1061
|
-
border: 0;
|
|
1062
|
-
}
|
|
1063
|
-
:root[theme-mode="dark"] .error-btnplain {
|
|
1064
|
-
background: transparent;
|
|
1065
|
-
color: #A61D24;
|
|
1066
|
-
border: 1px solid #A61D24;
|
|
1067
|
-
}
|
|
1068
|
-
:root[theme-mode="dark"] .disable-btn {
|
|
1069
|
-
color: #C0C4CC;
|
|
1070
|
-
cursor: not-allowed;
|
|
1071
|
-
background-image: none;
|
|
1072
|
-
background-color: transparent;
|
|
1073
|
-
border-color: #EBEEF5;
|
|
1074
|
-
}
|
|
1075
|
-
:root[theme-mode="dark"] .el-button.is-plain:hover {
|
|
1076
|
-
background: var(--opacity-blue-bg);
|
|
1077
|
-
border: 1px solid var(--light-blue-color);
|
|
1078
|
-
}
|
|
1079
|
-
:root[theme-mode="dark"] .form-section .submit-btns-box .el-button--default,
|
|
1080
|
-
:root[theme-mode="dark"] .form-section .submit-btns-box .is-plain {
|
|
1081
|
-
border: 1px solid var(--light-blue-color);
|
|
1082
|
-
border-radius: var(--button-radius);
|
|
1083
|
-
color: var(--light-blue-color);
|
|
1084
|
-
background: var(--opacity-blue-bg);
|
|
1085
|
-
}
|
|
1086
|
-
:root[theme-mode="dark"] .form-section .submit-btns-box .el-button--danger {
|
|
1087
|
-
background-color: var(--opacity-blue-bg) !important;
|
|
1088
|
-
border: 1px solid var(--light-blue-color);
|
|
1089
|
-
color: #DF3A3A;
|
|
774
|
+
:root[theme-mode="dark"] .form-section .submit-btns-box .el-button--danger {
|
|
775
|
+
background-color: var(--opacity-blue-bg) !important;
|
|
776
|
+
border: 1px solid var(--light-blue-color);
|
|
777
|
+
color: #DF3A3A;
|
|
1090
778
|
}
|
|
1091
779
|
:root[theme-mode="dark"] .form-section .submit-btns-box .el-button--default:hover,
|
|
1092
780
|
:root[theme-mode="dark"] .form-section .submit-btns-box .is-plain:hover {
|
|
@@ -2059,172 +1747,484 @@
|
|
|
2059
1747
|
--td-brand-color-10: #FDE9AB;
|
|
2060
1748
|
}
|
|
2061
1749
|
|
|
2062
|
-
.
|
|
2063
|
-
|
|
1750
|
+
.form-layout {
|
|
1751
|
+
display: flex;
|
|
1752
|
+
flex-wrap: wrap;
|
|
1753
|
+
position: relative;
|
|
1754
|
+
margin-top: 10px;
|
|
2064
1755
|
}
|
|
2065
|
-
.
|
|
2066
|
-
|
|
1756
|
+
.form-layout.column {
|
|
1757
|
+
flex-direction: column;
|
|
2067
1758
|
}
|
|
2068
|
-
.
|
|
2069
|
-
|
|
1759
|
+
.form-layout .el-form-item.no-label .el-form-item__content {
|
|
1760
|
+
max-width: 100%;
|
|
2070
1761
|
}
|
|
2071
|
-
.
|
|
1762
|
+
.form-layout .form-layout__item-col1 {
|
|
1763
|
+
width: 100%;
|
|
1764
|
+
}
|
|
1765
|
+
.form-layout .form-layout__item-col2 {
|
|
1766
|
+
width: 50%;
|
|
1767
|
+
}
|
|
1768
|
+
.form-layout .form-layout__item-col3 {
|
|
1769
|
+
width: calc(100% / 3);
|
|
1770
|
+
}
|
|
1771
|
+
.form-layout .el-form-item {
|
|
1772
|
+
display: flex;
|
|
1773
|
+
align-items: center;
|
|
1774
|
+
}
|
|
1775
|
+
.form-layout .el-form-item__label {
|
|
1776
|
+
display: flex;
|
|
1777
|
+
align-items: center;
|
|
1778
|
+
justify-content: right;
|
|
1779
|
+
height: 100%;
|
|
1780
|
+
width: 120px;
|
|
1781
|
+
line-height: var(--element-size-height);
|
|
1782
|
+
}
|
|
1783
|
+
.form-layout .el-form-item__content {
|
|
1784
|
+
line-height: var(--element-size-height);
|
|
1785
|
+
min-height: var(--element-size-height);
|
|
1786
|
+
height: 100%;
|
|
1787
|
+
width: 100%;
|
|
1788
|
+
max-width: calc(100% - 120px);
|
|
1789
|
+
margin-left: 0 !important;
|
|
2072
1790
|
flex: 1;
|
|
2073
|
-
min-width: 760px;
|
|
2074
1791
|
}
|
|
2075
|
-
.
|
|
2076
|
-
|
|
2077
|
-
|
|
1792
|
+
.form-layout .el-form-item__content .el-select,
|
|
1793
|
+
.form-layout .el-form-item__content .el-input-number {
|
|
1794
|
+
width: 100%;
|
|
1795
|
+
}
|
|
1796
|
+
.form-layout .el-form-item__content > span.view-item {
|
|
1797
|
+
margin-left: 15px;
|
|
1798
|
+
display: inline-block;
|
|
1799
|
+
white-space: pre-line;
|
|
1800
|
+
line-height: 22px;
|
|
1801
|
+
margin-top: 9px;
|
|
1802
|
+
word-break: break-all;
|
|
1803
|
+
}
|
|
1804
|
+
.form-layout .form-disable--bgc-gray .el-form-item__content {
|
|
1805
|
+
background-color: #EEEEEE;
|
|
1806
|
+
color: #666666;
|
|
1807
|
+
}
|
|
1808
|
+
.form-layout--140 {
|
|
1809
|
+
display: flex;
|
|
1810
|
+
flex-wrap: wrap;
|
|
1811
|
+
position: relative;
|
|
1812
|
+
margin-top: 10px;
|
|
1813
|
+
}
|
|
1814
|
+
.form-layout--140.column {
|
|
1815
|
+
flex-direction: column;
|
|
1816
|
+
}
|
|
1817
|
+
.form-layout--140 .el-form-item.no-label .el-form-item__content {
|
|
1818
|
+
max-width: 100%;
|
|
1819
|
+
}
|
|
1820
|
+
.form-layout--140 .form-layout__item-col1 {
|
|
1821
|
+
width: 100%;
|
|
1822
|
+
}
|
|
1823
|
+
.form-layout--140 .form-layout__item-col2 {
|
|
1824
|
+
width: 50%;
|
|
1825
|
+
}
|
|
1826
|
+
.form-layout--140 .form-layout__item-col3 {
|
|
1827
|
+
width: calc(100% / 3);
|
|
1828
|
+
}
|
|
1829
|
+
.form-layout--140 .el-form-item {
|
|
1830
|
+
display: flex;
|
|
1831
|
+
align-items: center;
|
|
1832
|
+
}
|
|
1833
|
+
.form-layout--140 .el-form-item__label {
|
|
1834
|
+
display: flex;
|
|
1835
|
+
align-items: center;
|
|
1836
|
+
justify-content: right;
|
|
1837
|
+
height: 100%;
|
|
1838
|
+
width: 140px;
|
|
1839
|
+
line-height: var(--element-size-height);
|
|
1840
|
+
}
|
|
1841
|
+
.form-layout--140 .el-form-item__content {
|
|
1842
|
+
line-height: var(--element-size-height);
|
|
1843
|
+
min-height: var(--element-size-height);
|
|
1844
|
+
height: 100%;
|
|
1845
|
+
width: 100%;
|
|
1846
|
+
max-width: calc(100% - 140px);
|
|
1847
|
+
margin-left: 0 !important;
|
|
1848
|
+
flex: 1;
|
|
1849
|
+
}
|
|
1850
|
+
.form-layout--140 .el-form-item__content .el-select,
|
|
1851
|
+
.form-layout--140 .el-form-item__content .el-input-number {
|
|
1852
|
+
width: 100%;
|
|
1853
|
+
}
|
|
1854
|
+
.form-layout--140 .el-form-item__content > span.view-item {
|
|
1855
|
+
margin-left: 15px;
|
|
1856
|
+
display: inline-block;
|
|
1857
|
+
white-space: pre-line;
|
|
1858
|
+
line-height: 22px;
|
|
1859
|
+
margin-top: 9px;
|
|
1860
|
+
word-break: break-all;
|
|
1861
|
+
}
|
|
1862
|
+
.form-layout--140 .form-disable--bgc-gray .el-form-item__content {
|
|
1863
|
+
background-color: #EEEEEE;
|
|
1864
|
+
color: #666666;
|
|
1865
|
+
}
|
|
1866
|
+
.form-layout--160 {
|
|
1867
|
+
display: flex;
|
|
1868
|
+
flex-wrap: wrap;
|
|
1869
|
+
position: relative;
|
|
1870
|
+
margin-top: 10px;
|
|
1871
|
+
}
|
|
1872
|
+
.form-layout--160.column {
|
|
1873
|
+
flex-direction: column;
|
|
1874
|
+
}
|
|
1875
|
+
.form-layout--160 .el-form-item.no-label .el-form-item__content {
|
|
1876
|
+
max-width: 100%;
|
|
1877
|
+
}
|
|
1878
|
+
.form-layout--160 .form-layout__item-col1 {
|
|
1879
|
+
width: 100%;
|
|
1880
|
+
}
|
|
1881
|
+
.form-layout--160 .form-layout__item-col2 {
|
|
1882
|
+
width: 50%;
|
|
1883
|
+
}
|
|
1884
|
+
.form-layout--160 .form-layout__item-col3 {
|
|
1885
|
+
width: calc(100% / 3);
|
|
1886
|
+
}
|
|
1887
|
+
.form-layout--160 .el-form-item {
|
|
1888
|
+
display: flex;
|
|
1889
|
+
align-items: center;
|
|
1890
|
+
}
|
|
1891
|
+
.form-layout--160 .el-form-item__label {
|
|
1892
|
+
display: flex;
|
|
1893
|
+
align-items: center;
|
|
1894
|
+
justify-content: right;
|
|
1895
|
+
height: 100%;
|
|
1896
|
+
width: 160px;
|
|
1897
|
+
line-height: var(--element-size-height);
|
|
1898
|
+
}
|
|
1899
|
+
.form-layout--160 .el-form-item__content {
|
|
1900
|
+
line-height: var(--element-size-height);
|
|
1901
|
+
min-height: var(--element-size-height);
|
|
1902
|
+
height: 100%;
|
|
1903
|
+
width: 100%;
|
|
1904
|
+
max-width: calc(100% - 160px);
|
|
1905
|
+
margin-left: 0 !important;
|
|
1906
|
+
flex: 1;
|
|
1907
|
+
}
|
|
1908
|
+
.form-layout--160 .el-form-item__content .el-select,
|
|
1909
|
+
.form-layout--160 .el-form-item__content .el-input-number {
|
|
1910
|
+
width: 100%;
|
|
1911
|
+
}
|
|
1912
|
+
.form-layout--160 .el-form-item__content > span.view-item {
|
|
1913
|
+
margin-left: 15px;
|
|
1914
|
+
display: inline-block;
|
|
1915
|
+
white-space: pre-line;
|
|
1916
|
+
line-height: 22px;
|
|
1917
|
+
margin-top: 9px;
|
|
1918
|
+
word-break: break-all;
|
|
1919
|
+
}
|
|
1920
|
+
.form-layout--160 .form-disable--bgc-gray .el-form-item__content {
|
|
1921
|
+
background-color: #EEEEEE;
|
|
1922
|
+
color: #666666;
|
|
1923
|
+
}
|
|
1924
|
+
.form-layout.form-layout--border {
|
|
1925
|
+
border-left: 1px solid #ebeef5;
|
|
1926
|
+
}
|
|
1927
|
+
.form-layout.form-layout--border .border-left {
|
|
1928
|
+
border-left: 1px solid #ebeef5;
|
|
1929
|
+
}
|
|
1930
|
+
.form-layout.form-layout--border .el-form-item__label {
|
|
1931
|
+
border-bottom: 1px solid #ebeef5;
|
|
1932
|
+
}
|
|
1933
|
+
.form-layout.form-layout--border .el-form-item__content {
|
|
1934
|
+
border-left: 1px solid #ebeef5;
|
|
1935
|
+
border-right: 1px solid #ebeef5;
|
|
1936
|
+
border-bottom: 1px solid #ebeef5;
|
|
1937
|
+
}
|
|
1938
|
+
.form-layout.form-layout--border .form-layout__item-col1:nth-child(1) {
|
|
1939
|
+
border-top: 1px solid #ebeef5;
|
|
1940
|
+
}
|
|
1941
|
+
.form-layout.form-layout--border .form-layout__item-col2:nth-child(1),
|
|
1942
|
+
.form-layout.form-layout--border .form-layout__item-col2:nth-child(2) {
|
|
1943
|
+
border-top: 1px solid #ebeef5;
|
|
1944
|
+
}
|
|
1945
|
+
.form-layout.form-layout--border .form-layout__item-col3:nth-child(1),
|
|
1946
|
+
.form-layout.form-layout--border .form-layout__item-col3:nth-child(2),
|
|
1947
|
+
.form-layout.form-layout--border .form-layout__item-col3:nth-child(3) {
|
|
1948
|
+
border-top: 1px solid #ebeef5;
|
|
1949
|
+
}
|
|
1950
|
+
.form-layout.form-layout--border .el-form-item {
|
|
1951
|
+
margin-bottom: 0;
|
|
1952
|
+
}
|
|
1953
|
+
.form-layout.form-layout--border .el-input__inner,
|
|
1954
|
+
.form-layout.form-layout--border .el-input__inner:hover,
|
|
1955
|
+
.form-layout.form-layout--border .el-input__inner:focus,
|
|
1956
|
+
.form-layout.form-layout--border .el-select .el-input__inner,
|
|
1957
|
+
.form-layout.form-layout--border .el-select .el-input__inner:hover,
|
|
1958
|
+
.form-layout.form-layout--border .el-select .el-input__inner:focus,
|
|
1959
|
+
.form-layout.form-layout--border .el-textarea__inner,
|
|
1960
|
+
.form-layout.form-layout--border .el-button--text {
|
|
1961
|
+
border: none;
|
|
1962
|
+
border-radius: 0;
|
|
1963
|
+
font-size: 14px;
|
|
1964
|
+
font-family: "Harmony_Sans", inherit, PingFangSC-Regular, "PingFang SC", sans-serif;
|
|
1965
|
+
}
|
|
1966
|
+
.form-layout.form-layout--border .el-textarea__inner {
|
|
1967
|
+
padding: 10px 15px;
|
|
1968
|
+
}
|
|
1969
|
+
.form-layout.form-layout--border .el-form-item__error {
|
|
1970
|
+
top: -30px;
|
|
1971
|
+
left: 100px;
|
|
1972
|
+
z-index: 1;
|
|
1973
|
+
padding: 8px 20px;
|
|
1974
|
+
text-align: center;
|
|
1975
|
+
border-radius: 4px;
|
|
1976
|
+
border: 1px solid;
|
|
1977
|
+
background-color: #FFFFFF;
|
|
1978
|
+
min-width: 80px;
|
|
1979
|
+
}
|
|
1980
|
+
.form-layout.form-layout--border .el-form-item__error::before {
|
|
1981
|
+
content: "";
|
|
1982
|
+
position: absolute;
|
|
1983
|
+
bottom: -6px;
|
|
1984
|
+
left: 50px;
|
|
1985
|
+
border: 1px solid transparent;
|
|
1986
|
+
border-top-color: #F56C6C;
|
|
1987
|
+
border-left-color: #F56C6C;
|
|
1988
|
+
background-color: #FFFFFF;
|
|
1989
|
+
transform: rotate(225deg);
|
|
1990
|
+
width: 10px;
|
|
1991
|
+
height: 10px;
|
|
1992
|
+
}
|
|
1993
|
+
.form-layout.form-layout--no-border-left {
|
|
1994
|
+
border-left: none;
|
|
1995
|
+
}
|
|
1996
|
+
.form-layout.form-layout--no-border-top::before {
|
|
1997
|
+
border-bottom: none;
|
|
1998
|
+
}
|
|
1999
|
+
.form-title::before {
|
|
2000
|
+
content: attr(form-title);
|
|
2001
|
+
color: #333333;
|
|
2002
|
+
font-weight: 600;
|
|
2003
|
+
padding-left: 15px;
|
|
2004
|
+
border-bottom: 2px dashed #DCDCDC;
|
|
2005
|
+
border-left: 2px solid transparent;
|
|
2006
|
+
background: #FAFAFD;
|
|
2007
|
+
text-align: left;
|
|
2008
|
+
width: 100%;
|
|
2009
|
+
line-height: var(--element-size-height);
|
|
2010
|
+
}
|
|
2011
|
+
.form-title .form-title--right {
|
|
2012
|
+
line-height: var(--element-size-height);
|
|
2013
|
+
height: var(--element-size-height);
|
|
2014
|
+
position: absolute;
|
|
2015
|
+
right: 0;
|
|
2016
|
+
padding: 0 10px;
|
|
2017
|
+
}
|
|
2018
|
+
.form-title .form-title--right .el-link + .el-link {
|
|
2019
|
+
margin-left: 10px;
|
|
2020
|
+
}
|
|
2021
|
+
|
|
2022
|
+
.project__unshow-type .t-menu__logo {
|
|
2023
|
+
display: flex;
|
|
2024
|
+
justify-content: center;
|
|
2025
|
+
background-color: #263455;
|
|
2026
|
+
}
|
|
2027
|
+
.project__unshow-type .t-menu__logo .tdesign-starter-side-nav-logo-wrapper {
|
|
2028
|
+
width: 20%;
|
|
2029
|
+
}
|
|
2030
|
+
.project__unshow-type .t-menu__logo span {
|
|
2031
|
+
color: #FFFFFF !important;
|
|
2032
|
+
font-size: 16px;
|
|
2033
|
+
}
|
|
2034
|
+
.project__unshow-type .t-default-menu__inner {
|
|
2035
|
+
height: 100%;
|
|
2036
|
+
}
|
|
2037
|
+
.project__unshow-type .header-logo-container {
|
|
2038
|
+
width: 216px;
|
|
2039
|
+
margin-left: 16px;
|
|
2040
|
+
}
|
|
2041
|
+
.project__unshow-type .t-menu {
|
|
2042
|
+
padding: 0;
|
|
2043
|
+
}
|
|
2044
|
+
.project__unshow-type .t-menu .t-head-menu__inner {
|
|
2045
|
+
background-color: #FFFFFF !important;
|
|
2046
|
+
border: none;
|
|
2047
|
+
}
|
|
2048
|
+
.project__unshow-type .t-menu--scroll {
|
|
2049
|
+
background-color: #17233D;
|
|
2050
|
+
}
|
|
2051
|
+
.project__unshow-type .t-menu__content,
|
|
2052
|
+
.project__unshow-type .svg-icon,
|
|
2053
|
+
.project__unshow-type .t-fake-arrow {
|
|
2054
|
+
color: #A9AEB7;
|
|
2055
|
+
}
|
|
2056
|
+
.project__unshow-type .operations-container .t-button {
|
|
2057
|
+
background-color: #FFFFFF;
|
|
2058
|
+
border: 1px solid #C9C9C9;
|
|
2078
2059
|
}
|
|
2079
|
-
.
|
|
2080
|
-
|
|
2060
|
+
.project__unshow-type .operations-container .t-button:hover {
|
|
2061
|
+
background-color: #C9C9C9;
|
|
2062
|
+
color: #FFFFFF !important;
|
|
2081
2063
|
}
|
|
2082
|
-
.
|
|
2083
|
-
|
|
2064
|
+
.project__unshow-type .operations-container .svg-icon,
|
|
2065
|
+
.project__unshow-type .operations-container .t-icon,
|
|
2066
|
+
.project__unshow-type .operations-container .header-user-account,
|
|
2067
|
+
.project__unshow-type .operations-container span {
|
|
2068
|
+
color: #000000 !important;
|
|
2084
2069
|
}
|
|
2085
|
-
.t-
|
|
2086
|
-
|
|
2070
|
+
.project__unshow-type .t-is-opened .t-menu__item .svg-icon,
|
|
2071
|
+
.project__unshow-type .t-is-opened .t-menu__item .t-menu__content {
|
|
2072
|
+
color: #8B919E !important;
|
|
2087
2073
|
}
|
|
2088
|
-
.t-
|
|
2089
|
-
|
|
2090
|
-
|
|
2091
|
-
line-height: 39px;
|
|
2074
|
+
.project__unshow-type .t-menu__item.t-is-opened.t-is-active .svg-icon,
|
|
2075
|
+
.project__unshow-type .t-menu__item.t-is-opened.t-is-active .t-menu__content {
|
|
2076
|
+
color: #FFFFFF !important;
|
|
2092
2077
|
}
|
|
2093
|
-
.
|
|
2094
|
-
|
|
2095
|
-
|
|
2078
|
+
.project__unshow-type .t-menu__item.t-is-active:not(.t-is-opened) {
|
|
2079
|
+
margin-left: 20px;
|
|
2080
|
+
padding-left: 38px;
|
|
2081
|
+
border-radius: 0;
|
|
2082
|
+
border-top-left-radius: 4px;
|
|
2083
|
+
border-bottom-left-radius: 4px;
|
|
2096
2084
|
}
|
|
2097
|
-
.
|
|
2098
|
-
|
|
2085
|
+
.project__unshow-type .t-menu__item.t-is-active:not(.t-is-opened)::before {
|
|
2086
|
+
content: "";
|
|
2087
|
+
position: absolute;
|
|
2088
|
+
left: -20px;
|
|
2089
|
+
width: 5px;
|
|
2090
|
+
height: 100%;
|
|
2091
|
+
background-color: #296DF1;
|
|
2092
|
+
border-top-right-radius: 4px;
|
|
2093
|
+
border-bottom-right-radius: 4px;
|
|
2099
2094
|
}
|
|
2100
|
-
.t-
|
|
2101
|
-
|
|
2095
|
+
.project__unshow-type .t-menu__item.t-is-active:not(.t-is-opened) .svg-icon,
|
|
2096
|
+
.project__unshow-type .t-menu__item.t-is-active:not(.t-is-opened) .t-menu__content {
|
|
2097
|
+
font-weight: 700;
|
|
2098
|
+
color: #17233D !important;
|
|
2102
2099
|
}
|
|
2103
|
-
.
|
|
2104
|
-
|
|
2105
|
-
|
|
2106
|
-
flex-direction: column;
|
|
2100
|
+
.project__unshow-type .el-pagination__total {
|
|
2101
|
+
position: absolute;
|
|
2102
|
+
left: 0;
|
|
2107
2103
|
}
|
|
2108
|
-
.
|
|
2109
|
-
|
|
2110
|
-
|
|
2104
|
+
.project__unshow-type .el-table__header-wrapper th,
|
|
2105
|
+
.project__unshow-type .el-table__fixed-right .el-table__fixed-header-wrapper th {
|
|
2106
|
+
padding: 0;
|
|
2111
2107
|
}
|
|
2112
|
-
.
|
|
2113
|
-
|
|
2108
|
+
.project__unshow-type .el-table__header-wrapper th .cell,
|
|
2109
|
+
.project__unshow-type .el-table__fixed-right .el-table__fixed-header-wrapper th .cell {
|
|
2110
|
+
background-color: #E9F3FF;
|
|
2111
|
+
color: #3172F1;
|
|
2112
|
+
padding: 2px 10px;
|
|
2114
2113
|
}
|
|
2115
|
-
.
|
|
2116
|
-
|
|
2114
|
+
.project__unshow-type .el-icon-check::before {
|
|
2115
|
+
color: var(--primary-btn);
|
|
2117
2116
|
}
|
|
2118
|
-
.
|
|
2119
|
-
|
|
2120
|
-
overflow-y: scroll;
|
|
2117
|
+
.project__unshow-type .el-icon-check::before:hover {
|
|
2118
|
+
background-color: #84CAFD !important;
|
|
2121
2119
|
}
|
|
2122
|
-
.
|
|
2123
|
-
|
|
2124
|
-
|
|
2125
|
-
|
|
2126
|
-
|
|
2120
|
+
.project__unshow-type .el-button.common-btn:not(:hover),
|
|
2121
|
+
.project__unshow-type .el-button--primary.is-plain {
|
|
2122
|
+
color: var(--primary-btn);
|
|
2123
|
+
border-color: var(--primary-btn) !important;
|
|
2124
|
+
background-color: #FFFFFF;
|
|
2127
2125
|
}
|
|
2128
|
-
.
|
|
2129
|
-
|
|
2126
|
+
.project__unshow-type .el-button.common-btn:not(:hover):not(.common-btn):hover,
|
|
2127
|
+
.project__unshow-type .el-button--primary.is-plain:not(.common-btn):hover {
|
|
2128
|
+
color: #FFFFFF !important;
|
|
2129
|
+
background-color: var(--light-blue-color) !important;
|
|
2130
|
+
border-color: var(--light-blue-color) !important;
|
|
2130
2131
|
}
|
|
2131
|
-
.
|
|
2132
|
-
|
|
2133
|
-
background:
|
|
2132
|
+
.project__unshow-type .el-button--primary:not(.is-plain) {
|
|
2133
|
+
color: #FFFFFF !important;
|
|
2134
|
+
background-color: var(--primary-btn) !important;
|
|
2134
2135
|
}
|
|
2135
|
-
.
|
|
2136
|
-
|
|
2137
|
-
border: 2px solid transparent;
|
|
2138
|
-
background-clip: content-box;
|
|
2139
|
-
background-color: var(--td-scrollbar-color);
|
|
2136
|
+
.project__unshow-type .el-button--primary:not(.is-plain) .el-icon-check::before {
|
|
2137
|
+
color: #FFFFFF;
|
|
2140
2138
|
}
|
|
2141
|
-
.
|
|
2142
|
-
|
|
2143
|
-
|
|
2139
|
+
.project__unshow-type .el-button--primary:not(.is-plain):hover {
|
|
2140
|
+
background-color: var(--light-blue-color) !important;
|
|
2141
|
+
border-color: var(--light-blue-color) !important;
|
|
2144
2142
|
}
|
|
2145
|
-
.
|
|
2146
|
-
|
|
2143
|
+
.project__unshow-type .el-button--warning {
|
|
2144
|
+
color: #F7BF17 !important;
|
|
2145
|
+
background-color: #FFFFFF !important;
|
|
2147
2146
|
}
|
|
2148
|
-
.
|
|
2149
|
-
|
|
2147
|
+
.project__unshow-type .el-button--warning:hover {
|
|
2148
|
+
color: #FFFFFF !important;
|
|
2149
|
+
background-color: #F7BF17 !important;
|
|
2150
|
+
border-color: #F7BF17 !important;
|
|
2150
2151
|
}
|
|
2151
|
-
.
|
|
2152
|
-
|
|
2152
|
+
.project__unshow-type .el-button--danger {
|
|
2153
|
+
color: #F56C6C !important;
|
|
2154
|
+
background-color: #FFFFFF !important;
|
|
2153
2155
|
}
|
|
2154
|
-
.
|
|
2155
|
-
|
|
2156
|
-
|
|
2157
|
-
|
|
2158
|
-
z-index: 200;
|
|
2159
|
-
transition: all 0.3s;
|
|
2160
|
-
min-height: 100%;
|
|
2156
|
+
.project__unshow-type .el-button--danger:hover {
|
|
2157
|
+
color: #FFFFFF !important;
|
|
2158
|
+
background-color: #F56C6C !important;
|
|
2159
|
+
border-color: #F56C6C !important;
|
|
2161
2160
|
}
|
|
2162
|
-
.
|
|
2163
|
-
|
|
2161
|
+
.project__unshow-type .el-button--success {
|
|
2162
|
+
color: #67C23A !important;
|
|
2163
|
+
background-color: #FFFFFF !important;
|
|
2164
2164
|
}
|
|
2165
|
-
.
|
|
2166
|
-
|
|
2167
|
-
|
|
2165
|
+
.project__unshow-type .el-button--success:hover {
|
|
2166
|
+
color: #FFFFFF !important;
|
|
2167
|
+
background-color: #67C23A !important;
|
|
2168
|
+
border-color: #67C23A !important;
|
|
2168
2169
|
}
|
|
2169
|
-
.
|
|
2170
|
-
|
|
2171
|
-
z-index: 1;
|
|
2170
|
+
.project__unshow-type .el-tag {
|
|
2171
|
+
border-color: var(--light-blue-color);
|
|
2172
2172
|
}
|
|
2173
|
-
.
|
|
2174
|
-
|
|
2173
|
+
.project__unshow-type .el-tag.el-tag--danger {
|
|
2174
|
+
border-color: #F56C6C;
|
|
2175
2175
|
}
|
|
2176
|
-
.
|
|
2177
|
-
|
|
2178
|
-
align-items: center;
|
|
2179
|
-
justify-content: center;
|
|
2180
|
-
width: 100%;
|
|
2176
|
+
.project__unshow-type .user-info > .el-card__header {
|
|
2177
|
+
background-color: #17233D !important;
|
|
2181
2178
|
}
|
|
2182
|
-
.
|
|
2183
|
-
|
|
2179
|
+
.project__unshow-type .login-container-normal .login-form-normal.login-form {
|
|
2180
|
+
width: 562px;
|
|
2184
2181
|
}
|
|
2185
|
-
.
|
|
2186
|
-
|
|
2187
|
-
width: 100%;
|
|
2182
|
+
:root[theme-mode="dark"] .project__unshow-type .t-menu .t-head-menu__inner {
|
|
2183
|
+
background-color: #17233D !important;
|
|
2188
2184
|
}
|
|
2189
|
-
.
|
|
2190
|
-
|
|
2191
|
-
|
|
2192
|
-
|
|
2193
|
-
color:
|
|
2185
|
+
:root[theme-mode="dark"] .project__unshow-type .svg-icon,
|
|
2186
|
+
:root[theme-mode="dark"] .project__unshow-type .t-icon,
|
|
2187
|
+
:root[theme-mode="dark"] .project__unshow-type .header-user-account,
|
|
2188
|
+
:root[theme-mode="dark"] .project__unshow-type span {
|
|
2189
|
+
color: #FFFFFF !important;
|
|
2194
2190
|
}
|
|
2195
|
-
.
|
|
2196
|
-
color:
|
|
2197
|
-
font-size: 16px;
|
|
2198
|
-
transition: all 0.3s;
|
|
2191
|
+
:root[theme-mode="dark"] .project__unshow-type .operations-container .t-button {
|
|
2192
|
+
background-color: transparent;
|
|
2199
2193
|
}
|
|
2200
|
-
.
|
|
2201
|
-
|
|
2202
|
-
|
|
2203
|
-
|
|
2194
|
+
:root[theme-mode="dark"] .el-button.common-btn:not(:hover),
|
|
2195
|
+
:root[theme-mode="dark"] .el-button--primary.is-plain {
|
|
2196
|
+
color: #FFFFFF;
|
|
2197
|
+
border-color: var(--primary-btn) !important;
|
|
2204
2198
|
}
|
|
2205
|
-
.
|
|
2206
|
-
|
|
2207
|
-
|
|
2208
|
-
transition: all 0.3s;
|
|
2199
|
+
:root[theme-mode="dark"] .el-button--primary.is-plain:hover {
|
|
2200
|
+
color: var(--primary-btn) !important;
|
|
2201
|
+
border-color: var(--light-blue-color) !important;
|
|
2209
2202
|
}
|
|
2210
|
-
|
|
2211
|
-
|
|
2212
|
-
|
|
2213
|
-
|
|
2214
|
-
margin-left: 24px;
|
|
2203
|
+
|
|
2204
|
+
.is-in-iframe .tdesign-starter-content-layout,
|
|
2205
|
+
.is-in-full-screen .tdesign-starter-content-layout {
|
|
2206
|
+
padding: 0 !important;
|
|
2215
2207
|
}
|
|
2216
|
-
.
|
|
2217
|
-
|
|
2218
|
-
|
|
2208
|
+
.is-in-iframe .t-layout__content,
|
|
2209
|
+
.is-in-full-screen .t-layout__content,
|
|
2210
|
+
.is-in-iframe .tdesign-starter-layout,
|
|
2211
|
+
.is-in-full-screen .tdesign-starter-layout,
|
|
2212
|
+
.is-in-iframe .iframe-content .iframe-view,
|
|
2213
|
+
.is-in-full-screen .iframe-content .iframe-view {
|
|
2214
|
+
height: 100vh;
|
|
2219
2215
|
}
|
|
2220
|
-
|
|
2221
|
-
|
|
2222
|
-
|
|
2216
|
+
.is-in-full-screen .t-layout__header,
|
|
2217
|
+
.is-in-full-screen .tdesign-starter-layout-tabs-nav,
|
|
2218
|
+
.is-in-full-screen .t-layout__sider,
|
|
2219
|
+
.is-in-full-screen .tdesign-starter-sidebar-layout {
|
|
2220
|
+
display: none;
|
|
2223
2221
|
}
|
|
2224
|
-
|
|
2225
|
-
|
|
2226
|
-
border-radius: 6px;
|
|
2222
|
+
.is-in-full-screen div > section.t-layout {
|
|
2223
|
+
height: 100vh;
|
|
2227
2224
|
}
|
|
2228
|
-
.
|
|
2229
|
-
|
|
2225
|
+
.tdesign-starter-side-nav-mix-fixed .t-menu__logo {
|
|
2226
|
+
display: none !important;
|
|
2227
|
+
}
|
|
2228
|
+
.el-dialog.file-uplaod__preview-image .el-dialog__header {
|
|
2229
|
+
border: none;
|
|
2230
2230
|
}
|