|
@@ -53,7 +53,7 @@
|
|
|
<router-layout />
|
|
<router-layout />
|
|
|
<!-- logo 图标 -->
|
|
<!-- logo 图标 -->
|
|
|
<template v-slot:logo>
|
|
<template v-slot:logo>
|
|
|
- <img src="@/assets/logo.png" alt="logo" />
|
|
|
|
|
|
|
+ <el-image fit="contain" src="@/assets/logo.png" alt="logo" />
|
|
|
</template>
|
|
</template>
|
|
|
<!-- 顶栏右侧区域 -->
|
|
<!-- 顶栏右侧区域 -->
|
|
|
<template v-slot:right>
|
|
<template v-slot:right>
|
|
@@ -242,13 +242,15 @@
|
|
|
</script>
|
|
</script>
|
|
|
|
|
|
|
|
<style lang="scss">
|
|
<style lang="scss">
|
|
|
- .ele-admin-layout {
|
|
|
|
|
- .ele-admin-logo {
|
|
|
|
|
- font-size: 18px !important;
|
|
|
|
|
- img {
|
|
|
|
|
- width: 50px !important;
|
|
|
|
|
- height: auto !important;
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ .ele-admin-logo {
|
|
|
|
|
+ font-size: 18px !important;
|
|
|
|
|
+ justify-content: flex-start !important;
|
|
|
|
|
+ align-items: center !important;
|
|
|
|
|
+ img {
|
|
|
|
|
+ height: 35px !important;
|
|
|
|
|
+ max-width: 86px;
|
|
|
|
|
+ width: auto;
|
|
|
|
|
+ margin-right: 6px;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
// 侧栏菜单徽章样式,定位在右侧垂直居中并调小尺寸
|
|
// 侧栏菜单徽章样式,定位在右侧垂直居中并调小尺寸
|
|
@@ -340,12 +342,4 @@
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
- .ele-admin-layout .ele-admin-logo img {
|
|
|
|
|
- height: auto !important;
|
|
|
|
|
- width: 80px !important;
|
|
|
|
|
- margin-right: 5px;
|
|
|
|
|
- max-height: 35px
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
</style>
|
|
</style>
|