Commit d6ae8d1f by 林家欣

首页连接跳转70%

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