|
@@ -95,7 +95,7 @@ onMounted(() => {
|
|
|
|
|
|
<div class="login-authorization">
|
|
|
<p>Copyright © 2023-2024 Ansjer 版权所有</p>
|
|
|
- <!-- <p class="la-other">
|
|
|
+ <p class="la-other">
|
|
|
<a href="https://beian.miit.gov.cn" target="_blank">晋ICP备18005113号-3</a>
|
|
|
|
|
|
|
<a href="https://django-vue-admin.com" target="_blank">帮助</a>
|
|
@@ -103,7 +103,7 @@ onMounted(() => {
|
|
|
<a href="#">隐私</a>
|
|
|
|
|
|
|
<a href="#">条款</a>
|
|
|
- </p> -->
|
|
|
+ </p>
|
|
|
</div>
|
|
|
</div>
|
|
|
</template>
|
|
@@ -253,8 +253,8 @@ onMounted(() => {
|
|
|
height: 100%;
|
|
|
|
|
|
.login-right-warp-main-title {
|
|
|
- height: 130px;
|
|
|
- line-height: 130px;
|
|
|
+ height: 120px;
|
|
|
+ line-height: 120px;
|
|
|
font-size: 27px;
|
|
|
text-align: center;
|
|
|
letter-spacing: 3px;
|