From 4f11d6a54ade61ba7daf8ba856014d2f8994badf Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Sun, 09 May 2021 08:34:19 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/jfpt-Vue
---
public/map/widgets/supervisoryMap/SupervisoryMap.css | 16 ++++++++++++++--
1 files changed, 14 insertions(+), 2 deletions(-)
diff --git a/public/map/widgets/supervisoryMap/SupervisoryMap.css b/public/map/widgets/supervisoryMap/SupervisoryMap.css
index 0fd2a64..b20a86a 100644
--- a/public/map/widgets/supervisoryMap/SupervisoryMap.css
+++ b/public/map/widgets/supervisoryMap/SupervisoryMap.css
@@ -345,6 +345,18 @@
cursor: default;
}
+.analysis-container .analysis-container-owner .table .tbody tr td:nth-child(2),
+.analysis-container .analysis-container-owner .table .thead tr th:nth-child(2){
+ width: 170px;
+}
+/* .analysis-container .analysis-container-owner .table .tbody tr td:nth-child(3),
+.analysis-container .analysis-container-owner .table .thead tr th:nth-child(3){
+ width: 50px;
+} */
+.analysis-container .analysis-container-owner .table .tbody tr td:nth-child(4),
+.analysis-container .analysis-container-owner .table .thead tr th:nth-child(4){
+ width: 60px;
+}
.analysis-container .analysis-container-police .table .tbody tr input,
.analysis-container .analysis-container-owner .table .tbody tr input,
.analysis-container .analysis-container-equipment .table .tbody tr input {
@@ -352,7 +364,7 @@
height: 20px;
line-height: 20px;
color: #fff;
- background: #377DFF;
+ /* background: #377DFF; */
border: none;
border-radius: 5px;
cursor: pointer;
@@ -361,7 +373,7 @@
.analysis-container .analysis-container-equipment .table .tbody tr td:nth-child(2),
.analysis-container .analysis-container-equipment .table .thead tr th:nth-child(2) {
- width: 68px;
+ width: 138px;
}
.analysis-container .analysis-container-equipment .table .tbody tr td:nth-child(4),
--
Gitblit v1.9.3