- 增加单元格align及nowrap属性

This commit is contained in:
Julyp
2020-02-11 19:59:24 +08:00
parent 96122fdaa1
commit 96bbd42f6a
5 changed files with 22 additions and 6 deletions

View File

@@ -90,7 +90,7 @@
<tr>
<th colspan="1" fixed sort>Id</th>
<th colspan="1" fixed sort>Logo</th>
<th colspan="1" width="200" fixed>日期</th>
<th align="left" colspan="1" width="200" fixed>日期</th>
<th colspan="1" width="100" sort>姓名</th>
<th colspan="1">省份(包含自治区)</th>
<th colspan="1" sort>市区</th>
@@ -102,11 +102,11 @@
<tr>
<td>10</td>
<td><img src="./assets/js-table.png" /></td>
<td>2020-01-03</td>
<td align="left">2020-01-03</td>
<td>1王小虎</td>
<td>1上海</td>
<td>2长宁区</td>
<td>3上海市长宁区淞虹路888号</td>
<td nowrap>3上海市长宁区淞虹路888号</td>
<td>200331</td>
</tr>
<tr>