diff --git a/app/Admin/bootstrap.php b/app/Admin/bootstrap.php index 7e4844c..270e1aa 100644 --- a/app/Admin/bootstrap.php +++ b/app/Admin/bootstrap.php @@ -28,3 +28,5 @@ app('view')->prependNamespace('admin', resource_path('views/admin')); Admin::js('/js/product.js'); Form\Field\Map::requireAssets(); //地图 + +Admin::style('a.btn{white-space:nowrap;}'); diff --git a/app/AdminAgent/bootstrap.php b/app/AdminAgent/bootstrap.php index 3662331..3077dc8 100644 --- a/app/AdminAgent/bootstrap.php +++ b/app/AdminAgent/bootstrap.php @@ -38,3 +38,4 @@ Filter::resolving(function (Filter $filter) { }); Admin::js('/js/workorder-notice.js'); +Admin::style('a.btn{white-space:nowrap;}'); diff --git a/app/AdminGuide/bootstrap.php b/app/AdminGuide/bootstrap.php index 3662331..3077dc8 100644 --- a/app/AdminGuide/bootstrap.php +++ b/app/AdminGuide/bootstrap.php @@ -38,3 +38,4 @@ Filter::resolving(function (Filter $filter) { }); Admin::js('/js/workorder-notice.js'); +Admin::style('a.btn{white-space:nowrap;}'); diff --git a/app/AdminSettled/bootstrap.php b/app/AdminSettled/bootstrap.php index 4f4db16..e2aee29 100644 --- a/app/AdminSettled/bootstrap.php +++ b/app/AdminSettled/bootstrap.php @@ -25,3 +25,5 @@ use Dcat\Admin\Show; * */ app('view')->prependNamespace('admin', resource_path('views/admin')); + +Admin::style('a.btn{white-space:nowrap;}'); diff --git a/app/AdminSupplier/bootstrap.php b/app/AdminSupplier/bootstrap.php index e2185ac..dc033ee 100644 --- a/app/AdminSupplier/bootstrap.php +++ b/app/AdminSupplier/bootstrap.php @@ -65,3 +65,4 @@ Form\Field\Map::requireAssets(); //地图 });*/ Admin::js('/js/workorder-notice.js'); +Admin::style('a.btn{white-space:nowrap;}');