feat: add flex wrap for mobile

This commit is contained in:
Tim
2025-07-21 20:51:26 +08:00
parent 8cb92d4b2c
commit 48b1db5880
2 changed files with 22 additions and 10 deletions
+11 -1
View File
@@ -30,7 +30,17 @@ initTheme()
const app = createApp(App)
app.use(router)
app.use(Toast, { position: POSITION.TOP_RIGHT })
app.use(
Toast,
{
position: POSITION.TOP_RIGHT,
containerClassName: "open-isle-toast-style-v1",
transition: "Vue-Toastification__fade",
// closeButton: false,
timeout: 2000,
},
)
app.mount('#app')
checkToken().then(valid => {