Commit 90aaa9bb authored by 满振华's avatar 满振华

修改控件

parent bc91eedb
......@@ -56,7 +56,7 @@
}
.sideGrid {
//overflow: hidden !important;
// overflow: hidden !important;
outline: none;
}
.centerGrid {
......
......@@ -611,16 +611,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