diff --git a/public/index.html b/public/index.html index 27e9748..1986a56 100644 --- a/public/index.html +++ b/public/index.html @@ -73,12 +73,18 @@ max-height: 80vh; /* 设置最大高度 */ overflow-y: auto; /* 启用垂直滚动条 */ } + + .version { + margin-top: 0.5em; + font-size: 1.0em; + color: #666; + }
+