Results 5 comments of alukaa

@Gregwar zongmi's problem is ```$builder->setBackgroundColor(0,0,0);``` not working. @zongmi you need call ``` $builder->setBackgroundColor(0,0,0)``` before ``` $builder->build(215,80)``` because build means this image is builded,after the image is builded,change the backgroundcolor make...

laravel admin是个好东西,就是偶尔的地方给你来点小bug,让你自己去改,这就有点烦了

这是前端框架,后端语言用什么都可以

同问.使用自定义导航的时候,taro ui的 message消息提示不能显示,应该是被遮挡住了