Ver Fonte

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

jwyu há 11 meses atrás
pai
commit
e701c50762
1 ficheiros alterados com 6 adições e 0 exclusões
  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;
 }