From df74f3ad277f4d28102ce588a30aaa34bba4fabe Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Thu, 27 Oct 2022 11:46:44 +0800
Subject: [PATCH] 重点人员类型及数据修改
---
src/styles/base/index.scss | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/styles/base/index.scss b/src/styles/base/index.scss
index d48d7d6..2345927 100644
--- a/src/styles/base/index.scss
+++ b/src/styles/base/index.scss
@@ -161,8 +161,8 @@
margin: 0 !important;
display: flex;
flex-direction: column;
- width: 650px;
- height: 300px;
+ width: 800px;
+ height: 500px;
top: 50%;
left: 50% !important;
transform: translate(-50%, -50%);
--
Gitblit v1.9.3