Browse Source

uas手机版
空白Table表格撑起

samhoo 5 years ago
parent
commit
5e9f3b3cc7

+ 1 - 0
uas-office-web/uas-mobile/src/components/common/bizgoblin/TableChart.jsx

@@ -40,6 +40,7 @@ export default class TableChart extends Component {
           columns={columns}
           dataSource={data}
           size="small"
+          tableLayout='fixed'
         />
       </div>
     )

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

@@ -94,3 +94,8 @@
 .am-textarea-control textarea {
   font-size: 14px !important;
 }
+
+/********************Table表格***********************/
+.ant-empty-normal {
+  margin: 65px 0 !important;
+}