From d8141d99b66aac5c5d775c12aa440ce81aba50ed Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Wed, 23 Nov 2022 17:31:46 +0800
Subject: [PATCH] 1
---
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