From f870d220bad0bd23da6486ea4855bb911c0ec887 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=AF=85?= <1335909236@qq.com> Date: Mon, 15 Sep 2025 16:06:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A6=96=E9=A1=B5=E9=87=91?= =?UTF-8?q?=E5=88=9A=E5=8C=BA=E5=9B=BE=E6=A0=87=E6=A0=B7=E5=BC=8F=E5=92=8C?= =?UTF-8?q?=E5=BA=95=E9=83=A8=E5=AF=BC=E8=88=AA=E6=A0=8F=E7=9A=84=E9=AB=98?= =?UTF-8?q?=E5=BA=A6=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/nav/nav.css | 3 ++- pages/index/index.vue | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/components/nav/nav.css b/components/nav/nav.css index cdbf1ae6..f79403a5 100644 --- a/components/nav/nav.css +++ b/components/nav/nav.css @@ -1,6 +1,6 @@ .foot-fixed { position: fixed; - bottom: -1px; + bottom: -10px; left: 0; right: 0; z-index: 999; @@ -8,6 +8,7 @@ background: #ffffff; border-top: 1px solid #E8E8E8; box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); + /* height: 8%; */ } .foot-fixed .foot-item { diff --git a/pages/index/index.vue b/pages/index/index.vue index e7cb764f..8417e4e0 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -82,7 +82,7 @@ - + {{ item.title }}