add company logo

This commit is contained in:
龚祖望 2022-11-18 09:55:11 +08:00
parent b5f09a3b3c
commit 3a4b6eace9
3 changed files with 4 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

View File

@ -16,6 +16,9 @@
<sidebar-item v-for="route in routes" :key="route.path" :item="route" :base-path="route.path" />
</el-menu>
</el-scrollbar>
<div style="text-align:center">
<img src="@/assets/images/sidebar_bottom_logo.png"></img>
</div>
</div>
</template>

View File

@ -40,7 +40,7 @@
&.has-logo {
.el-scrollbar {
height: calc(100% - 50px);
height: calc(100% - 200px);
}
}