diff --git a/src/App.vue b/src/App.vue index 525efa1..084d28e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,9 +1,9 @@ @@ -109,14 +98,13 @@ export default defineComponent({ @import url("./less/index.less"); @import url("./less/mobile.less"); #app { - font-family: Avenir,Helvetica,Arial,sans-serif; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - text-align: left; - color: #2c3e50; - width: 1200px; - margin: 0 auto; - padding-top: 61px; + font-family: Avenir, Helvetica, Arial, sans-serif; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + text-align: left; + color: #2c3e50; + // width: 1200px; + padding-top: 61px; } img { vertical-align: bottom; diff --git a/src/components/About.vue b/src/components/About.vue deleted file mode 100644 index 2c53d16..0000000 --- a/src/components/About.vue +++ /dev/null @@ -1,21 +0,0 @@ - - - diff --git a/src/components/ArrowUp.vue b/src/components/ArrowUp.vue index a779872..c0175c8 100644 --- a/src/components/ArrowUp.vue +++ b/src/components/ArrowUp.vue @@ -9,35 +9,39 @@