Commit 27f717af by wangr

update

parent 5aced701
...@@ -217,13 +217,13 @@ export default { ...@@ -217,13 +217,13 @@ export default {
}, },
topicList: [ 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 { ...@@ -796,6 +796,7 @@ export default {
position: absolute; position: absolute;
top: 40%; top: 40%;
right: 10px; 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