From 1f353e1050c0be0efd2b3d67aab06b02fbba116a Mon Sep 17 00:00:00 2001 From: zhaowenkang Date: Fri, 29 Nov 2024 10:53:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E8=88=AA=E6=A0=8F=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=EF=BC=8C=E5=AF=B9=E9=9D=99=E6=80=81=E4=B8=BB?= =?UTF-8?q?=E9=A1=B5=E7=9A=84=E8=A1=A5=E5=85=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vueHomilyLink/src/components/Nav.vue | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/vueHomilyLink/src/components/Nav.vue b/vueHomilyLink/src/components/Nav.vue index 27bc6d2..f93301b 100644 --- a/vueHomilyLink/src/components/Nav.vue +++ b/vueHomilyLink/src/components/Nav.vue @@ -5,9 +5,10 @@ @@ -17,14 +18,16 @@ background-color: rgba(177, 174, 159, 0.493); height: 30px; border-bottom: 1px solid #aaa; - width: 100%; + width: 1200px; + margin-right: auto; + margin-left: auto; } .container{ width: 1200px; - a{ +} +a{ margin-right: 40px; margin-left: 50px; color: black; } -} \ No newline at end of file