UI更新
This commit is contained in:
@@ -210,6 +210,11 @@ const toOrderPage = () => {
|
||||
.vip-content > view:nth-child(2) {
|
||||
overflow: auto;
|
||||
}
|
||||
.vip-content > view:nth-child(2)::-webkit-scrollbar {
|
||||
width: 0;
|
||||
height: 0;
|
||||
color: transparent;
|
||||
}
|
||||
.my-orders {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
||||
@@ -295,6 +295,11 @@ const onPractiseLoading = async (page) => {
|
||||
margin-bottom: 10px;
|
||||
overflow-x: auto;
|
||||
}
|
||||
.contest-melee::-webkit-scrollbar {
|
||||
width: 0;
|
||||
height: 0;
|
||||
color: transparent;
|
||||
}
|
||||
.contest-team > view {
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user