feat: add flex wrap for mobile

This commit is contained in:
Tim
2025-07-21 19:34:07 +08:00
parent 8c29606c9e
commit 8cb92d4b2c

View File

@@ -7,7 +7,6 @@ import 'vue-toastification/dist/index.css'
import './assets/toast.css'
// Use Sugar theme from vue-toast-notification for better toast styling.
// If you prefer Bootstrap style, replace with theme-bootstrap.css instead.
import 'vue-toast-notification/dist/theme-sugar.css'
import { useToast } from 'vue-toastification'
import { checkToken, clearToken } from './utils/auth'
import { initTheme } from './utils/theme'