From 82b92323b36c93fb41b19d6a20df4a891080f0b7 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 24 Nov 2022 14:31:02 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/srs-police-affairs
---
src/styles/base/index.css | 12 +++++++++++-
1 files changed, 11 insertions(+), 1 deletions(-)
diff --git a/src/styles/base/index.css b/src/styles/base/index.css
index 302ade2..f95be0b 100644
--- a/src/styles/base/index.css
+++ b/src/styles/base/index.css
@@ -467,8 +467,18 @@
display: flex;
flex-direction: column;
width: 320px;
- height: 260px;
+ height: 200px;
top: 50%;
left: 50% !important;
transform: translate(-50%, -50%);
}
+
+.choose-police-box .el-dialog .el-dialog__body .el-button {
+ padding: 0;
+ background-color: #409eff;
+ color: #fff;
+ width: 60px;
+ height: 30px;
+ text-align: center;
+ margin-top: 40px;
+}
--
Gitblit v1.9.3