优化样式 新增版本号

This commit is contained in:
gyq
2024-03-07 16:15:03 +08:00
parent 4a5b52fa45
commit 31ef882431
16 changed files with 291 additions and 186 deletions

View File

@@ -3,7 +3,7 @@
<div class="logo">
<el-image :src="logo" style="width: 180px"></el-image>
</div>
<div class="form-wrap" style="display: flex;align-items: center;">
<div class="form-wrap">
<div style="flex: 1;">
<!-- <div class="reg-wrap">
<router-link :to="{ name: 'register' }">
@@ -150,34 +150,36 @@ const logout = () => {
.form-wrap {
flex: 1.5;
height: inherit;
padding: 50px;
padding: 0 50px;
display: flex;
align-items: center;
}
.reg-wrap {
display: flex;
justify-content: flex-end;
padding-bottom: 100px;
padding-bottom: 30px;
}
.header {
display: flex;
flex-direction: column;
padding-bottom: 100px;
padding-bottom: 20px;
.t1 {
font-size: 52px;
font-size: 42px;
color: #999;
}
.t2 {
font-size: 24px;
font-size: var(--el-font-size-base);
color: #999;
}
}
}
.version {
padding-top: 50px;
padding-top: 20px;
display: flex;
flex-direction: column;
justify-content: center;