From b435f2b1fc2bc8ad392dfa78aed1a5bc70c8b1e4 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 08 Jun 2021 08:48:33 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/pyhmap
---
widgets/SplitScreen/css/style.css | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/widgets/SplitScreen/css/style.css b/widgets/SplitScreen/css/style.css
index 8c5089c..6d92564 100644
--- a/widgets/SplitScreen/css/style.css
+++ b/widgets/SplitScreen/css/style.css
@@ -4,14 +4,15 @@
right: 20px !important;
width: auto !important;
height: auto !important;
- background-color: #323a36;
+ background-color: rgba(255, 255, 255, .75);
font-size: 14px;
border: 1px solid rgb(69, 154, 251);
/* opacity : .8; */
- color: rgb(238, 235, 235);
+ color: rgb(0, 0, 0);
font-size: 16px;
z-index: 101;
border-radius: 10px 0 10px 10px;
+ display: none;
}
.jimu-widget-SplitScreen .split-select {
@@ -31,7 +32,7 @@
font-size: 14px;
line-height: 24px;
text-align: center;
- background: #323a36;
+ background: rgb(69, 154, 251);
border-radius: 50%;
border: 1px solid rgb(69, 154, 251);
}
--
Gitblit v1.9.3