|
|
@@ -48,12 +48,11 @@
|
|
|
@set-home-components="setHomeComponents"
|
|
|
@tab-context-menu="onTabContextMenu"
|
|
|
>
|
|
|
-
|
|
|
<!-- 路由出口 -->
|
|
|
<router-layout />
|
|
|
<!-- logo 图标 -->
|
|
|
<template v-slot:logo>
|
|
|
- <el-image v-if="logoImg" fit="contain" :src="logoImg" alt="logo" />
|
|
|
+ <el-image v-if="logoImg" fit="contain" :src="logoImg" alt="logo" />
|
|
|
</template>
|
|
|
|
|
|
<!-- 顶栏右侧区域 -->
|
|
|
@@ -264,15 +263,14 @@
|
|
|
</script>
|
|
|
|
|
|
<style lang="scss">
|
|
|
- .ele-admin-layout {
|
|
|
- .ele-admin-logo {
|
|
|
- font-size: 18px !important;
|
|
|
-
|
|
|
- img {
|
|
|
- height: 32px !important;
|
|
|
- width: auto;
|
|
|
- margin-right: 6px;
|
|
|
- }
|
|
|
+ .ele-admin-logo {
|
|
|
+ font-size: 18px !important;
|
|
|
+ justify-content: flex-start !important;
|
|
|
+ img {
|
|
|
+ height: 35px !important;
|
|
|
+ max-width: 86px;
|
|
|
+ width: auto;
|
|
|
+ margin-right: 6px;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@@ -365,17 +363,4 @@
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
- //.ele-admin-layout .ele-admin-logo img {
|
|
|
- // height: auto !important;
|
|
|
- // width: 80px !important;
|
|
|
- // margin-right: 5px;
|
|
|
- // max-height: 35px;
|
|
|
- //}
|
|
|
- .ele-admin-layout .ele-admin-logo {
|
|
|
- //font-size: 0 !important;
|
|
|
- background-size: cover !important;
|
|
|
- background-repeat: no-repeat !important;
|
|
|
- background-position: center center !important;
|
|
|
- }
|
|
|
</style>
|