From 85f104634bcde736e1fc25d22fd4ca354c8cd52e Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Thu, 09 Feb 2023 17:09:22 +0800
Subject: [PATCH] 洪水淹没-样式调整
---
widgets/FloodAnalysis/css/style.css | 13 +++++++------
1 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/widgets/FloodAnalysis/css/style.css b/widgets/FloodAnalysis/css/style.css
index 04ad4f7..824af47 100644
--- a/widgets/FloodAnalysis/css/style.css
+++ b/widgets/FloodAnalysis/css/style.css
@@ -2,8 +2,8 @@
width: 60% !important;
height: 100%;
position: fixed !important;
- left: 30px !important;
- top: 75px !important;
+ /*left: 30px !important;*/
+ top: 45px !important;
border: 1px solid rgb(69, 154, 251);
border-radius: 5px;
background: rgba(35, 36, 58, .7);
@@ -79,8 +79,9 @@
}
.search-button {
- width: 50px;
- height: 28px;
+ width: 66px;
+ line-height: 0px;
+ height: 30px;
background-color: white;
border: none;
cursor: pointer;
@@ -101,7 +102,7 @@
color: #ff3737;
}
-.select-box label {
+label {
display: inline-block;
/*width: 80px;*/
height: 30px;
@@ -137,8 +138,8 @@
}
.flood-history .search-box {
- text-align: center;
margin-top: 1%;
+ margin-left: 1%;
}
--
Gitblit v1.9.3