使用樣式屬性我想顯示錶格的單元格邊框;如何顯示錶格中的行
<table class="table-bordered table-striped table">
<colgroup>
<col id="Col1" />
<col id="Col2" />
<col id="Col3" />
<col id="Col4" />
<col id="Col5" />
</colgroup>
<thead>
<tr style="border:10px">
<th scope="col">@T("Code")</th>
<th scope="col">@T("Product")</th>
<th scope="col">@T("Unit Price")</th>
<th scope="col">@T("Quantity")</th>
<th scope="col">@T("Value")</th>
</tr>
</thead>
<tbody>
ATM的樣子: 想是這樣:
<tr style="border:10px; border-style:solid; border-color:Black;">
,但沒有喜悅