排版

作者: 凯旋 | 来源:发表于2017-08-03 21:47 被阅读10次

    <script src="//unpkg.com/vue/dist/vue.js"></script>
    <script src="//unpkg.com/element-ui@1.4.1/lib/index.js"></script>
    <div id="app">
    <template>
    <div v-for ='item in tableData' style='border:1px solid red; height:50px;width:600px;
    border-bottom:none;
    line-height:50px; padding-left:40px;
    '>
    <span>{{item.name}}</span> <span>{{item.date}}</span>

    </div>
    <div style ='border-top:1px solid red;width:640px;'></div>
    

    </template>
    </div>

    相关文章

      网友评论

          本文标题:排版

          本文链接:https://www.haomeiwen.com/subject/xedmlxtx.html