logo 替换

master
jevononlie 6 months ago
parent a6a4b03bb0
commit cd6ae3eab9

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 127 KiB

After

Width:  |  Height:  |  Size: 8.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

@ -74,7 +74,6 @@ export default {
.sidebar-logo { .sidebar-logo {
height: 100%; height: 100%;
width: 100%; width: 100%;
background-size: contain;
} }
} }
} }

@ -163,9 +163,9 @@
} }
.login-logo { .login-logo {
width: 100%;
height:100px;
margin-bottom: 35px; margin-bottom: 35px;
height: 140px;
border-radius: 10px;
} }
.login-tab { .login-tab {

@ -12,14 +12,14 @@
<template slot="error"> <template slot="error">
<img <img
class="login-logo" class="login-logo"
src="@/assets/images/jubaologo.png" src="@/assets/images/login.png"
alt="" alt=""
/> />
</template> </template>
</el-image> </el-image>
<img <img
class="login-logo" class="login-logo"
src="@/assets/images/jubaologo.png" src="@/assets/images/login.png"
alt="" alt=""
v-else v-else
/> />

@ -165,9 +165,9 @@
} }
.login-container .login-form .login-logo { .login-container .login-form .login-logo {
width: 100%;
height: 100px;
margin-bottom: 35px; margin-bottom: 35px;
height: 140px;
border-radius: 10px;
} }
.login-container .login-form .login-tab { .login-container .login-form .login-tab {

Loading…
Cancel
Save