Skip to content

Commit

Permalink
feat: Notification位置修改为右下角
Browse files Browse the repository at this point in the history
  • Loading branch information
gizmo-ds committed Jun 29, 2022
1 parent 2f57eec commit e4392c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ listen("tauri://file-drop", (event) => {
setTimeout(() => invoke("ui_created"), 200);
const notification = (message: string, type: any, duration: number = 4500) =>
ElNotification({ message, type, duration });
ElNotification({ message, type, duration, position: "bottom-right" });
let disabled = $ref(true);
Expand Down

0 comments on commit e4392c0

Please sign in to comment.