From 2969ad9bc0d891a4d9ba3e6d3a62d091d7e119ff Mon Sep 17 00:00:00 2001 From: YANGDL <114714267@qq.com> Date: 星期二, 02 三月 2021 16:09:58 +0800 Subject: [PATCH] 修改专题搜索结果面板样式 --- src/assets/css/map/map-elem-ui.less | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 44 insertions(+), 0 deletions(-) diff --git a/src/assets/css/map/map-elem-ui.less b/src/assets/css/map/map-elem-ui.less index 4d31a33..0c2c609 100644 --- a/src/assets/css/map/map-elem-ui.less +++ b/src/assets/css/map/map-elem-ui.less @@ -4,3 +4,47 @@ background-color: @background-color; border-color: @color; } + +.select-down { + border: none !important; + background-color: @background-color !important; + + //.el-scrollbar{ + // + // background-color: @background-color !important; + // } + // .el-scrollbar__view .el-select-dropdown__list{ + // background-color: @background-color !important; + // } + .el-select-dropdown__item.hover{ + background-color: @background-color-light; + } + .el-select-dropdown__item { + color: @color; + //background-color: @background-color; + } + // .el-select-dropdown{ + // border: none !important; + // background-color: @background-color !important; + // } + // .el-select-dropdown__empty{ + // color: @color; + // background-color: @background-color; + // } + .popper__arrow::after{ + border-bottom-color: @color !important; + } +} +.sewers-search{ + display: block; + //width: calc(100% - 10px); + height:512px; + .search-btn{ + + + } + .el-input__icon:hover{ + color: @color; + cursor: pointer; + } +} -- Gitblit v1.8.0