no message

main
MY-SH\lenovo 9 months ago
parent 92875bed71
commit 687eaf7262

Binary file not shown.

Before

Width:  |  Height:  |  Size: 257 KiB

After

Width:  |  Height:  |  Size: 684 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 257 KiB

@ -19,21 +19,6 @@
</el-menu-item> </el-menu-item>
</template> </template>
<!-- 顶部菜单超出数量折叠 -->
<!-- <el-submenu :style="{'--theme': theme}" index="more" v-if="topMenus.length > visibleNumber">
<template slot="title">更多菜单</template>
<template v-for="(item, index) in topMenus">
<el-menu-item
:index="item.path"
:key="index"
v-if="index >= visibleNumber">
<svg-icon
v-if="item.meta && item.meta.icon && item.meta.icon !== '#'"
:icon-class="item.meta.icon"/>
{{ item.meta.title }}
</el-menu-item>
</template>
</el-submenu> -->
</el-menu> </el-menu>
</template> </template>
@ -50,18 +35,18 @@ export default {
visibleNumber: 50, visibleNumber: 50,
// index // index
currentIndex: undefined, currentIndex: undefined,
img1:require('../assets/images/menu (1).png'), img1:require('../assets/images/icon/menu (6).png'),
img2:require('../assets/images/menu (2).png'), img2:require('../assets/images/icon/menu (10).png'),
img3:require('../assets/images/menu (3).png'), img3:require('../assets/images/icon/menu (2).png'),
img4:require('../assets/images/menu (4).png'), img4:require('../assets/images/icon/menu (7).png'),
img5:require('../assets/images/menu (5).png'), img5:require('../assets/images/xzzf.png'),
img6:require('../assets/images/menu (6).png'), img6:require('../assets/images/icon/menu (8).png'),
img7:require('../assets/images/menu (6).png'), img7:require('../assets/images/icon/menu (9).png'),
img8:require('../assets/images/menu (6).png'), img8:require('../assets/images/icon/menu (1).png'),
img9:require('../assets/images/menu (6).png'), img9:require('../assets/images/icon/menu (11).png'),
img10:require('../assets/images/menu (6).png'), img10:require('../assets/images/icon/menu (5).png'),
img11:require('../assets/images/menu (6).png'), img11:require('../assets/images/icon/menu (12).png'),
img12:require('../assets/images/menu (6).png'), img12:require('../assets/images/icon/menu (4).png'),
}; };
}, },
computed: { computed: {
@ -133,21 +118,7 @@ export default {
return activePath; return activePath;
}, },
}, },
// beforeMount() {
// window.addEventListener('resize', this.setVisibleNumber)
// },
// beforeDestroy() {
// window.removeEventListener('resize', this.setVisibleNumber)
// },
// mounted() {
// this.setVisibleNumber();
// },
methods: { methods: {
//
// setVisibleNumber() {
// const width = document.body.getBoundingClientRect().width / 3;
// this.visibleNumber = parseInt(width / 85);
// },
// //
handleSelect(key, keyPath) { handleSelect(key, keyPath) {
this.currentIndex = key; this.currentIndex = key;

@ -309,9 +309,9 @@ export default {
align-items: center; align-items: center;
img{ img{
width: 80px; width: 100px;
height: auto; height: auto;
margin-right: 30px; margin-right: 35px;
} }
} }
} }

Loading…
Cancel
Save