add company logo
This commit is contained in:
parent
b5f09a3b3c
commit
3a4b6eace9
Binary file not shown.
After Width: | Height: | Size: 4.9 KiB |
|
@ -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>
|
||||
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
|
||||
&.has-logo {
|
||||
.el-scrollbar {
|
||||
height: calc(100% - 50px);
|
||||
height: calc(100% - 200px);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue