Browse Source

feat: 登录样式

master
wangqi 2 months ago
parent
commit
34bc82db88
  1. 8
      src/pages/system/login/index.vue

8
src/pages/system/login/index.vue

@ -24,7 +24,7 @@ @@ -24,7 +24,7 @@
/>
</el-form-item>
</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
>
</div>
@ -179,8 +179,8 @@ onMounted(() => { @@ -179,8 +179,8 @@ onMounted(() => {
.header {
display: flex;
align-items: center;
height: 92px;
padding-left: 24px;
height: 110px;
padding-left: 26px;
.icon {
width: 52px;
height: 52px;
@ -205,7 +205,7 @@ onMounted(() => { @@ -205,7 +205,7 @@ onMounted(() => {
}
.body {
height: calc(100% - 92px);
height: calc(100% - 110px);
display: flex;
justify-content: space-around;
.bg {

Loading…
Cancel
Save