浏览代码

修改t-table组件表头字体样式

jwyu 11 月之前
父节点
当前提交
e701c50762
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      src/styles/common.scss

+ 6 - 0
src/styles/common.scss

@@ -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;
 }