From 0905d4eaf3420f47db1a19c49413a157c65474f8 Mon Sep 17 00:00:00 2001
From: songshankun <songshankun@foxmail.com>
Date: 星期二, 17 十月 2023 18:36:01 +0800
Subject: [PATCH] style: 页头/侧边栏/页面布局 样式调整

---
 src/assets/style/index.scss |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/src/assets/style/index.scss b/src/assets/style/index.scss
index ad72597..8899a6a 100644
--- a/src/assets/style/index.scss
+++ b/src/assets/style/index.scss
@@ -183,16 +183,18 @@
 
 .rightContent {
   height: 100%;
-  padding: 10px;
+  padding: 12px 20px 10px 20px;
   background: #e6ecf2;
   .top {
-    margin-bottom: 20px;
-    height: 60px;
+    margin-bottom: 10px;
+    height: 80px;
     background: #fff;
-    border-radius: 8px;
+    border-radius: 12px;
+    display: flex;
+    align-items: center;
   }
   .list-view {
-    height: calc(100% - 120px);
+    height: calc(100% - 92px);
     background: #fff;
     border-radius: 12px;
     .table {

--
Gitblit v1.8.0