@import "~@/themes/vars.less"; .root { :global { .anticon { // font-size: 18px; } .editable-row .ant-form-explain { position: absolute; margin-top: -4px;
font-size: 12px;
} .fixedWidthTable { table { table-layout: fixed; } .ant-table-tbody { tr { td { word-wrap: break-word; word-break: break-all; } } } } } }