diff options
-rw-r--r-- | src-vue/src/App.vue | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src-vue/src/App.vue b/src-vue/src/App.vue index cfb60b52..59064467 100644 --- a/src-vue/src/App.vue +++ b/src-vue/src/App.vue @@ -21,6 +21,10 @@ color: #898b8e; text-transform: uppercase; border: none !important; + font-family: 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', Arial, sans-serif; + font-weight: bold; + font-size: large; + margin: 10px 0; } .fc_menu__tabs .el-tabs__item:hover { @@ -34,6 +38,7 @@ /* Header menu */ .fc_menu__tabs .el-tabs__header { background-color: #3c4549; + height: auto !important; } </style> |