* pivot: replace bg-white with bg-canvas.

This commit is contained in:
liugang
2023-11-02 09:49:37 +08:00
parent a42e200990
commit 5527932b86
6 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ $cols['assignedTo']['map'] = $users;
$generateData = function() use ($module, $method, $lang, $title, $cols, $bugs)
{
if(empty($module) || empty($method)) return div(setClass('bg-white center text-gray w-full h-40'), $lang->pivot->noPivot);
if(empty($module) || empty($method)) return div(setClass('bg-canvas center text-gray w-full h-40'), $lang->pivot->noPivot);
return panel
(