为表格模板添加了样式和提示

This commit is contained in:
2024-12-29 14:49:43 +08:00
parent b394d8f506
commit 463a872ef3

View File

@@ -7,3 +7,20 @@
</tr> </tr>
{{end}} {{end}}
</table> </table>
<i>备注:每个片区的第一个成员为该片区的负责人</i>
<style>
table {
width: 100%;
border-collapse: collapse;
}
th, td {
border: 1px solid black;
padding: 8px;
text-align: center;
}
td:first-child, th:first-child {
background-color: #b3d9f7;
font-weight: bold;
}
</style>