From 98749f73549cbbb1eb1db0916f3f2073e006384e Mon Sep 17 00:00:00 2001 From: zs <zhousong@weben-smart.com> Date: 周三, 30 4月 2025 19:47:32 +0800 Subject: [PATCH] 托盘管理 --- 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