commit 20221020
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
<div>
|
||||
<el-scrollbar wrap-class="scrollbar-wrapper">
|
||||
<div v-show="isShow" class="img-wrapper">
|
||||
<img :src="require('@/assets/img/MES.png')">
|
||||
<span style="font-size: 18px; font-weight: bold; color: white;margin-top: 7px">迈思信息<br>
|
||||
<span style="font-size: 13px; color: white;margin-top: 0px!important;">MESWORK</span>
|
||||
</span>
|
||||
<img :src="require('@/assets/img/MESWORK.png')">
|
||||
<!-- <span style="font-size: 18px; font-weight: bold; color: white;margin-top: 7px">迈思信息<br>-->
|
||||
<!-- <span style="font-size: 13px; color: white;margin-top: 0px!important;">MESWORK</span>-->
|
||||
<!-- </span>-->
|
||||
</div>
|
||||
<el-menu
|
||||
:show-timeout="200"
|
||||
@@ -21,7 +21,6 @@
|
||||
</el-menu>
|
||||
</el-scrollbar>
|
||||
</div>
|
||||
|
||||
</template>
|
||||
|
||||
<script>
|
||||
@@ -32,7 +31,8 @@ export default {
|
||||
components: { SidebarItem },
|
||||
data() {
|
||||
return {
|
||||
isShow: ''
|
||||
isShow: '',
|
||||
leftPic: ''
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
@@ -48,6 +48,13 @@ export default {
|
||||
return !this.sidebar.opened
|
||||
}
|
||||
},
|
||||
// created() {
|
||||
// this.axios.get('../MESWORK.png', {
|
||||
// responseType: 'arraybuffer'
|
||||
// }).then(res => {
|
||||
// this.leftPic = 'data:image/jpeg;base64,' + btoa(new Uint8Array(res.data).reduce((data, byte) => data + String.fromCharCode(byte), ''))
|
||||
// })
|
||||
// },
|
||||
methods: {
|
||||
showLogo() {
|
||||
if (this.sidebar.opened === true) {
|
||||
@@ -64,7 +71,7 @@ export default {
|
||||
display: flex;
|
||||
background-color: #1576e8 !important;
|
||||
img{
|
||||
width: 37px;
|
||||
width: 137px;
|
||||
height: 38px;
|
||||
margin: 6px 10px 5px 45px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user