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 {
height: 100%;
width: 100%;
background-size: contain;
}
}
}

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

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

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

Loading…
Cancel
Save