|
@@ -184,12 +184,12 @@ onBeforeUnmount(() => {
|
|
// padding-bottom: 10px;
|
|
// padding-bottom: 10px;
|
|
|
|
|
|
.logo {
|
|
.logo {
|
|
- width: 200px;
|
|
|
|
|
|
+ width: 80px;
|
|
// height: 60px;
|
|
// height: 60px;
|
|
// border: 1px solid skyblue;
|
|
// border: 1px solid skyblue;
|
|
flex: 0 0 auto;
|
|
flex: 0 0 auto;
|
|
margin-right: 50px;
|
|
margin-right: 50px;
|
|
- background: url('../assets/images/logo.jpg') no-repeat center;
|
|
|
|
|
|
+ background: url('../assets/images/logo.png') no-repeat center;
|
|
background-size: 100% 100%;
|
|
background-size: 100% 100%;
|
|
}
|
|
}
|
|
|
|
|