From 31fb82168aeafc654af5e05d4da813033068a4e2 Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Wed, 18 Jun 2025 17:25:56 +0800
Subject: [PATCH] feat:去除间隔行背景阴影

---
 src/components/basic-container/main.vue |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/src/components/basic-container/main.vue b/src/components/basic-container/main.vue
index e98f520..6a357d5 100644
--- a/src/components/basic-container/main.vue
+++ b/src/components/basic-container/main.vue
@@ -35,8 +35,14 @@
 
 <style lang="scss">
 .basic-container {
-  padding: 10px 6px;
+  padding: 0 10px;
   box-sizing: border-box;
+  // height: 100%;
+
+  .basic-container__card{
+    height: 100% !important;
+    overflow: auto;
+  }
 
   &--block {
     height: 100%;

--
Gitblit v1.9.3