html 表格边线设置

      <table rules="all" style="margin-left: auto; margin-right: auto; margin-top: 50px; border: 1px solid black">
        <tr v-for="row in rows">
          <td>{{row.title}}</td>
          <td>{{row.value}}</td>
        </tr>
      </table>

原文地址:https://www.cnblogs.com/lurenjia1994/p/9883365.html