gw-gis-standard-gpage-ui-vue3 1.1.92 → 1.1.93
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/app.scss +169 -179
- package/gw-gis-standard-gpage-ui-vue3.js +7765 -7867
- package/gw-gis-standard-gpage-ui-vue3.umd.cjs +21 -21
- package/package.json +1 -1
- package/style.css +1 -1
package/app.scss
CHANGED
|
@@ -15,7 +15,6 @@ html, body {
|
|
|
15
15
|
}
|
|
16
16
|
|
|
17
17
|
// 设置页面宽高
|
|
18
|
-
|
|
19
18
|
#app {
|
|
20
19
|
width: 100%;
|
|
21
20
|
height: 100%;
|
|
@@ -48,9 +47,7 @@ html, body {
|
|
|
48
47
|
flex: 1;
|
|
49
48
|
box-sizing: border-box;
|
|
50
49
|
overflow: auto;
|
|
51
|
-
background-color: var(--mainBackgroundColor);
|
|
52
|
-
//padding: 10px;
|
|
53
|
-
//padding: 0px 0px 0 10px;
|
|
50
|
+
//background-color: var(--mainBackgroundColor);
|
|
54
51
|
display: flex;
|
|
55
52
|
flex-direction: column;
|
|
56
53
|
}
|
|
@@ -59,7 +56,7 @@ html, body {
|
|
|
59
56
|
.footer {
|
|
60
57
|
font-size: 16px;
|
|
61
58
|
line-height: 50px;
|
|
62
|
-
color: var(--
|
|
59
|
+
//color: var(--gwCommonTextColor);
|
|
63
60
|
}
|
|
64
61
|
|
|
65
62
|
// ------滚动条-------
|
|
@@ -109,8 +106,6 @@ html, body {
|
|
|
109
106
|
height: 100%;
|
|
110
107
|
display: flex;
|
|
111
108
|
flex-direction: column;
|
|
112
|
-
//transition: .3s;
|
|
113
|
-
//transition: .1s;
|
|
114
109
|
position: relative;
|
|
115
110
|
}
|
|
116
111
|
|
|
@@ -137,9 +132,9 @@ html, body {
|
|
|
137
132
|
//------------------element ui---
|
|
138
133
|
|
|
139
134
|
// 设置drop 下拉
|
|
140
|
-
|
|
141
|
-
color: var(--headerBackground) !important;
|
|
142
|
-
}
|
|
135
|
+
//.el-dropdown-menu__item:hover {
|
|
136
|
+
// color: var(--headerBackground) !important;
|
|
137
|
+
//}
|
|
143
138
|
|
|
144
139
|
// 修改表单的勾选的样式
|
|
145
140
|
.el-table__body-wrapper .el-table-column--selection > .cell, .el-table__header-wrapper .el-table-column--selection > .cell {
|
|
@@ -162,29 +157,32 @@ html, body {
|
|
|
162
157
|
padding: 10px 15px !important;
|
|
163
158
|
}
|
|
164
159
|
|
|
160
|
+
.el-button {
|
|
161
|
+
width: fit-content;
|
|
162
|
+
}
|
|
163
|
+
|
|
165
164
|
// 表单按钮 无背景字体颜色
|
|
166
165
|
:only-child .el-button {
|
|
167
166
|
span, .el-icon {
|
|
168
|
-
//color: var(--
|
|
167
|
+
//color: var(--gwCommonTextColor) !important;
|
|
169
168
|
}
|
|
170
169
|
}
|
|
171
170
|
|
|
172
171
|
// 选中
|
|
173
|
-
|
|
174
|
-
outline: 1px solid var(--headerBackground) !important;
|
|
175
|
-
}
|
|
172
|
+
//.el-button:focus-visible {
|
|
173
|
+
// outline: 1px solid var(--headerBackground) !important;
|
|
174
|
+
//}
|
|
176
175
|
|
|
177
176
|
// 表单按钮 确认颜色
|
|
178
|
-
|
|
179
|
-
background-color: var(--headerBackground) !important;
|
|
180
|
-
border-color: var(--headerBackground) !important;
|
|
181
|
-
color: var(--headerTextColor) !important;
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
}
|
|
177
|
+
//.el-button--primary {
|
|
178
|
+
// background-color: var(--headerBackground) !important;
|
|
179
|
+
// border-color: var(--headerBackground) !important;
|
|
180
|
+
// color: var(--headerTextColor) !important;
|
|
181
|
+
//
|
|
182
|
+
// span, .el-icon {
|
|
183
|
+
// color: var(--headerTextColor) !important;
|
|
184
|
+
// }
|
|
185
|
+
//}
|
|
188
186
|
|
|
189
187
|
//.el-button--warning, .el-button--warning.is-plain {
|
|
190
188
|
// span, .el-icon {
|
|
@@ -208,56 +206,56 @@ html, body {
|
|
|
208
206
|
// }
|
|
209
207
|
//}
|
|
210
208
|
|
|
211
|
-
|
|
212
|
-
color: var(--headerBackground) !important;
|
|
213
|
-
border-color: var(--headerBackground) !important;
|
|
214
|
-
}
|
|
209
|
+
//.el-button:not(.el-button--danger, .el-button--warning):focus, .el-button:not(.el-button--danger, .el-button--warning):hover {
|
|
210
|
+
// color: var(--headerBackground) !important;
|
|
211
|
+
// border-color: var(--headerBackground) !important;
|
|
212
|
+
//}
|
|
215
213
|
|
|
216
214
|
// radio
|
|
217
215
|
.el-radio-button__original-radio:checked + .el-radio-button__inner {
|
|
218
|
-
background-color: var(--headerBackground);
|
|
219
|
-
border-color: var(--headerBackground);
|
|
216
|
+
//background-color: var(--headerBackground);
|
|
217
|
+
//border-color: var(--headerBackground);
|
|
220
218
|
box-shadow: none;
|
|
221
219
|
}
|
|
222
220
|
|
|
223
221
|
.el-radio-button__orig-radio:checked + .el-radio-button__inner {
|
|
224
|
-
color: var(--headerTextColor) !important;
|
|
225
|
-
background-color: var(--headerBackground) !important;
|
|
222
|
+
//color: var(--headerTextColor) !important;
|
|
223
|
+
//background-color: var(--headerBackground) !important;
|
|
226
224
|
border-color: var(--headerBackground) !important;
|
|
227
225
|
box-shadow: -1px 0 0 0 var(--headerBackground) !important;
|
|
228
226
|
}
|
|
229
227
|
|
|
230
|
-
|
|
231
|
-
color: var(--headerBackground) !important;
|
|
232
|
-
}
|
|
228
|
+
//.el-radio-button__inner {
|
|
229
|
+
// color: var(--headerBackground) !important;
|
|
230
|
+
//}
|
|
233
231
|
|
|
234
|
-
|
|
235
|
-
color: var(--el-color-white) !important;
|
|
236
|
-
}
|
|
232
|
+
//.is-active .el-radio-button__inner {
|
|
233
|
+
// color: var(--el-color-white) !important;
|
|
234
|
+
//}
|
|
237
235
|
|
|
238
|
-
|
|
239
|
-
color: var(--headerBackground);
|
|
240
|
-
}
|
|
236
|
+
//.el-radio__input.is-checked + .el-radio__label {
|
|
237
|
+
// color: var(--headerBackground);
|
|
238
|
+
//}
|
|
241
239
|
|
|
242
|
-
|
|
243
|
-
border-color: var(--headerBackground);
|
|
244
|
-
background: var(--headerBackground)
|
|
245
|
-
}
|
|
240
|
+
//.el-radio__input.is-checked .el-radio__inner {
|
|
241
|
+
// border-color: var(--headerBackground);
|
|
242
|
+
// background: var(--headerBackground)
|
|
243
|
+
//}
|
|
246
244
|
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
background-color: var(--headerBackground) !important;
|
|
250
|
-
color: var(--headerTextColor) !important;
|
|
251
|
-
}
|
|
245
|
+
//// 分页 修改选中色
|
|
246
|
+
//.el-pagination.is-background .el-pager li:not(.disabled).active {
|
|
247
|
+
// background-color: var(--headerBackground) !important;
|
|
248
|
+
// color: var(--headerTextColor) !important;
|
|
249
|
+
//}
|
|
252
250
|
|
|
253
|
-
|
|
254
|
-
color: #fff !important;
|
|
255
|
-
}
|
|
251
|
+
//.el-pagination.is-background .el-pager li.is-active {
|
|
252
|
+
// color: #fff !important;
|
|
253
|
+
//}
|
|
256
254
|
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
color: var(--
|
|
260
|
-
}
|
|
255
|
+
//// 分页未选中色等
|
|
256
|
+
//.el-pagination.is-background .btn-next, .el-pagination.is-background .btn-prev, .el-pagination.is-background .el-pager li, .el-pagination__goto, .el-pagination__classifier, .el-pagination .el-select .el-input .el-input__inner {
|
|
257
|
+
// color: var(--gwCommonTextColor) !important;
|
|
258
|
+
//}
|
|
261
259
|
|
|
262
260
|
// 修改 表单
|
|
263
261
|
|
|
@@ -269,21 +267,21 @@ html, body {
|
|
|
269
267
|
// width: 400px !important;
|
|
270
268
|
// height: 40px !important;
|
|
271
269
|
}
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
box-shadow: 0 0 0 1px var(--headerBackground) inset;
|
|
276
|
-
}
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
box-shadow: 0 0 0 1px var(--headerBackground) inset;
|
|
281
|
-
}
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
box-shadow: 0 0 0 1px var(--headerBackground) inset;
|
|
286
|
-
}
|
|
270
|
+
//
|
|
271
|
+
//// 下拉框选中色
|
|
272
|
+
//.el-select__wrapper.is-focused {
|
|
273
|
+
// box-shadow: 0 0 0 1px var(--headerBackground) inset;
|
|
274
|
+
//}
|
|
275
|
+
//
|
|
276
|
+
//// 日期选中色
|
|
277
|
+
//.el-range-editor.is-active, .el-range-editor.is-active:hover {
|
|
278
|
+
// box-shadow: 0 0 0 1px var(--headerBackground) inset;
|
|
279
|
+
//}
|
|
280
|
+
//
|
|
281
|
+
//// 表单输入框选中色
|
|
282
|
+
//.el-input__wrapper.is-focus {
|
|
283
|
+
// box-shadow: 0 0 0 1px var(--headerBackground) inset;
|
|
284
|
+
//}
|
|
287
285
|
|
|
288
286
|
|
|
289
287
|
//
|
|
@@ -292,32 +290,32 @@ html, body {
|
|
|
292
290
|
}
|
|
293
291
|
|
|
294
292
|
.el-form-item__content .el-button {
|
|
295
|
-
color: var(--
|
|
296
|
-
}
|
|
297
|
-
|
|
298
|
-
// 修改日期选中
|
|
299
|
-
.el-date-table td.start-date span,
|
|
300
|
-
.el-date-table td.end-date span {
|
|
301
|
-
background-color: var(--headerBackground) !important;
|
|
302
|
-
}
|
|
303
|
-
|
|
304
|
-
.el-date-table td.current:not(.disabled) .el-date-table-cell__text {
|
|
305
|
-
background-color: var(--headerBackground) !important;
|
|
306
|
-
}
|
|
307
|
-
|
|
308
|
-
// 修改日期今天
|
|
309
|
-
.el-date-table td.today span {
|
|
310
|
-
color: var(--headerBackground) !important;
|
|
311
|
-
}
|
|
312
|
-
|
|
313
|
-
.el-date-table td.today.end-date span, .el-date-table td.today.start-date span {
|
|
314
|
-
color: var(--headerTextColor) !important;
|
|
315
|
-
}
|
|
316
|
-
|
|
317
|
-
// 日期下面修改小文字
|
|
318
|
-
.el-button--text {
|
|
319
|
-
color: var(--headerBackground) !important;
|
|
293
|
+
//color: var(--gwCommonTextColor) !important;
|
|
320
294
|
}
|
|
295
|
+
//
|
|
296
|
+
//// 修改日期选中
|
|
297
|
+
//.el-date-table td.start-date span,
|
|
298
|
+
//.el-date-table td.end-date span {
|
|
299
|
+
// background-color: var(--headerBackground) !important;
|
|
300
|
+
//}
|
|
301
|
+
//
|
|
302
|
+
//.el-date-table td.current:not(.disabled) .el-date-table-cell__text {
|
|
303
|
+
// background-color: var(--headerBackground) !important;
|
|
304
|
+
//}
|
|
305
|
+
//
|
|
306
|
+
//// 修改日期今天
|
|
307
|
+
//.el-date-table td.today span {
|
|
308
|
+
// color: var(--headerBackground) !important;
|
|
309
|
+
//}
|
|
310
|
+
//
|
|
311
|
+
//.el-date-table td.today.end-date span, .el-date-table td.today.start-date span {
|
|
312
|
+
// color: var(--headerTextColor) !important;
|
|
313
|
+
//}
|
|
314
|
+
//
|
|
315
|
+
//// 日期下面修改小文字
|
|
316
|
+
//.el-button--text {
|
|
317
|
+
// color: var(--headerBackground) !important;
|
|
318
|
+
//}
|
|
321
319
|
|
|
322
320
|
// 修改日期格式里面的文字大小
|
|
323
321
|
.el-range-input, .el-date-editor .el-range-separator {
|
|
@@ -334,56 +332,56 @@ html, body {
|
|
|
334
332
|
font-size: 15px !important;
|
|
335
333
|
text-indent: 10px !important;
|
|
336
334
|
}
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
color: var(--headerBackground) !important;
|
|
341
|
-
}
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
color: var(--headerBackground) !important;
|
|
346
|
-
}
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
color: var(--headerBackground) !important;
|
|
351
|
-
}
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
border-color: var(--headerBackground) !important;
|
|
355
|
-
background-color: var(--headerBackground) !important;
|
|
356
|
-
}
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
//border-color: var(--headerBackground) !important;
|
|
361
|
-
}
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
border-color: var(--headerBackground)
|
|
365
|
-
}
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
border-color: var(--headerBackground) !important;
|
|
369
|
-
background-color: var(--headerBackground) !important;
|
|
370
|
-
}
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
color: var(--headerBackground)
|
|
374
|
-
}
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
box-shadow: 0 0 0 1px var(--headerBackground) inset;
|
|
380
|
-
}
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
color: var(--
|
|
385
|
-
font-size: 15px !important;
|
|
386
|
-
}
|
|
335
|
+
//
|
|
336
|
+
//// 下拉组件的选中颜色
|
|
337
|
+
//.el-select-dropdown__item.selected {
|
|
338
|
+
// color: var(--headerBackground) !important;
|
|
339
|
+
//}
|
|
340
|
+
//
|
|
341
|
+
//// 下拉选中色
|
|
342
|
+
//.el-select-dropdown__item.is-selected {
|
|
343
|
+
// color: var(--headerBackground) !important;
|
|
344
|
+
//}
|
|
345
|
+
//
|
|
346
|
+
//// switch 颜色
|
|
347
|
+
//.el-switch__label.is-active {
|
|
348
|
+
// color: var(--headerBackground) !important;
|
|
349
|
+
//}
|
|
350
|
+
//
|
|
351
|
+
//.el-switch.is-checked .el-switch__core {
|
|
352
|
+
// border-color: var(--headerBackground) !important;
|
|
353
|
+
// background-color: var(--headerBackground) !important;
|
|
354
|
+
//}
|
|
355
|
+
//
|
|
356
|
+
//// 勾选框
|
|
357
|
+
//.el-checkbox__inner {
|
|
358
|
+
// //border-color: var(--headerBackground) !important;
|
|
359
|
+
//}
|
|
360
|
+
//
|
|
361
|
+
//.el-checkbox__inner:hover {
|
|
362
|
+
// border-color: var(--headerBackground)
|
|
363
|
+
//}
|
|
364
|
+
//
|
|
365
|
+
//.el-checkbox__input.is-checked .el-checkbox__inner {
|
|
366
|
+
// border-color: var(--headerBackground) !important;
|
|
367
|
+
// background-color: var(--headerBackground) !important;
|
|
368
|
+
//}
|
|
369
|
+
//
|
|
370
|
+
//.el-checkbox__input.is-checked + .el-checkbox__label {
|
|
371
|
+
// color: var(--headerBackground)
|
|
372
|
+
//}
|
|
373
|
+
//
|
|
374
|
+
//// textarea
|
|
375
|
+
//
|
|
376
|
+
//.el-textarea__inner:hover {
|
|
377
|
+
// box-shadow: 0 0 0 1px var(--headerBackground) inset;
|
|
378
|
+
//}
|
|
379
|
+
//
|
|
380
|
+
//// 修改表单文字颜色
|
|
381
|
+
//.el-form-item__label {
|
|
382
|
+
// color: var(--gwCommonTextColor) !important;
|
|
383
|
+
// font-size: 15px !important;
|
|
384
|
+
//}
|
|
387
385
|
|
|
388
386
|
// 这是给内部增加选中
|
|
389
387
|
.pointerAll {
|
|
@@ -395,10 +393,10 @@ html, body {
|
|
|
395
393
|
outline: none;
|
|
396
394
|
}
|
|
397
395
|
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
color: var(--headerBackground) !important;
|
|
401
|
-
}
|
|
396
|
+
//// 弹窗关闭
|
|
397
|
+
//.el-message-box__headerbtn:focus .el-message-box__close, .el-message-box__headerbtn:hover .el-message-box__close {
|
|
398
|
+
// color: var(--headerBackground) !important;
|
|
399
|
+
//}
|
|
402
400
|
|
|
403
401
|
//-------修改 drawer----
|
|
404
402
|
.el-drawer__header {
|
|
@@ -413,9 +411,9 @@ html, body {
|
|
|
413
411
|
margin-right: 15px;
|
|
414
412
|
}
|
|
415
413
|
|
|
416
|
-
|
|
417
|
-
color: var(--
|
|
418
|
-
}
|
|
414
|
+
//.el-drawer__title {
|
|
415
|
+
// color: var(--gwCommonTextColor) !important;
|
|
416
|
+
//}
|
|
419
417
|
|
|
420
418
|
// 侧边栏
|
|
421
419
|
//.el-menu-item i {
|
|
@@ -423,15 +421,15 @@ html, body {
|
|
|
423
421
|
//}
|
|
424
422
|
|
|
425
423
|
// ----tree --
|
|
426
|
-
|
|
427
|
-
color: var(--headerBackground);
|
|
428
|
-
}
|
|
424
|
+
//.el-tree-node__expand-icon, .edit-icon {
|
|
425
|
+
// color: var(--headerBackground);
|
|
426
|
+
//}
|
|
429
427
|
|
|
430
428
|
// -----路由组-----
|
|
431
|
-
|
|
432
|
-
color: var(--
|
|
433
|
-
background-color: var(--mainBackgroundColor) !important;
|
|
434
|
-
}
|
|
429
|
+
//.header-bot-list-conSqure {
|
|
430
|
+
// color: var(--gwCommonTextColor) !important;
|
|
431
|
+
// background-color: var(--mainBackgroundColor) !important;
|
|
432
|
+
//}
|
|
435
433
|
|
|
436
434
|
// -----dialog------
|
|
437
435
|
.el-dialog {
|
|
@@ -439,9 +437,9 @@ html, body {
|
|
|
439
437
|
}
|
|
440
438
|
|
|
441
439
|
// 其他字体颜色
|
|
442
|
-
|
|
443
|
-
color: var(--
|
|
444
|
-
}
|
|
440
|
+
//.gw-otherText {
|
|
441
|
+
// color: var(--gwCommonTextColor) !important;
|
|
442
|
+
//}
|
|
445
443
|
|
|
446
444
|
// -------拖拽样式---------------------
|
|
447
445
|
.gw-drag-child-global {
|
|
@@ -453,7 +451,7 @@ html, body {
|
|
|
453
451
|
|
|
454
452
|
|
|
455
453
|
.gw-drag-child-right {
|
|
456
|
-
right:
|
|
454
|
+
right: 0;
|
|
457
455
|
top: 0;
|
|
458
456
|
bottom: 0;
|
|
459
457
|
margin: auto;
|
|
@@ -463,7 +461,7 @@ html, body {
|
|
|
463
461
|
}
|
|
464
462
|
|
|
465
463
|
.gw-drag-child-left {
|
|
466
|
-
left:
|
|
464
|
+
left: 0;
|
|
467
465
|
top: 0;
|
|
468
466
|
margin: auto;
|
|
469
467
|
width: 10px;
|
|
@@ -509,8 +507,8 @@ html, body {
|
|
|
509
507
|
bottom: 0;
|
|
510
508
|
top: 0;
|
|
511
509
|
cursor: col-resize;
|
|
512
|
-
background: #ffffff;
|
|
513
|
-
box-shadow:
|
|
510
|
+
//background: #ffffff;
|
|
511
|
+
box-shadow: 0 0 4px 0 #c2cdd5;
|
|
514
512
|
border-radius: 10px;
|
|
515
513
|
//margin: auto auto auto 6px;
|
|
516
514
|
margin: auto auto auto -7px;
|
|
@@ -525,19 +523,12 @@ html, body {
|
|
|
525
523
|
}
|
|
526
524
|
|
|
527
525
|
|
|
528
|
-
//
|
|
526
|
+
// 内容区的样式
|
|
529
527
|
#gw-xc-container {
|
|
530
528
|
box-sizing: border-box;
|
|
531
529
|
position: relative;
|
|
532
|
-
border-right: 1px solid #f5f5f5;
|
|
533
|
-
//
|
|
534
|
-
//margin-bottom: 10px;
|
|
535
|
-
//border-left: 10px solid var(--mainBackgroundColor);
|
|
536
|
-
//border-right: 10px solid var(--mainBackgroundColor);
|
|
537
|
-
border-bottom: 10px solid var(--mainBackgroundColor);
|
|
538
|
-
//border: 10px solid var(--mainBackgroundColor);
|
|
539
|
-
//z-index: 10;
|
|
540
|
-
//background: red;
|
|
530
|
+
//border-right: 1px solid #f5f5f5;
|
|
531
|
+
//border-bottom: 10px solid var(--mainBackgroundColor);
|
|
541
532
|
}
|
|
542
533
|
|
|
543
534
|
.el-menu--horizontal.el-menu {
|
|
@@ -548,7 +539,6 @@ html, body {
|
|
|
548
539
|
border-right: none !important;
|
|
549
540
|
}
|
|
550
541
|
|
|
551
|
-
|
|
552
542
|
.el-drawer__body {
|
|
553
543
|
padding: 0 !important;
|
|
554
544
|
}
|