fastadmin表格超出显示点

分类前端日期1年前访问543评论0
{
                            field: 'detail',
                            title: __('Detail'),
                            cellStyle: {
                                css: {
                                    "max-width": "100px",
                                    "overflow": "hidden",
                                    "text-overflow": "ellipsis"
                                }
                            },
                            operate: false
                        }