diff --git a/src/components/Map/MapBox.vue b/src/components/Map/MapBox.vue index 384f16e..3303742 100644 --- a/src/components/Map/MapBox.vue +++ b/src/components/Map/MapBox.vue @@ -1,11 +1,5 @@ @@ -251,7 +241,7 @@ font-weight: bold; font-size: 14px; margin-bottom: 10px; - + .name { color: #ccdfff; width: 100px; @@ -259,7 +249,7 @@ padding-right: 10px; } .text { - flex: 1; + flex: 1; min-height: 37px; min-width: 200px; color: #8fbffe; @@ -283,7 +273,7 @@ .text { width: calc(100% - 100px); } - :deep(.el-scrollbar__wrap) { + :deep(.el-scrollbar__wrap) { max-height: 140px; overflow-y: auto; } @@ -292,13 +282,13 @@ margin-bottom: 10px; :deep(.el-range-editor.el-input__wrapper) { background: #0d2359; - - box-shadow:none; + + box-shadow: none; .el-range-separator { color: #fff; } - .el-range-input { -color: #fff; + .el-range-input { + color: #fff; } } }