From 7583d1a0b73f274bed7bb43cc8341ed044a5ee3d Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Tue, 27 Sep 2022 17:16:24 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/srs-police-affairs

---
 src/styles/base/index.scss |   23 +++++++++++++++++++++++
 1 files changed, 23 insertions(+), 0 deletions(-)

diff --git a/src/styles/base/index.scss b/src/styles/base/index.scss
index 8931ad6..5a43efd 100644
--- a/src/styles/base/index.scss
+++ b/src/styles/base/index.scss
@@ -10,6 +10,12 @@
     height: 100%;
 }
 
+ul {
+    li {
+        list-style: none;
+    }
+}
+
 .deblurring {
     image-rendering: -moz-crisp-edges;
     image-rendering: -o-crisp-edges;
@@ -65,6 +71,23 @@
     }
 }
 
+.police-affairs-details-box {
+    .el-dialog {
+        margin: 0 !important;
+        display: flex;
+        flex-direction: column;
+        width: 540px;
+        height: 420px;
+        top: 50%;
+        left: 50% !important;
+        transform: translate(-50%, -50%);
+
+        .el-dialog__body {
+            flex: 1;
+        }
+    }
+}
+
 .resident-details-box {
     .el-dialog {
         margin: 0 !important;

--
Gitblit v1.9.3