W
e
l
c
o
m
e
: )

fastadmin table样式

日志多行宽度样式

cellStyle:function (value, row, index) {
                                return {
                                    css: {
                                        "min-width": "200px",
                                        "white-space": "nowrap",
                                        "text-overflow": "ellipsis",
                                        "overflow": "hidden",
                                        "max-width": "600px"
                                    }
                                }
                            }

  

posted @ 2022-07-16 15:48  fastKapi  阅读(13)  评论(0)    收藏  举报