fast(登录): 调整登录样式
This commit is contained in:
parent
fb26b864a1
commit
dd49517339
|
@ -102,8 +102,8 @@
|
||||||
</div>
|
</div>
|
||||||
<!-- 底部 -->
|
<!-- 底部 -->
|
||||||
<div class="el-login-footer">
|
<div class="el-login-footer">
|
||||||
|
<div v-if="companyName">Copyright 2022-2025 Powered By {{ companyName }}</div>
|
||||||
<span><a href="https://beian.miit.gov.cn/" target="_blank">{{ recordNumber }}</a></span>
|
<span><a href="https://beian.miit.gov.cn/" target="_blank">{{ recordNumber }}</a></span>
|
||||||
<span v-if="companyName"> | 版权所有 © {{ companyName }}</span>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
@ -404,15 +404,15 @@ export default {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.el-login-footer {
|
.el-login-footer {
|
||||||
height: 40px;
|
height: 26px;
|
||||||
line-height: 40px;
|
//line-height: 40px;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 10px;
|
bottom: 10px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-family: Arial;
|
font-family: Arial;
|
||||||
font-size: 15px;
|
font-size: 12px;
|
||||||
letter-spacing: 1px;
|
letter-spacing: 1px;
|
||||||
}
|
}
|
||||||
.login-code-img {
|
.login-code-img {
|
||||||
|
|
|
@ -104,8 +104,8 @@
|
||||||
</div>
|
</div>
|
||||||
<!-- 底部 -->
|
<!-- 底部 -->
|
||||||
<div class="el-login-footer">
|
<div class="el-login-footer">
|
||||||
|
<div v-if="companyName">Copyright 2022-2025 Powered By {{ companyName }}</div>
|
||||||
<span><a href="https://beian.miit.gov.cn/" target="_blank">{{ recordNumber }}</a></span>
|
<span><a href="https://beian.miit.gov.cn/" target="_blank">{{ recordNumber }}</a></span>
|
||||||
<span v-if="companyName"> | 版权所有 © {{ companyName }}</span>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
@ -411,8 +411,8 @@ export default {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.el-login-footer {
|
.el-login-footer {
|
||||||
height: 40px;
|
height: 34px;
|
||||||
line-height: 40px;
|
//line-height: 80px;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 10px;
|
bottom: 10px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
|
@ -99,8 +99,9 @@
|
||||||
</div>
|
</div>
|
||||||
<!-- 底部 -->
|
<!-- 底部 -->
|
||||||
<div class="el-login-footer">
|
<div class="el-login-footer">
|
||||||
|
<div v-if="companyName">Copyright 2022-2025 Powered By {{ companyName }}</div>
|
||||||
<span><a href="https://beian.miit.gov.cn/" target="_blank">{{ recordNumber }}</a></span>
|
<span><a href="https://beian.miit.gov.cn/" target="_blank">{{ recordNumber }}</a></span>
|
||||||
<span v-if="companyName"> | 版权所有 © {{ companyName }}</span>
|
<!-- <span v-if="companyName"> | 版权所有 © {{ companyName }}</span>-->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
@ -389,8 +390,8 @@ export default {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.el-login-footer {
|
.el-login-footer {
|
||||||
height: 40px;
|
height: 34px;
|
||||||
line-height: 40px;
|
//line-height: 40px;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 10px;
|
bottom: 10px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Loading…
Reference in New Issue