This commit is contained in:
魏啾
2024-02-29 17:34:10 +08:00
21 changed files with 992 additions and 148 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;
@@ -102,6 +108,10 @@ html {
font-size: var(--el-font-size-base) !important;
}
.el-popover__title {
font-size: var(--el-font-size-base) !important;
}
.el-dialog__header {
background-color: #555;
margin-right: 0 !important;