Commit d6ae8d1f by 林家欣

首页连接跳转70%

parent 656f1275
......@@ -8,10 +8,21 @@
<div class="col-lg-4 list-right">2020-10-20</div>
</div>
<div class="row">
<div class="col more"><span>更多></span></div>
<div class="col more" @click="handelMore"><span>更多></span></div>
</div>
</div>
</template>
<script>
export default {
methods: {
handelMore() {
this.$router.push({
path: '/News/index'
});
}
},
}
</script>
<style lang="scss" scoped>
.list {
margin: 0;
......@@ -47,6 +58,7 @@
}
.more{
text-align: right;
cursor: pointer;
span{
color: #F26335;
font-size: 14px;
......
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