+ [task#132561 doing 0.4h 7h] add the build function for thinkappeals widget.

This commit is contained in:
wangzemei
2024-11-22 13:52:29 +08:00
committed by 孙浩
parent fdc8c54a95
commit ecd0f63227
+5
View File
@@ -76,4 +76,9 @@ class thinkAppeals extends thinkModel
return $this->buildEcharts();
}
protected function build(): node
{
return div(setClass('model-appeals my-1 flex col flex-wrap justify-between'), $this->buildBody());
}
}