vue2.0 + vux (三)MySettings 页

vue2.0 + vux (三)MySettings 页1.MySettings.vue<!我的设置><template><div><imgclass="img_1"src="../../assets/img/bg_cir.png"><divclass="news-wrap"><cell

1.MySettings.vue

<!-- 我的设置 -->
<template>
  <div>
    <img class="img_1" src="../../assets/img/bg_cir.png">
    <div class="news-wrap">
      <cell title="我的消息" is-link>
        <img slot="icon" width="15" src="https://img-blog.csdnimg.cn/2022010710342534417.png">
      </cell>
      <cell title="我的博客" is-link>
        <img slot="icon" width="15" src="https://img-blog.csdnimg.cn/2022010710342534417.png">
      </cell>
      <cell title="我的活动"  is-link>
        <img slot="icon" width="15" src="https://img-blog.csdnimg.cn/2022010710342534417.png">
      </cell>
      <cell title="我的团队" is-link>
        <img slot="icon" width="15"  src="https://img-blog.csdnimg.cn/2022010710342534417.png">
      </cell>
    </div>
  </div>
</template>

<script>
  import { Cell } from 'vux'

  export default {
    name: 'MySettings',
    components:{
      Cell
    },
    data(){
      return {
        //
      }
    }
  }
</script>

<style lang="less" scoped>
  .img_1{
    width: 100%;
  }
</style>

 

2.效果图

vue2.0 + vux (三)MySettings 页

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 举报,一经查实,本站将立刻删除。
如需转载请保留出处:https://bianchenghao.cn/34840.html

(0)
编程小号编程小号

相关推荐

发表回复

您的电子邮箱地址不会被公开。 必填项已用*标注