dva-example-user-dashboard icon indicating copy to clipboard operation
dva-example-user-dashboard copied to clipboard

modify special style, but not customize theme

Open Irislm opened this issue 6 years ago • 1 comments

I want to modify special style, such as row padding of module Table body in .css or .scss. Do I need to import something? My code: .ant-table-tbody > tr > td { padding: 13px 8px !important; }

Irislm avatar Nov 28 '17 09:11 Irislm

I have found an API of Table named rowClassName, it did can add className for table row, but the new issue is how can I apply to my .css file. I can't write like that " rowClassName: (record, index) => { return {styles.productionTableRow}; },

Irislm avatar Nov 28 '17 10:11 Irislm