From 77f7d256e007efd2d44dbd8f35beaa313885c6b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E4=BA=9A=E6=A5=A0?= <1206054578@qq.com> Date: Mon, 22 Apr 2024 17:57:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BA=E5=AE=9A=E5=AF=BC=E8=88=AA=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/html/assets/vue.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/source/html/assets/vue.css b/source/html/assets/vue.css index 014a296..34804bd 100644 --- a/source/html/assets/vue.css +++ b/source/html/assets/vue.css @@ -105,8 +105,13 @@ li input[type=checkbox] { } .app-nav { - margin: 15px 60px 0 0; - position: absolute; + margin: 0 60px 0 0; + /*position: absolute;*/ + position: fixed; + background-color: white; + width: calc(100% - 300px); + height: 50px; + line-height: 60px; right: 0; text-align: right; z-index: 10