mirror of
https://gitee.com/layui/layui.git
synced 2025-04-29 19:56:46 +08:00
32 lines
370 B
Markdown
32 lines
370 B
Markdown
![]() |
<table class="layui-table">
|
||
|
<colgroup>
|
||
|
<col width="150">
|
||
|
<col>
|
||
|
<col width="100">
|
||
|
<col width="100">
|
||
|
</colgroup>
|
||
|
<thead>
|
||
|
<tr>
|
||
|
<th>属性名</th>
|
||
|
<th>描述</th>
|
||
|
<th>类型</th>
|
||
|
<th>默认值</th>
|
||
|
</tr>
|
||
|
</thead>
|
||
|
<tbody>
|
||
|
<tr>
|
||
|
<td>AAA</td>
|
||
|
<td>
|
||
|
|
||
|
|
||
|
|
||
|
</td>
|
||
|
<td>CCC</td>
|
||
|
<td>
|
||
|
|
||
|
|
||
|
|
||
|
</td>
|
||
|
</tr>
|
||
|
</tbody>
|
||
|
</table>
|