@@ -29,4 +29,10 @@ img {
.bg-white{
background-color: #fff;
+}
+
+// 设置table 表头样式
+.t-table thead td, .t-table th{
+ color: #333 !important;
+ font-weight: bold !important;
}