From e8d0f39dfe89486c29aa266beacaaea5a2eab091 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Fri, 04 Jun 2021 17:56:38 +0800
Subject: [PATCH] 导航
---
widgets/SplitScreen/css/style.css | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/widgets/SplitScreen/css/style.css b/widgets/SplitScreen/css/style.css
index 107f385..a71b084 100644
--- a/widgets/SplitScreen/css/style.css
+++ b/widgets/SplitScreen/css/style.css
@@ -12,6 +12,7 @@
font-size: 16px;
z-index: 101;
border-radius: 10px 0 10px 10px;
+ display: none;
}
.jimu-widget-SplitScreen .split-select {
@@ -40,7 +41,7 @@
width: 160px;
height: 30px;
background: #fff;
- border-radius: 10px;
+ border-radius: 5px;
font-size: 14px;
padding: 0 6px;
text-align: left;
--
Gitblit v1.9.3