From 6668d6082210eaa036f1c0d291b641658cc6ccf3 Mon Sep 17 00:00:00 2001 From: yinjiacheng Date: Thu, 7 Dec 2023 13:00:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0CSS=E7=A4=BA=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/CSS/layout/z-index.uvue | 36 +++++++++++++++++++++++++---------- 1 file changed, 26 insertions(+), 10 deletions(-) diff --git a/pages/CSS/layout/z-index.uvue b/pages/CSS/layout/z-index.uvue index aa3b84e0..9564f69c 100644 --- a/pages/CSS/layout/z-index.uvue +++ b/pages/CSS/layout/z-index.uvue @@ -1,15 +1,27 @@ @@ -37,4 +49,8 @@ justify-content: center; align-items: center; } - \ No newline at end of file + + .fixed { + position: fixed; + } + -- GitLab