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.css | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/base/index.css b/src/styles/base/index.css index 6745e91..5fecbf2 100644 --- a/src/styles/base/index.css +++ b/src/styles/base/index.css @@ -146,8 +146,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