样式调整
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user