naive-ui/demo/documentation/components/table/enUS/size.md
2020-03-03 18:08:58 +08:00

1.3 KiB

尺寸

<<n-table :bordered="false" :single-line="false" size="small">
  <n-thead>
    <n-tr>
      <n-th>Abandon</n-th>
      <n-th>Abormal</n-th>
      <n-th>Abolish</n-th>
      <n-th>...</n-th>
      <n-th>It's hard to learn words</n-th>
    </n-tr>
  </n-thead>
  <n-tbody>
    <n-tr>
      <n-td>放弃</n-td>
      <n-td>反常的</n-td>
      <n-td>彻底废除</n-td>
      <n-td>...</n-td>
      <n-td>Damn it! I can't remember those words.</n-td>
    </n-tr>
    <n-tr>
      <n-td>...</n-td>
      <n-td>...</n-td>
      <n-td>...</n-td>
      <n-td>...</n-td>
      <n-td>...</n-td>
    </n-tr>
  </n-tbody>
</n-table>
<n-table :bordered="false" :single-line="false" size="large">
  <n-thead>
    <n-tr>
      <n-th>Abandon</n-th>
      <n-th>Abormal</n-th>
      <n-th>Abolish</n-th>
      <n-th>...</n-th>
      <n-th>It's hard to learn words</n-th>
    </n-tr>
  </n-thead>
  <n-tbody>
    <n-tr>
      <n-td>放弃</n-td>
      <n-td>反常的</n-td>
      <n-td>彻底废除</n-td>
      <n-td>...</n-td>
      <n-td>Damn it! I can't remember those words.</n-td>
    </n-tr>
    <n-tr>
      <n-td>...</n-td>
      <n-td>...</n-td>
      <n-td>...</n-td>
      <n-td>...</n-td>
      <n-td>...</n-td>
    </n-tr>
  </n-tbody>
</n-table>
.n-table {
  margin-bottom: 12px;
}