* Adjust bug title style.
This commit is contained in:
@@ -31,6 +31,7 @@ window.onRenderCell = function(result, {row, col})
|
||||
{
|
||||
if(result && col.name == 'title')
|
||||
{
|
||||
result[0].props.className = 'w-0 flex-1';
|
||||
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>'}); // 添加模块标签
|
||||
|
||||
Reference in New Issue
Block a user