Browse Source

图标标题样式处理

zhouy 3 years ago
parent
commit
4dda3dab78
1 changed files with 2 additions and 0 deletions
  1. 2 0
      uas-office-web/uas-mobile/src/configs/antd.config.less

+ 2 - 0
uas-office-web/uas-mobile/src/configs/antd.config.less

@@ -77,6 +77,8 @@
 /********************图表的title***********************/
 .ant-table-title {
   font-size: 14px !important;
+  font-weight: bold;
+  text-align: center;
   padding: 8px 8px !important;
 }