From 788a2415e3a38926454401cef6b2c068fd9c1673 Mon Sep 17 00:00:00 2001 From: chenxiaojun <956334972@qq.com> Date: Thu, 19 Dec 2019 14:56:13 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AE=A1=E7=90=86=E5=90=8E=E5=8F=B0>=E6=8E=A8?= =?UTF-8?q?=E5=B9=BF=E5=91=98=E7=AE=A1=E7=90=86>=E5=85=AC=E4=BC=9A?= =?UTF-8?q?=E5=88=86=E6=88=90=E7=AE=A1=E7=90=86--=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Controller/PromoteGameRatioController.class.php | 1 - Application/Admin/View/PromoteGameRatio/lists.html | 12 +++++------- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/Application/Admin/Controller/PromoteGameRatioController.class.php b/Application/Admin/Controller/PromoteGameRatioController.class.php index f2981a573..c08d958a8 100644 --- a/Application/Admin/Controller/PromoteGameRatioController.class.php +++ b/Application/Admin/Controller/PromoteGameRatioController.class.php @@ -203,7 +203,6 @@ class PromoteGameRatioController extends ThinkController $params = I('post.'); $ids = $params['ids'] ?? []; $remark = $params['remark'] ?? ''; - var_dump($remark);die; if (empty($ids)) { $this->error('操作失败'); } diff --git a/Application/Admin/View/PromoteGameRatio/lists.html b/Application/Admin/View/PromoteGameRatio/lists.html index f40446030..44aef4d71 100644 --- a/Application/Admin/View/PromoteGameRatio/lists.html +++ b/Application/Admin/View/PromoteGameRatio/lists.html @@ -32,8 +32,9 @@ .select2-results__option[aria-selected] {font-size:12px;} .layui-layer-dialog .layui-layer-content{color:red} .textarea-style { - width: 200px; + width: 195px; height: 150px; + padding-left: 5px; } .mustmark { color: #FF0000; @@ -175,16 +176,13 @@