修改loding样式

This commit is contained in:
X1627315083@163.com
2026-04-16 15:58:22 +08:00
parent 646ecd072c
commit ddb7a366b5
4 changed files with 29 additions and 13 deletions

View File

@@ -20,8 +20,8 @@ const fun = ref(null)
let deleteDraftsRef = ref(null)
const open = (fun)=>{
fun.value = fun
const open = (deleteFun)=>{
fun.value = deleteFun
emit('update:visible', true)
}