easyui datagrid 标题换行

 

 .datagrid-header-row .datagrid-cell span {
            white-space: normal !important;
            word-wrap: normal !important;
        }
        .datagrid-header .datagrid-cell {
            height:auto;
            line-height: 20px;
        }

 

{
                    field: 'TotalInvestmentCity', title: totalInvestmentCityTitle, nowrap: false, halign:'center',width: 50, editor: {
                        type: "numberbox", options: { required: true, precision: 4 }
                    }
                },

 

posted @ 2023-05-23 14:01  三瑞  阅读(322)  评论(0编辑  收藏  举报