Explorar o código

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

jwyu hai 1 ano
pai
achega
7bcf5b211d
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  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;
 }