|
@@ -57,7 +57,7 @@ class BuyHouseJcController extends Controller
|
|
|
$grid->rs_check_status('状态')->display(function () use ($status_text) {
|
|
|
return $status_text[$this->rs_check_status];
|
|
|
});
|
|
|
- $grid->rs_check_comment('备注');
|
|
|
+ $grid->rs_check_comment('备注')->style('max-width:400px');
|
|
|
|
|
|
$grid->actions(function ($actions) {
|
|
|
if ($actions->row['rs_check_status'] == 1) {
|