From 9bec4dcae002f36aa23231da11cb03a156b40110 Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周三, 30 4月 2025 16:24:16 +0800
Subject: [PATCH] 222

---
 PipeLineLems/web/src/components/BaseContent/BaseContent.module.scss |   18 +++++++++++++-----
 1 files changed, 13 insertions(+), 5 deletions(-)

diff --git a/PipeLineLems/web/src/components/BaseContent/BaseContent.module.scss b/PipeLineLems/web/src/components/BaseContent/BaseContent.module.scss
index e97f737..b200606 100644
--- a/PipeLineLems/web/src/components/BaseContent/BaseContent.module.scss
+++ b/PipeLineLems/web/src/components/BaseContent/BaseContent.module.scss
@@ -5,8 +5,9 @@
   height: 100%;
   border: 1px solid #dbdbdb;
   font-family: PingFang SC, PingFang SC;
-  padding: 0 12px;
+  // padding: 0 12px;
   position: relative;
+  overflow: hidden;
 
   .title {
     font-size: 16px;
@@ -34,16 +35,23 @@
     position: absolute;
     bottom: 0;
     left: 0;
+    background-color: #fff;
+    z-index: 0;
   }
 }
-.content {
-  padding: 15px 20px 0;
-  height: calc(100% - 46px);
+.scrollContent {
+  height: calc(100% - 94px);
   box-sizing: border-box;
+  background: #fff;
+  overflow: hidden;
+  // padding: 0 12px;
+  // padding-right: 4px;
+}
+.content {
   height: auto;
   background: #f7f8fa;
-  border-radius: 5px 5px 5px 5px;
   padding: 14px 14px 20px 14px;
+  border-radius: 5px 5px 5px 5px;
 
   .header {
     margin-bottom: 12px;

--
Gitblit v1.9.3