* Adjust bug title style.

This commit is contained in:
曹延义
2024-02-05 11:16:41 +08:00
parent 33c2cc39f0
commit 3c5a0d5556
+1
View File
@@ -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>'}); // 添加模块标签