style: 应用商店样式修改 (#1711)

This commit is contained in:
zhengkunwang 2023-07-18 16:10:01 +08:00 committed by GitHub
parent 0ca559f1e1
commit 86ba53d6ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -293,4 +293,10 @@ onMounted(() => {
flex: 0 0 50%;
}
}
.page-button {
float: right;
margin-bottom: 10px;
margin-top: 10px;
}
</style>