From e8efe7370ab9f2b9dfb07b0ae70b0e06d98e37c8 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Sat, 01 Apr 2023 17:18:35 +0800
Subject: [PATCH] 菜单栏调整和视频监控调整,每个页面初始化位置调整

---
 src/styles/base/index.scss |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/src/styles/base/index.scss b/src/styles/base/index.scss
index e021e9d..d06a88a 100644
--- a/src/styles/base/index.scss
+++ b/src/styles/base/index.scss
@@ -676,7 +676,6 @@
         display: flex;
         flex-direction: column;
         width: 320px;
-        height: 210px;
 
         .el-dialog__body {
             flex: 1;
@@ -688,11 +687,20 @@
             flex-wrap: wrap;
 
             &>div {
+                width: 100%;
+                height: 36px;
+                line-height: 36px;
                 display: flex;
+                justify-content: flex-start;
                 margin-bottom: 6px;
 
                 &>div {
                     width: 100px;
+                    line-height: 36px;
+                }
+
+                &.button {
+                    justify-content: space-around;
                 }
             }
 

--
Gitblit v1.9.3