From 2f26fbc8e76dc8f4c87696367e2ead8f6b7a452a Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Sat, 26 Nov 2022 14:57:48 +0800
Subject: [PATCH] 样式调整

---
 src/styles/base/index.scss |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/styles/base/index.scss b/src/styles/base/index.scss
index 1b4c62c..4087a5b 100644
--- a/src/styles/base/index.scss
+++ b/src/styles/base/index.scss
@@ -10,6 +10,7 @@
 body {
     width: 100%;
     height: 100%;
+    font-size: 16px;
 }
 
 ul {
@@ -460,7 +461,8 @@
             justify-content: center;
             width: 100%;
             height: 100%;
-            flex-wrap:wrap;
+            flex-wrap: wrap;
+
             input {
                 width: 90%;
                 height: 30px;
@@ -478,6 +480,7 @@
             input::-webkit-input-placeholder {
                 color: rgba(238, 238, 238, 0.7);
             }
+
             button {
                 width: 60px;
                 height: 30px;
@@ -491,7 +494,7 @@
     }
 }
 
-.choose-police-box{
+.choose-police-box {
     .el-dialog {
         margin: 0 !important;
         display: flex;

--
Gitblit v1.9.3