From fbac0907c40f474c386f8488755149a3a8bf50e6 Mon Sep 17 00:00:00 2001
From: WangXiaoDong <1627315083@qq.com>
Date: Sat, 5 Aug 2023 12:54:08 +0800
Subject: [PATCH] 8.5_1
---
src/component/HomePage/layout.vue | 34 +++++++++++++++----------------
1 file changed, 16 insertions(+), 18 deletions(-)
diff --git a/src/component/HomePage/layout.vue b/src/component/HomePage/layout.vue
index b8f086af..9e1db2c3 100644
--- a/src/component/HomePage/layout.vue
+++ b/src/component/HomePage/layout.vue
@@ -24,10 +24,10 @@
-
-
+
+ -->
@@ -315,19 +312,20 @@ export default defineComponent({
padding: 3rem 0;
justify-content: space-between;
>div{
- width: 100%;
- height: 100%;
- display: flex;
- flex-direction: column;
- flex-wrap: wrap;
- align-content: space-around;
- margin: auto;
- justify-content: space-between;
+ // width: 100%;
+ // height: 100%;
+ // display: flex;
+ // flex-direction: column;
+ // flex-wrap: wrap;
+ // align-content: space-around;
+ // margin: auto;
+ // justify-content: space-between;
}
&.active{
- >div{
- flex-direction: row;
- }
+ flex-direction: row;
+
+ // >div{
+ // }
}
.layout_centent_bor{