* [bug#51623,done,0.1h] add nowrap class.
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user