From 448e779a21b214649069e7924a9656865a79e5a5 Mon Sep 17 00:00:00 2001 From: yin5th <541304803@qq.com> Date: Wed, 16 Nov 2022 18:45:22 +0800 Subject: [PATCH] =?UTF-8?q?style(=E5=90=8E=E5=8F=B0=E6=A0=8F=E7=9B=AE):=20?= =?UTF-8?q?=E6=A0=8F=E7=9B=AE=E7=BC=96=E8=BE=91=E4=B8=AD=20=E9=9A=90?= =?UTF-8?q?=E8=97=8F=E8=83=8C=E6=99=AF=E5=9B=BE=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/manager/category/add.html | 4 ++-- view/manager/category/edit.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/view/manager/category/add.html b/view/manager/category/add.html index 40454bd..e49faa8 100755 --- a/view/manager/category/add.html +++ b/view/manager/category/add.html @@ -64,14 +64,14 @@ -
+
{:widget('manager.upload/image',['append' => '_bg','src' => $item['bg']??'', 'imgSize' => '1920*90'])}
-
+
{:widget('manager.upload/image',["append"=>"_bg_mobile",'src' => $item['bg_mobile']??'', "imgSize" => "750*90"])} diff --git a/view/manager/category/edit.html b/view/manager/category/edit.html index 389a5a5..2912d27 100755 --- a/view/manager/category/edit.html +++ b/view/manager/category/edit.html @@ -78,14 +78,14 @@ if(!empty($item['width']) && is_int($item['width']) && $item['width'] > 0 && !em
-
+
{:widget('manager.upload/image',['append' => '_bg','src' => $item['bg']?:'', 'imgSize' => '1920*90'])}
-
+
{:widget('manager.upload/image',["append"=>"_bg_mobile",'src' => $item['bg_mobile']?:'', "imgSize" => "750*90"])}