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