diff --git a/src/component/HomePage/layout.vue b/src/component/HomePage/layout.vue index 3147483e..2ce0a030 100644 --- a/src/component/HomePage/layout.vue +++ b/src/component/HomePage/layout.vue @@ -940,7 +940,8 @@ export default defineComponent({ // padding: 3rem 0; justify-content: space-between; position: relative; - user-select:none + user-select:none; + flex-direction: row; &.active{ flex-direction: row; }