TableForm.less 188 B

12345678910111213
  1. @import "~antd/lib/style/themes/default.less";
  2. .editable {
  3. td {
  4. height: 32px;
  5. padding: 0 !important;
  6. }
  7. }
  8. .select {
  9. :global(.ant-select-selection) {
  10. border: unset;
  11. }
  12. }