From 08d4b5af7cb6c04280e8cef18da43968a0a8b38e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=A6=8D?= <1455167345@qq.com> Date: Thu, 4 Jan 2024 10:13:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BB=BA=E8=AE=BE=E7=94=A8=E5=9C=B0=E7=82=B9?= =?UTF-8?q?=E8=81=9A=E5=90=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/map/index.vue | 4146 +++++++++++++++++----------------- 1 file changed, 2101 insertions(+), 2045 deletions(-) diff --git a/src/components/map/index.vue b/src/components/map/index.vue index 6f156de..222562c 100644 --- a/src/components/map/index.vue +++ b/src/components/map/index.vue @@ -1,45 +1,35 @@ + .el-select .el-input .el-select__caret { + color: rgba(64, 158, 255, 0.9); + } + + .el-select-dropdown { + background: rgba(64, 158, 255, 0.4); + border: 0px; + } + + .el-select__popper.el-popper { + background: none !important; + border: none !important; + } + + .el-select-dropdown__item { + background-color: transparent; + color: #fff; + } + + .el-select-dropdown__item.hover, + .el-select-dropdown__item:hover { + color: #fff; + background: rgba(6, 237, 248, 0.2); + } + + .el-select-dropdown__item.selected { + color: #06EDF8; + } + + .el-popper__arrow::before { + display: none; + } + \ No newline at end of file