aboutsummaryrefslogtreecommitdiff
path: root/src-vue/src/style.css
diff options
context:
space:
mode:
authorGeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com>2022-10-20 22:30:49 +0200
committerGitHub <noreply@github.com>2022-10-20 22:30:49 +0200
commit31f26c4dd4a92bb5826ad2af9ccb9808fca40e40 (patch)
tree6ec4bfbca57658543e0cf6d610af1c21f2de106c /src-vue/src/style.css
parent9b4e032b73e3f40c8c4126a25356f467a833d239 (diff)
parent2e5c9b034d6bd7aa6fddc7f7f75be071b30b9c5a (diff)
downloadFlightCore-31f26c4dd4a92bb5826ad2af9ccb9808fca40e40.tar.gz
FlightCore-31f26c4dd4a92bb5826ad2af9ccb9808fca40e40.zip
Merge pull request #25 from Alystrasz/refactor/router-view
refactor: Router view
Diffstat (limited to 'src-vue/src/style.css')
-rw-r--r--src-vue/src/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/src-vue/src/style.css b/src-vue/src/style.css
index eee68edd..6fd4a793 100644
--- a/src-vue/src/style.css
+++ b/src-vue/src/style.css
@@ -1,7 +1,7 @@
body {
margin: 0;
font-family: 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
- --el-tabs-header-height: 60px;
+ --fc-menu_height: 50px;
user-select: none;
}