From d12e030d8a7690d79c5786bc2a786b6c21a24433 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 18 Jun 2021 16:31:13 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/pyhmap
---
widgets/LeftNavigationBar/css/style.css | 57 +--------------------------------------------------------
1 files changed, 1 insertions(+), 56 deletions(-)
diff --git a/widgets/LeftNavigationBar/css/style.css b/widgets/LeftNavigationBar/css/style.css
index e2fe027..8fb6b6f 100644
--- a/widgets/LeftNavigationBar/css/style.css
+++ b/widgets/LeftNavigationBar/css/style.css
@@ -162,63 +162,8 @@
}
.jimu-widget-LeftNavigationBar .layui-tree-txt {
- width: calc(100% - 48px);
+ width: calc(100% - 28px);
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
-}
-
-.jimu-widget-LeftNavigationBar .layui-btn-group {
- visibility: visible;
-}
-
-.jimu-widget-LeftNavigationBar .layui-btn-group .layui-icon {
- margin-top: 4px;
- width: 20px;
- height: 20px;
-
- background: url(../../../images/工具(用以切换图层的透明度).png) no-repeat;
-}
-
-.jimu-widget-LeftNavigationBar .layui-btn-group .layui-icon:before {
- content: "";
-}
-
-.jimu-widget-LeftNavigationBar .tree-layer-opcity {
- display: none;
- position: absolute;
- top: 240px;
- left: 280px;
- width: 260px;
- height: auto;
- background: #Fff;
- border-radius: 5px;
- box-shadow: 0 0 8px #fff;
-}
-
-.jimu-widget-LeftNavigationBar .tree-layer-opcity h3 {
- margin: 0;
- height: 36px;
- line-height: 36px;
- text-align: center;
-}
-
-
-.jimu-widget-LeftNavigationBar .tree-layer-opcity .close {
- position: absolute;
- top: 4px;
- right: 4px;
-}
-
-.jimu-widget-LeftNavigationBar .tree-layer-opcity li>div:first-child {
- padding: 0 10px;
- line-height: 28px;
- overflow: hidden;
- text-overflow:ellipsis;
- white-space: nowrap;
-}
-
-.jimu-widget-LeftNavigationBar .tree-layer-opcity li>div:last-child {
- margin: 10px 10px;
- width: calc(100% - 20px);
}
\ No newline at end of file
--
Gitblit v1.9.3