Browse Source

修改页面布局问题

zhy 1 week ago
parent
commit
bbc4866a7b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/Home.vue

+ 2 - 2
src/views/Home.vue

@@ -1,6 +1,6 @@
 <template>
   <div class="container">
-    <a class="title" target="_blank" :href="configurationdata.homeUrl" v-if="configurationdata.isShowTitle">{{ configurationdata.homeTitle }}</a>
+    <a class="title_blank" target="_blank" :href="configurationdata.homeUrl" v-if="configurationdata.isShowTitle">{{ configurationdata.homeTitle }}</a>
     <banner></banner>
     <!-- 关于我们 -->
     <div class="about w">
@@ -526,7 +526,7 @@ export default {
     }
   }
 }
-.title {
+.title_blank {
   width: 80%;
   padding: 2%;
   font-size: 2.375em;