From 3959e507bfa99cc4ced2a6f48f9b4358334d34c4 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期二, 19 十二月 2023 17:34:45 +0800
Subject: [PATCH] 1. 调试表单选项组件的双向绑定逻辑

---
 src/components/core/BaseContentLayout.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/components/core/BaseContentLayout.vue b/src/components/core/BaseContentLayout.vue
index 90354d9..a90aa16 100644
--- a/src/components/core/BaseContentLayout.vue
+++ b/src/components/core/BaseContentLayout.vue
@@ -33,10 +33,11 @@
 }
 
 .el-header {
-  /* height: initial; */
-  padding: 0;
+  height: initial;
+  padding: 0 0 0px 0;
   /* background-color: rgb(216, 201, 201); */
   /* border-bottom: 1px solid var(--el-color-info-light-7); */
+  margin-bottom: 4px;
 }
 
 .el-main {

--
Gitblit v1.9.3