样式调整
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 12s
Docker Build & Deploy / Deploy to Production (push) Successful in 7s

This commit is contained in:
孙诚
2025-12-26 18:03:52 +08:00
parent 5e23c38df4
commit ed0fbb1930
11 changed files with 53 additions and 7 deletions

View File

@@ -140,7 +140,7 @@ const startClassify = async () => {
return
}
const toast = showLoadingToast({
showLoadingToast({
message: '智能分类中...',
forbidClick: true,
duration: 0
@@ -284,7 +284,7 @@ const saveClassifications = async () => {
return
}
const toast = showLoadingToast({
showLoadingToast({
message: '保存中...',
forbidClick: true,
duration: 0
@@ -375,4 +375,9 @@ onMounted(() => {
flex: 1;
height: 44px;
}
/* 设置页面容器背景色 */
:deep(.van-nav-bar) {
background: transparent !important;
}
</style>