From 5a66280b66691f924208028989fb1f137204a1d0 Mon Sep 17 00:00:00 2001 From: yuzongping <835949940@qq.com> Date: Mon, 9 Jun 2025 15:49:50 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=9F=E8=AE=A1=E5=88=86=E6=9E=90=E9=A2=84?= =?UTF-8?q?=E8=AD=A6=E5=88=86=E6=9E=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/header/index.html | 2 +- src/style/_base.scss | 2 -- src/views/capital/index.html | 2 +- src/views/capital/index.js | 10 ++++++++++ 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/src/components/header/index.html b/src/components/header/index.html index 9424b7b..e7b5eab 100644 --- a/src/components/header/index.html +++ b/src/components/header/index.html @@ -1,5 +1,5 @@
{{title}}
diff --git a/src/style/_base.scss b/src/style/_base.scss index 3bddb7c..1b493cf 100644 --- a/src/style/_base.scss +++ b/src/style/_base.scss @@ -22,7 +22,6 @@ body { position: relative; width: 1920px; height: 1080px; - border: 1px solid red; .left_side { position: absolute; @@ -39,7 +38,6 @@ body { } .buttom_side { - border: 1px solid red; position: absolute; left: 50%; transform: translateX(-50%); diff --git a/src/views/capital/index.html b/src/views/capital/index.html index 171be4f..ff31c22 100644 --- a/src/views/capital/index.html +++ b/src/views/capital/index.html @@ -1,7 +1,7 @@