|
|
@@ -21,7 +21,7 @@
|
|
|
:colorful-icon="theme.colorfulIcon"
|
|
|
:side-unique-open="theme.sideUniqueOpen"
|
|
|
:style-responsive="theme.styleResponsive"
|
|
|
-
|
|
|
+ :project-name="projectName"
|
|
|
:hide-footers="HIDE_FOOTERS"
|
|
|
:hide-sidebars="HIDE_SIDEBARS"
|
|
|
:repeatable-tabs="REPEATABLE_TABS"
|
|
|
@@ -48,12 +48,12 @@
|
|
|
@set-home-components="setHomeComponents"
|
|
|
@tab-context-menu="onTabContextMenu"
|
|
|
>
|
|
|
-<!-- :project-name="projectName" -->
|
|
|
+
|
|
|
<!-- 路由出口 -->
|
|
|
<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>
|
|
|
|
|
|
<!-- 顶栏右侧区域 -->
|
|
|
@@ -266,11 +266,12 @@
|
|
|
<style lang="scss">
|
|
|
.ele-admin-layout {
|
|
|
.ele-admin-logo {
|
|
|
- //font-size: 18px !important;
|
|
|
+ font-size: 18px !important;
|
|
|
|
|
|
img {
|
|
|
- width: 50px !important;
|
|
|
- height: auto !important;
|
|
|
+ height: 32px !important;
|
|
|
+ width: auto;
|
|
|
+ margin-right: 6px;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
@@ -373,7 +374,6 @@
|
|
|
//}
|
|
|
.ele-admin-layout .ele-admin-logo {
|
|
|
//font-size: 0 !important;
|
|
|
- background-image: url('@/assets/logo.png') !important;
|
|
|
background-size: cover !important;
|
|
|
background-repeat: no-repeat !important;
|
|
|
background-position: center center !important;
|