对接台桌列表

This commit is contained in:
gyq
2024-02-28 15:02:31 +08:00
parent 56f9d83447
commit d65e3db7c0
17 changed files with 655 additions and 37 deletions

View File

@@ -79,6 +79,12 @@ router.beforeEach((to, from) => {
--el-component-size-large: 50px !important;
}
@font-face {
font-family: 'num';
src: url('@/assets/font/Ignotum-Regular.ttf');
}
html {
font-size: var(--el-font-size-base);
color: #333;