refactor(views): improve layout and scroll behavior

- Update Home.vue to use flex layout and proper scrolling
- Enhance Logs.vue scrollbar styling and remove redundant padding
- Set Vite server to listen on all network interfaces
This commit is contained in:
2026-03-17 22:21:42 +08:00
parent ce8376458e
commit fb074e203d
3 changed files with 26 additions and 7 deletions

View File

@@ -4,6 +4,7 @@ import vue from '@vitejs/plugin-vue'
export default defineConfig({
plugins: [vue()],
server: {
host: '0.0.0.0',
port: 3000,
proxy: {
'/api': {