修改了右侧图标
@ -11,10 +11,10 @@
|
||||
<div v-for="(i,j) in list" :key="j" style="overflow: hidden;" @click="routeto(j)" @mouseenter="mouse(j)">
|
||||
<div class="item" :class="{'selitem': j == selnum, 'seltop': j == selnum - 1, 'selbottom': j == selnum + 1}">
|
||||
<div class="route">
|
||||
<img :src="i.icon" alt="" class="icon">
|
||||
<img :src="j == selnum ? i.sleicon : i.icon" alt="" class="icon">
|
||||
<div class="title">{{lan.$t(i.name)}}</div>
|
||||
</div>
|
||||
<img alt="" src="../static/images/jiantou.png" class="right">
|
||||
<img alt="" :src="j == selnum ? jiantous : jiantou" class="right">
|
||||
</div>
|
||||
</div>
|
||||
<div style="overflow: hidden;">
|
||||
@ -136,37 +136,37 @@ export default defineComponent({
|
||||
const list: Array<MenuItem> = [
|
||||
{
|
||||
icon: require("../static/images/wode1.png"),
|
||||
sleicon:"",
|
||||
sleicon: require("../static/images/wodedangan1.png"),
|
||||
name: 'wodedangan',
|
||||
route: "/mine/archives"
|
||||
},
|
||||
{
|
||||
icon: require("../static/images/xiayig.png"),
|
||||
sleicon:"",
|
||||
sleicon:require("../static/images/shipin1.png"),
|
||||
name: 'fabuzhibo',
|
||||
route: "/mine/webcast"
|
||||
},
|
||||
{
|
||||
icon: require("../static/images/shipin.png"),
|
||||
sleicon:"shipin.png",
|
||||
sleicon: require("../static/images/zhibo1.png"),
|
||||
name: 'shangchuanshipin',
|
||||
route: "/mine/video"
|
||||
},
|
||||
{
|
||||
icon: require("../static/images/yinhangka.png"),
|
||||
sleicon:"",
|
||||
sleicon: require("../static/images/qianbao1.png"),
|
||||
name: 'wodeqianbao',
|
||||
route: "/mine/wallet"
|
||||
},
|
||||
{
|
||||
icon: require("../static/images/tongji.png"),
|
||||
sleicon:"",
|
||||
sleicon: require("../static/images/liebiao1.png"),
|
||||
name: 'liebiaotongji',
|
||||
route: "/mine/liststatistic"
|
||||
},
|
||||
{
|
||||
icon: require("../static/images/bangzhu.png"),
|
||||
sleicon:"",
|
||||
sleicon: require("../static/images/guanyu1.png"),
|
||||
name: 'guanyu',
|
||||
route: "/mine/aboutus"
|
||||
}
|
||||
@ -219,7 +219,9 @@ export default defineComponent({
|
||||
logout,
|
||||
mouse,
|
||||
tuichu,
|
||||
lan
|
||||
lan,
|
||||
jiantou: require('../static/images/jiantou.png'),
|
||||
jiantous: require('../static/images/kuozhan1.png')
|
||||
}
|
||||
}
|
||||
})
|
||||
|
BIN
src/static/images/guanyu1.png
Normal file
After Width: | Height: | Size: 3.9 KiB |
BIN
src/static/images/kuozhan1.png
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
src/static/images/liebiao1.png
Normal file
After Width: | Height: | Size: 3.7 KiB |
BIN
src/static/images/qianbao1.png
Normal file
After Width: | Height: | Size: 3.7 KiB |
BIN
src/static/images/shipin1.png
Normal file
After Width: | Height: | Size: 3.9 KiB |
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 4.0 KiB |
BIN
src/static/images/wodedangan1.png
Normal file
After Width: | Height: | Size: 3.9 KiB |
BIN
src/static/images/zhibo1.png
Normal file
After Width: | Height: | Size: 4.0 KiB |