This commit is contained in:
X1627315083@163.com
2026-05-20 15:53:12 +08:00
parent 3ed5a37e5b
commit 9c981a08ae

View File

@@ -940,7 +940,8 @@ export default defineComponent({
// padding: 3rem 0; // padding: 3rem 0;
justify-content: space-between; justify-content: space-between;
position: relative; position: relative;
user-select:none user-select:none;
flex-direction: row;
&.active{ &.active{
flex-direction: row; flex-direction: row;
} }