|
@@ -53,7 +53,7 @@
|
|
|
<router-layout />
|
|
<router-layout />
|
|
|
<!-- logo 图标 -->
|
|
<!-- logo 图标 -->
|
|
|
<template v-slot:logo>
|
|
<template v-slot:logo>
|
|
|
- <img src="@/assets/logo.svg" alt="logo" />
|
|
|
|
|
|
|
+ <img src="@/assets/logo.png" alt="logo" />
|
|
|
</template>
|
|
</template>
|
|
|
<!-- 顶栏右侧区域 -->
|
|
<!-- 顶栏右侧区域 -->
|
|
|
<template v-slot:right>
|
|
<template v-slot:right>
|
|
@@ -242,6 +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-menu-badge {
|
|
.ele-menu-badge {
|
|
|
position: absolute;
|
|
position: absolute;
|