明梦爽
2021-11-02 02af0c8cd2d430c7f975079943dff02638a0a8ad
ready
1个文件已修改
9 ■■■■ 已修改文件
src/components/Home.vue 9 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/Home.vue
@@ -14,6 +14,7 @@
        background-color="rgb(64, 112, 186)"
        text-color="white"
        class="menu"
        active-text-color="#000000"
        :default-active="activeIndex"
        @select="handleSelect"
      >
@@ -34,7 +35,7 @@
        <router-view></router-view>
      </el-main>
    </el-container>
    <el-footer>Footer</el-footer>
    <el-footer>@平顶山学院科学技术协会</el-footer>
  </el-container>
</template>
@@ -99,4 +100,10 @@
.main {
  padding: 20px 5px;
}
.el-footer {
  font-size: 15px;
  color: white;
  text-align: center;
  line-height: 60px;
}
</style>