* [bug#51623,done,0.1h] add nowrap class.

This commit is contained in:
liumengyi
2024-06-28 15:38:05 +08:00
committed by 田淑杰
parent 7a2bd930ce
commit 9006237fe2
+1 -1
View File
@@ -58,7 +58,7 @@ window.onRenderCell = function(result, {row, col})
{
if(row.data.color) result[0].props.style = 'color: ' + row.data.color;
const module = this.options.modules[row.data.module];
if(module) result.unshift({html: '<span class="label gray-pale rounded-full">' + module + '</span>'}); // 添加模块标签
if(module) result.unshift({html: '<span class="label gray-pale rounded-full nowrap">' + module + '</span>'}); // 添加模块标签
if(parseInt(row.data.case))
{