as shown in the picture, the table is misplaced up and down. It would be better to pull it up and down from the console. How to deal with this
as shown in the picture, the table is misplaced up and down. It would be better to pull it up and down from the console. How to deal with this
have you solved this problem? If fixed is cancelled, it will not have a fixed effect, and this problem will only occur with the addition of fixed.
.ant-table-tbody > tr > td {
word-wrap: break-word;
word-break: break-all;
}
.ant-table-fixed-header .ant-table-body-inner {
overflow: hidden; //
}
version 3 of antd should be set this way
this table is not written in table, is it
.ant-table-fixed {
tr {
height: auto !important;
}
}
Previous: Is it wrong for vue-cli to introduce sass?
Next: Global variable modified
the first time you can t get the data, the second time you get the data triggered by the first time, and then each time you get the data from the previous trigger fetch data: getExpandData = (param) => { getModelVersion(param).then((result)...
The custom rendering content of the name column in the Table table. Sorter is set to true sortable, dataIndex is empty; after clicking to sort, this column cannot be sorted, and there are no parameters. { title: name , dataIndex: , sorter: true...