Jeecgboot中表格的全选隐藏通过css进行页面中的隐藏
<style >
.ant-table-thead tr .ant-table-cell .ant-checkbox {
display: none;
}
</style>
Jeecgboot中表格的全选隐藏通过css进行页面中的隐藏
<style >
.ant-table-thead tr .ant-table-cell .ant-checkbox {
display: none;
}
</style>