|
|
@ -24,7 +24,7 @@ |
|
|
|
/> |
|
|
|
/> |
|
|
|
</el-form-item> |
|
|
|
</el-form-item> |
|
|
|
</el-form> |
|
|
|
</el-form> |
|
|
|
<el-button type="primary" class="login-btn" @click="onLogin" :loading="isLoading" |
|
|
|
<el-button color="#08a4f0" class="login-btn" @click="onLogin" :loading="isLoading" |
|
|
|
>登录</el-button |
|
|
|
>登录</el-button |
|
|
|
> |
|
|
|
> |
|
|
|
</div> |
|
|
|
</div> |
|
|
@ -179,8 +179,8 @@ onMounted(() => { |
|
|
|
.header { |
|
|
|
.header { |
|
|
|
display: flex; |
|
|
|
display: flex; |
|
|
|
align-items: center; |
|
|
|
align-items: center; |
|
|
|
height: 92px; |
|
|
|
height: 110px; |
|
|
|
padding-left: 24px; |
|
|
|
padding-left: 26px; |
|
|
|
.icon { |
|
|
|
.icon { |
|
|
|
width: 52px; |
|
|
|
width: 52px; |
|
|
|
height: 52px; |
|
|
|
height: 52px; |
|
|
@ -205,7 +205,7 @@ onMounted(() => { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.body { |
|
|
|
.body { |
|
|
|
height: calc(100% - 92px); |
|
|
|
height: calc(100% - 110px); |
|
|
|
display: flex; |
|
|
|
display: flex; |
|
|
|
justify-content: space-around; |
|
|
|
justify-content: space-around; |
|
|
|
.bg { |
|
|
|
.bg { |
|
|
|