* 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
+2 -2
View File
@@ -17,14 +17,14 @@ $cols['user']['map'] = $users;
$generateData = function() use ($module, $method, $lang, $title, $cols, $workload, $depts, $dept, $begin, $end, $days, $workhour, $assign)
{
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 array
(
div
(
setID('conditions'),
setClass('flex gap-4 bg-white p-2'),
setClass('flex gap-4 bg-canvas p-2'),
on::change('loadWorkload'),
inputGroup
(