Browse Source

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

jwyu 11 tháng trước cách đây
mục cha
commit
e701c50762
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  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;
 }