aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src-vue/src/style.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/src-vue/src/style.css b/src-vue/src/style.css
index b3c0e4a7..eee68edd 100644
--- a/src-vue/src/style.css
+++ b/src-vue/src/style.css
@@ -2,6 +2,7 @@ body {
margin: 0;
font-family: 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
--el-tabs-header-height: 60px;
+ user-select: none;
}
#fc_bg__container {
@@ -11,4 +12,4 @@ body {
width: 100%;
position: fixed;
filter: brightness(0.8);
-} \ No newline at end of file
+}