From 3efe6739a547da2e75f89c65c98c73727bdfb3d5 Mon Sep 17 00:00:00 2001
From: zhengpz <1838927346@qq.com>
Date: Thu, 02 Dec 2021 14:30:27 +0800
Subject: [PATCH] 改首页车辆人员及枪支接口

---
 src/views/home/index.scss |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/src/views/home/index.scss b/src/views/home/index.scss
index 6c4b929..4aa35ac 100644
--- a/src/views/home/index.scss
+++ b/src/views/home/index.scss
@@ -259,6 +259,7 @@
     /deep/ .el-table td,
     .el-table th.is-leaf {
       border-bottom-color: transparent;
+      background: rgb(3, 34, 91) !important;
     }
     /deep/ .el-table__header th {
       border-bottom: 1px solid #031a38 !important;
@@ -694,28 +695,28 @@
     height: 77%;
   }
 }
-.bottom-table{
+.bottom-table {
   width: calc(100% - 40px);
   height: 100%;
   margin: 0px 20px 15px;
   top: 50px;
-  .el-table{
+  .el-table {
     width: 100%;
     height: calc(100% - 65px);
     top: 50px;
     overflow-y: auto;
   }
 }
-::-webkit-scrollbar{
+::-webkit-scrollbar {
   display: none;
 }
-.dialog-table{
+.dialog-table {
   top: 0px !important;
   margin: 0px !important;
   width: 100% !important;
   height: calc(100% - 50px) !important;
   overflow: auto;
-  .el-table{
+  .el-table {
     width: 100%;
     height: 100%;
     overflow: auto;

--
Gitblit v1.9.3