|
@@ -1,6 +1,7 @@
|
|
|
<template>
|
|
|
<div style="position: relative;height: 5rem;">
|
|
|
<nav class="header-box" :class="{'visible':visible}">
|
|
|
+ <img class="logo" src="./../assets/image/logo.png"/>
|
|
|
<router-link to="/home">
|
|
|
<div class="header-item">
|
|
|
<i class="icon-mall-gongnengguanli"></i>功能列表
|
|
@@ -29,6 +30,11 @@ export default {
|
|
|
</script>
|
|
|
|
|
|
<style>
|
|
|
+.logo{
|
|
|
+ position: absolute;
|
|
|
+ left: 120px;
|
|
|
+ width: 110px;
|
|
|
+}
|
|
|
.header-box {
|
|
|
display: flex;
|
|
|
justify-content: center;
|