@import '../../style/variables.less';
@import '../../PopoverTip/style/PopoverTip.less';

.@{prefix}-edit-table {
    :global {
        .ant-table-content .ant-table-scroll .ant-table-body {
            overflow-x: auto !important;
        }
    }
}