Skip to content

Commit c420734

Browse files
committed
同步v3.6.16
1 parent 818f64f commit c420734

File tree

3 files changed

+27
-6
lines changed

3 files changed

+27
-6
lines changed

public/config/config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1087,6 +1087,7 @@
10871087
"pid": 2030,
10881088
"name": "校园(含单体)",
10891089
"type": "group",
1090+
"hasOpacity":true,
10901091
"center": { "lat": 43.821193, "lng": 125.143124, "alt": 990, "heading": 342, "pitch": -50 },
10911092
"layers": [
10921093
{

src/components/mars-ui/base.less

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
color: var(--mars-alert-title-color) !important;
1515
background: var(--mars-msg-title-bg);
1616
background-size: 10px 44px;
17+
1718
&::before {
1819
content: "";
1920
display: block;
@@ -25,6 +26,7 @@
2526
border-top: 1px solid var(--mars-primary-color);
2627
border-left: 1px solid var(--mars-primary-color);
2728
}
29+
2830
&::after {
2931
content: "";
3032
display: block;
@@ -125,7 +127,7 @@
125127
margin-bottom: 10px !important;
126128
color: var(--mars-text-color);
127129

128-
.ant-form-item-label > label {
130+
.ant-form-item-label>label {
129131
font-size: 16px;
130132
color: var(--mars-sub-title-color);
131133
}
@@ -206,7 +208,7 @@
206208

207209
// 表格
208210
.ant-table,
209-
.ant-table-thead > tr > th {
211+
.ant-table-thead>tr>th {
210212
color: var(--mars-sub-title-color);
211213
background: none !important;
212214
}
@@ -218,6 +220,7 @@
218220
.ant-table-row:nth-of-type(even) {
219221
background-color: var(--mars-bg-base);
220222
}
223+
221224
.ant-table-row:nth-of-type(odd) {
222225
background-color: var(--mars-odd-table-bg);
223226
}
@@ -226,12 +229,12 @@
226229
background-color: var(--mars-select-bg);
227230
}
228231

229-
.ant-table-tbody > tr.ant-table-placeholder > td {
232+
.ant-table-tbody>tr.ant-table-placeholder>td {
230233
background: #141414;
231234
}
232235

233-
.ant-table-row:hover > td,
234-
.ant-table-row-selected > td {
236+
.ant-table-row:hover>td,
237+
.ant-table-row-selected>td {
235238
background-color: transparent !important;
236239
}
237240

@@ -251,10 +254,14 @@
251254
color: var(--mars-text-color);
252255
}
253256

254-
.ant-table-placeholder > td {
257+
.ant-table-placeholder>td {
255258
background: var(--mars-bg-base) !important;
256259
}
257260

261+
.ant-empty-description {
262+
color: var(--mars-text-color);
263+
}
264+
258265
.ant-table-row:nth-last-child(1) .ant-table-cell {
259266
border-bottom: none;
260267
}
@@ -265,6 +272,7 @@
265272

266273
.ant-cascader-menu-item {
267274
color: var(--mars-text-color);
275+
268276
&:hover {
269277
background: var(--mars-list-active);
270278
}
@@ -378,28 +386,34 @@
378386

379387
.ant-tabs {
380388
width: 100%;
389+
381390
.ant-tabs-nav {
382391
margin-top: 0;
392+
383393
&::before {
384394
border-color: var(--mars-base-border-color);
385395
}
386396
}
397+
387398
.ant-tabs-tab {
388399
color: var(--mars-base-color) !important;
389400
}
390401

391402
.ant-tabs-nav-wrap {
392403
line-height: 1;
393404
}
405+
394406
&.ant-tabs-card {
395407
.ant-tabs-nav .ant-tabs-tab-active {
396408
background: #20a0ff33;
397409
}
410+
398411
.ant-tabs-tab {
399412
background: #20a0ff33 !important;
400413
border-color: var(--mars-base-border-color);
401414
}
402415
}
416+
403417
.ant-tabs-tab-active {
404418
border-top: none !important;
405419
}
@@ -413,6 +427,7 @@
413427

414428
.ant-cascader-menu-item {
415429
color: var(--mars-text-color);
430+
416431
&:hover {
417432
background: var(--mars-list-active);
418433
}
@@ -436,10 +451,12 @@
436451
.ant-select-item-option-active:not(.ant-select-item-option-disabled) {
437452
background: var(--mars-list-active);
438453
}
454+
439455
.ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
440456
font-weight: 700;
441457
background: var(--mars-list-active);
442458
}
459+
443460
.ant-select-item {
444461
transition: none;
445462
color: var(--mars-text-color) !important;
@@ -448,6 +465,7 @@
448465

449466
.ant-cascader-menu-item {
450467
color: var(--mars-text-color);
468+
451469
&:hover {
452470
background: var(--mars-list-active);
453471
}

src/components/mars-work/mars-map.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,8 @@ onUnmounted(() => {
298298
padding: 3px 10px;
299299
border: 1px solid #209ffd;
300300
background: #209ffd1c;
301+
color: var(--mars-text-color);
302+
301303
}
302304
303305
.mars3d-tooltip {

0 commit comments

Comments
 (0)