style: table表头加粗

This commit is contained in:
chenjinsong
2022-07-14 19:21:12 +08:00
parent 5f188ad381
commit c8b84c300b

View File

@@ -10,3 +10,6 @@
width: 100%;
color: #999;
}
.data-column__span {
font-weight: bold;
}