style:层级显示问题

This commit is contained in:
wyx
2023-02-27 23:11:02 +08:00
parent a74d5a151b
commit e8df193658
2 changed files with 2 additions and 1 deletions

View File

@@ -1679,6 +1679,6 @@ const cancelStorage = async () => {
.footBox {
position: fixed;
bottom: 0;
z-index: 99999;
z-index: 999;
}
</style>