Commit e208446b authored by zhangwenshuai's avatar zhangwenshuai
parents c20a36dc 80172d8e
......@@ -56,7 +56,7 @@
}
.sideGrid {
//overflow: hidden !important;
// overflow: hidden !important;
outline: none;
}
.centerGrid {
......
......@@ -615,16 +615,16 @@ export default class AirTable extends Component<TableProps, TableState> {
})}
/>
) : (
columnCount > 0 &&
!loading && (
<Empty
className={styles.defaultEmpty}
description={
noDataPlaceholder || locale.empty
}
/>
)
)}
columnCount > 0 &&
!loading && (
<Empty
className={styles.defaultEmpty}
description={
noDataPlaceholder || locale.empty
}
/>
)
)}
</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