|
@@ -13,9 +13,16 @@
|
|
</div>
|
|
</div>
|
|
</el-main>
|
|
</el-main>
|
|
<el-footer>
|
|
<el-footer>
|
|
- <center style="color:#C0C4CC;">
|
|
|
|
- © zbLiuLiu {{year}} - 本项目完全开源免费,基于Vue.js、Nuxt.js、Element UI制作。
|
|
|
|
- </center>
|
|
|
|
|
|
+ <div class="footer-line">
|
|
|
|
+ <center>
|
|
|
|
+ © zbLiuLiu {{year}} - 本项目完全开源免费,基于Vue.js、Nuxt.js、Element UI制作。
|
|
|
|
+ </center>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="footer-line">
|
|
|
|
+ <center>
|
|
|
|
+ <a href="http://git.zbliuliu.top/zbLiuLiu/TimeCalculator">http://git.zbliuliu.top/zbLiuLiu/TimeCalculator</a>
|
|
|
|
+ </center>
|
|
|
|
+ </div>
|
|
</el-footer>
|
|
</el-footer>
|
|
</el-container>
|
|
</el-container>
|
|
</template>
|
|
</template>
|
|
@@ -124,3 +131,13 @@ export default {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
</script>
|
|
</script>
|
|
|
|
+
|
|
|
|
+<style scoped>
|
|
|
|
+.footer-line{
|
|
|
|
+ line-height: 1.8;
|
|
|
|
+ color: #C0C4CC;
|
|
|
|
+}
|
|
|
|
+.footer-line *{
|
|
|
|
+ color: inherit !important;
|
|
|
|
+}
|
|
|
|
+</style>
|