Переглянути джерело

修改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;
 }