1
This commit is contained in:
10
src/App.vue
10
src/App.vue
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user