This commit is contained in:
Aiden 2024-10-22 10:40:32 +08:00
parent 87ebe166cd
commit fb805fbae8
3 changed files with 9 additions and 0 deletions

View File

@ -221,4 +221,7 @@ page {
background-color: #fff; background-color: #fff;
height: 8%; height: 8%;
} }
uni-button:after {
border: none;
}
</style> </style>

View File

@ -299,4 +299,7 @@ page {
} }
} }
} }
uni-button:after {
border: none;
}
</style> </style>

View File

@ -216,4 +216,7 @@ page {
background-color: #fff; background-color: #fff;
height: 8%; height: 8%;
} }
uni-button:after {
border: none;
}
</style> </style>