Commit 7cb54ef4 by wangyui2025

Merge branch 'wangrui' into '20210819'

update

See merge request vue-project/liangXing/frontEnd!33
parents 059c602d 27f717af
......@@ -217,13 +217,13 @@ export default {
},
topicList: [
{
img: '../../../static/images/index/topic-bg1.png'
img: require('../../../static/images/index/topic-bg1.png')
},
{
img: '../../../static/images/index/topic-bg1.png'
img: require('../../../static/images/index/topic-bg1.png')
},
{
img: '../../../static/images/index/topic-bg1.png'
img: require('../../../static/images/index/topic-bg1.png')
}
],
......@@ -796,6 +796,7 @@ export default {
position: absolute;
top: 40%;
right: 10px;
cursor: pointer;
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment