取消横向滚动条

master
yeliang-king 2022-04-18 09:15:08 +08:00
parent d641123987
commit 79a719e7ff
1 changed files with 1 additions and 0 deletions

View File

@ -221,6 +221,7 @@ export default {
margin: 15px auto;
display: flex;
overflow: scroll;
overflow-x: hidden;
flex-direction: row;
}