From 4fc6a012ac1975002cd7941bbbf6b3b8f32d2f23 Mon Sep 17 00:00:00 2001 From: YANGDL <114714267@qq.com> Date: 星期六, 13 三月 2021 16:43:00 +0800 Subject: [PATCH] 修改了界面自适应 --- src/assets/css/map/map-elem-ui.less | 84 ++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 84 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..1c68f24 100644 --- a/src/assets/css/map/map-elem-ui.less +++ b/src/assets/css/map/map-elem-ui.less @@ -4,3 +4,87 @@ background-color: @background-color; border-color: @color; } + +.el-tabs{ + .el-tabs__item{ + padding: 0 10px; + text-align: center; + height: 20px; + line-height: 20px; + } +} +.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{ + + + } + //location-btn{ + // + //} + + .location-btn:hover,.el-input__icon:hover{ + color: @color; + cursor: pointer; + } +} + + +.map-tooltip{ + font-size: .08333rem !important; + color: @color-highlight !important; + background: @background-color !important; + border-radius: 10px; + padding: .05rem !important; +} +.btn-active{ + color: @color-highlight !important; + +} + +.map-background{ + //color: @color; + border: .00521rem solid @color; + box-shadow: 0 0 .03rem @color; + background: @background-color !important; + //padding: .05rem !important; + border-radius: .05208rem; +} +.map-under-line { + height: 1px; + background: @background-color-split; + margin-block-start: 0; + margin-block-end: 0; +} -- Gitblit v1.8.0