Przeglądaj źródła

人才购房后台宽度问题

linwu 3 lat temu
rodzic
commit
593601e6d2

+ 1 - 1
app/Admin/Controllers/Content/BuyHouseJcController.php

@@ -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) {

+ 1 - 1
app/Admin/Controllers/Content/BuyHouseRsController.php

@@ -57,7 +57,7 @@ class BuyHouseRsController 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) {

+ 1 - 1
app/Admin/Controllers/Content/BuyHouseZjController.php

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

+ 1 - 1
app/Admin/Controllers/Content/BuyHouseZrController.php

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