From 331700e7e3bc4d67ceba73a21355ce675b902046 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 23 Jul 2021 11:22:38 +0800
Subject: [PATCH] 武装押运相关想改

---
 src/styles/map.scss |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/src/styles/map.scss b/src/styles/map.scss
index e67711b..18c74e3 100644
--- a/src/styles/map.scss
+++ b/src/styles/map.scss
@@ -45,3 +45,10 @@
     font-size: 12px !important;
   }
 }
+
+.map-people-table {
+  .el-table__body-wrapper {
+    height: calc(100% - 48px) !important;
+    overflow-y: auto !important;
+  }
+}

--
Gitblit v1.9.3