review code.

This commit is contained in:
lijiahang
2023-08-03 14:21:27 +08:00
parent 598e33b0b5
commit d86b301628
22 changed files with 83 additions and 47 deletions

View File

@@ -1,5 +1,11 @@
<template>
<a-layout-footer class="footer">Orion Ops Pro</a-layout-footer>
<a-layout-footer class="footer">
<div class="footer-text">
项目地址 <a target="_blank" href="https://github.com/lijiahangmax/orion-ops-pro">github</a> - <a
target="_blank" href="https://gitee.com/lijiahangmax/orion-ops-pro">gitee</a>
<a class="license" target="_blank" href="https://github.com/lijiahangmax/orion-ops-pro/blob/main/LICENSE">License - Apache 2.0</a>
</div>
</a-layout-footer>
</template>
<script lang="ts" setup>
@@ -13,5 +19,18 @@
height: 40px;
color: var(--color-text-2);
text-align: center;
&-text {
text-wrap: none;
a {
text-decoration: none;
}
.license {
display: inline-block;
margin-left: 16px;
}
}
}
</style>