From bfb1606a202ecfb1523c1ac13ee5ae78dbf14528 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Sun, 25 Apr 2021 14:56:47 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/jfpt-Vue

---
 public/map/widgets/supervisoryMap/SupervisoryMap.css |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/public/map/widgets/supervisoryMap/SupervisoryMap.css b/public/map/widgets/supervisoryMap/SupervisoryMap.css
index 0517612..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 {

--
Gitblit v1.9.3