diff --git a/src/assets/images/map-bg.png b/src/assets/images/map-bg.png index 8723b466..25c270ea 100644 Binary files a/src/assets/images/map-bg.png and b/src/assets/images/map-bg.png differ diff --git a/src/design/index.less b/src/design/index.less index b6e3d22e..7348bfcb 100644 --- a/src/design/index.less +++ b/src/design/index.less @@ -22,7 +22,9 @@ html { src: url('../assets/fonts/pmzd.TTF'); } - +.ant-modal-wrap { + z-index: 9999999 !important; +} html, body { @@ -76,13 +78,15 @@ span { } .cu-date-picker { - .ant-picker-cell:hover:not(.ant-picker-cell-in-view) .ant-picker-cell-inner, .ant-picker-cell:hover:not(.ant-picker-cell-selected):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end):not(.ant-picker-cell-range-hover-start):not(.ant-picker-cell-range-hover-end) .ant-picker-cell-inner{ + .ant-picker-cell:hover:not(.ant-picker-cell-in-view) .ant-picker-cell-inner, + .ant-picker-cell:hover:not(.ant-picker-cell-selected):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end):not(.ant-picker-cell-range-hover-start):not(.ant-picker-cell-range-hover-end) + .ant-picker-cell-inner { background: #68ced43b !important; } - .ant-picker-header button{ + .ant-picker-header button { color: #fff; } - .ant-picker-header > button:hover{ + .ant-picker-header > button:hover { color: rgba(255, 255, 255, 0.76); } .ant-picker-dropdown, @@ -106,12 +110,12 @@ span { color: rgba(255, 252, 252, 0.726); } } - + .ant-picker-panel-container { background-color: rgba(28, 44, 52, 0.8) !important; border: 1px solid rgba(57, 102, 132, 1); } - .ant-picker-cell-disabled{ + .ant-picker-cell-disabled { color: rgba(255, 255, 255, 0.25); } } diff --git a/src/views/visualization/MapModal.vue b/src/views/visualization/MapModal.vue index f449d0cb..401289cd 100644 --- a/src/views/visualization/MapModal.vue +++ b/src/views/visualization/MapModal.vue @@ -1,10 +1,12 @@