From c7bc3eb18e1fda4254ca0195e2133d2ed978de11 Mon Sep 17 00:00:00 2001
From: china <527956374@qq.com>
Date: 星期四, 11 五月 2023 17:48:48 +0800
Subject: [PATCH] 样式调整

---
 src/layout/index.vue |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/layout/index.vue b/src/layout/index.vue
index c9032db..b65649c 100644
--- a/src/layout/index.vue
+++ b/src/layout/index.vue
@@ -159,20 +159,20 @@
     display: flex;
   }
 
-  .base-container {
+  .app-container {
     /*50 = navbar  */
     flex: 1;
     height: calc(100vh - 198px);
     border-radius:10px;
     overflow: auto;
-    scrollbar-width: none; /* Firefox */
-    -ms-overflow-style: none; /* IE 10+ */
-    &::-webkit-scrollbar {
-      display: none; /* Chrome Safari */
-    }
+    //scrollbar-width: none; /* Firefox */
+    //-ms-overflow-style: none; /* IE 10+ */
+    //&::-webkit-scrollbar {
+    //  display: none; /* Chrome Safari */
+    //}
     .box-card{
       .el-card__body{
-        padding-top: 0;
+        //padding-top: 0;
         .el-form-item--small.el-form-item{
           margin-top: 20px;
           margin-bottom: 0;

--
Gitblit v1.9.1