fastadmin table样式
日志多行宽度样式
cellStyle:function (value, row, index) {
return {
css: {
"min-width": "200px",
"white-space": "nowrap",
"text-overflow": "ellipsis",
"overflow": "hidden",
"max-width": "600px"
}
}
}

浙公网安备 33010602011771号