From 6d235a3cff5303a5ce9b8555f0e3280a640534f0 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Fri, 17 Feb 2023 16:51:59 +0800
Subject: [PATCH] 洪水淹没-样式调整、对离水文站最近点数据进行标记
---
widgets/FloodAnalysis/css/style.css | 32 +++++++++++++++++++++++---------
1 files changed, 23 insertions(+), 9 deletions(-)
diff --git a/widgets/FloodAnalysis/css/style.css b/widgets/FloodAnalysis/css/style.css
index ee9729e..575f2d2 100644
--- a/widgets/FloodAnalysis/css/style.css
+++ b/widgets/FloodAnalysis/css/style.css
@@ -91,13 +91,19 @@
color: white;
}
-
#tablist{
margin-top: 10px;
}
-.select-box , .search-box{
+.select-box{
border: 1px solid #d2d2d0;
+ padding: 5px !important;
+}
+
+.search-box{
+ border: 1px solid #d2d2d0;
+ padding: 5px !important;
+ margin-bottom: 1% !important;
}
/**河段选择框**/
@@ -107,7 +113,7 @@
}
.hd input {
- width: 230px;
+ width: 260px;
outline: none;
border: 0pt;
line-height: 30px;
@@ -134,23 +140,25 @@
/**水面线选择框**/
.smx-select{
- width: 230px;
+ width: 260px;
height: 26px;
border: 1px solid rgba(160, 160, 156, 1);
}
/**水位输入框**/
.sw-input{
- width: 160px;
+ width: 201px;
height: 26px;
margin-left: 9px !important;
border: 1px solid rgba(160, 160, 156, 1);
}
-.start-analysis-btn{
+/**开始分析按钮、搜索按钮**/
+.start-analysis-btn , .search-button{
height: 26px;
border: none;
cursor: pointer;
+ margin-left: 1% !important;
}
/**水位提示**/
@@ -216,9 +224,9 @@
width: 25px;
height: 25px;
line-height: 25px !important;
- background: rgb(39, 118, 172);
+ background: #ffffff;
border: 1px solid #ebebeb;
- color: #ffffff;
+ color: #bdbdbd;
font-size: 14px;
}
@@ -269,9 +277,10 @@
width: 38px !important;
}
-/**洪水淹没分析表格宽度**/
+/**洪水淹没分析表格**/
#analysis-tab1-grid .dgrid-cell {
width: 80px; /* force all columns to have SOME width */
+ text-align: center;
}
#analysis-tab1-grid .field-col1 {
width: 500px;
@@ -279,3 +288,8 @@
#analysis-tab1-grid .field-col4 {
width: 300px;
}
+
+/**历史风险图表格**/
+#history-tab2-grid .dgrid-cell {
+ text-align: center;
+}
--
Gitblit v1.9.3