@import "~antd/lib/style/themes/default.less"; @import "../../utils/utils.less"; .tableList { .tableListOperator { margin-bottom: 16px; button { margin-right: 8px; } } } .tableListForm { :global { .ant-form-item { margin-bottom: 24px; display: flex; } .ant-form-item-control-wrapper { flex: 1; } } } @media screen and (max-width: @screen-lg) { .tableListForm :global(.ant-form-item) { margin-right: 24px; } } @media screen and (max-width: @screen-md) { .tableListForm :global(.ant-form-item) { margin-right: 8px; } }