👽️ migrate to vuetify4

This commit is contained in:
BTMuli
2026-02-25 19:13:58 +08:00
parent f42e6d4c8a
commit a4b4232671
16 changed files with 819 additions and 1369 deletions

View File

@@ -1,6 +1,6 @@
/**
* 全局样式文件
* @since Beta v0.9.1
* @since Beta v0.9.6
*/
@use "fonts/index";
@@ -57,15 +57,15 @@
--tgi-snackbar: 9999;
}
/*
* @description 根 html 样式
* @since Beta v0.3.0
/**
* 根 html 样式
* @since Beta v0.9.6
*/
html {
overflow: auto;
background: var(--app-page-bg);
font-family: var(--font-text);
font-family: var(--font-text) !important;
font-size: 16px;
}