Commit e208446b authored by zhangwenshuai's avatar zhangwenshuai
parents c20a36dc 80172d8e
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
} }
.sideGrid { .sideGrid {
//overflow: hidden !important; // overflow: hidden !important;
outline: none; outline: none;
} }
.centerGrid { .centerGrid {
......
...@@ -615,16 +615,16 @@ export default class AirTable extends Component<TableProps, TableState> { ...@@ -615,16 +615,16 @@ export default class AirTable extends Component<TableProps, TableState> {
})} })}
/> />
) : ( ) : (
columnCount > 0 && columnCount > 0 &&
!loading && ( !loading && (
<Empty <Empty
className={styles.defaultEmpty} className={styles.defaultEmpty}
description={ description={
noDataPlaceholder || locale.empty noDataPlaceholder || locale.empty
} }
/> />
) )
)} )}
</div> </div>
} }
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment