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 @@