From 9744095cc2b64e6f5cd3492abb52268afc4921bb Mon Sep 17 00:00:00 2001
From: Mr.Zhang <710666463@qq.com>
Date: 星期二, 22 八月 2023 09:10:50 +0800
Subject: [PATCH] 折线图

---
 screen_standard/src/components/AppLayout.vue |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/screen_standard/src/components/AppLayout.vue b/screen_standard/src/components/AppLayout.vue
index 4fca14a..117357e 100644
--- a/screen_standard/src/components/AppLayout.vue
+++ b/screen_standard/src/components/AppLayout.vue
@@ -140,6 +140,7 @@
   width: 100%;
   height: 100%;
   padding: 30px;
+  overflow-y: scroll;
   box-sizing: border-box;
   .header {
     background-image: url('@/assets/img/bg_maintitle@2x.png');
@@ -214,6 +215,7 @@
   }
   .num-list {
     margin-top: 24px;
+    margin-bottom: 27px;
     display: flex;
     justify-content: space-between;
     height: 88px;

--
Gitblit v1.9.3