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{