From 41cd6cfbf3f8385c79e556b477eeb9d60a4b3691 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Wed, 11 Jun 2025 14:15:46 +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