From 18b0be85b4af4d064d07b9c8c38f81bb9e1b42a5 Mon Sep 17 00:00:00 2001 From: Twhmr Date: Sat, 19 Dec 2020 08:42:26 +0800 Subject: [PATCH 1/2] =?UTF-8?q?update=20application/admin/command/Crud.php?= =?UTF-8?q?.=20=E8=A7=A3=E5=86=B3=E9=80=9A=E8=BF=87=E4=B8=80=E4=BB=B6?= =?UTF-8?q?=E5=91=BD=E4=BB=A4=E7=94=9F=E6=88=90CRUD=E6=97=B6=EF=BC=8C?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E5=99=A8=E7=BB=84=E4=BB=B6=E8=87=AA=E5=AE=9A?= =?UTF-8?q?=E4=B9=89=E5=AD=97=E6=AE=B5=E5=90=8D=E7=A7=B0=E7=9A=84=E6=8A=A5?= =?UTF-8?q?=E9=94=99=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/admin/command/Crud.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/admin/command/Crud.php b/application/admin/command/Crud.php index bdc2bd0e0..927625b77 100755 --- a/application/admin/command/Crud.php +++ b/application/admin/command/Crud.php @@ -173,6 +173,7 @@ class Crud extends Command ->addOption('switchsuffix', null, Option::VALUE_OPTIONAL | Option::VALUE_IS_ARRAY, 'automatically generate switch component with suffix', null) ->addOption('citysuffix', null, Option::VALUE_OPTIONAL | Option::VALUE_IS_ARRAY, 'automatically generate citypicker component with suffix', null) ->addOption('jsonsuffix', null, Option::VALUE_OPTIONAL | Option::VALUE_IS_ARRAY, 'automatically generate fieldlist component with suffix', null) + ->addOption('editorsuffix', null, Option::VALUE_OPTIONAL | Option::VALUE_IS_ARRAY, 'automatically generate editor component with suffix', null) ->addOption('selectpagesuffix', null, Option::VALUE_OPTIONAL | Option::VALUE_IS_ARRAY, 'automatically generate selectpage component with suffix', null) ->addOption('selectpagessuffix', null, Option::VALUE_OPTIONAL | Option::VALUE_IS_ARRAY, 'automatically generate multiple selectpage component with suffix', null) ->addOption('ignorefields', null, Option::VALUE_OPTIONAL | Option::VALUE_IS_ARRAY, 'ignore fields', null) -- Gitee From ae999bca10ae5949acba8747468365f953b6c4be Mon Sep 17 00:00:00 2001 From: Twhmr Date: Sat, 19 Dec 2020 09:36:40 +0800 Subject: [PATCH 2/2] =?UTF-8?q?update=20public/assets/js/backend/dashboard?= =?UTF-8?q?.js.=20ECharts=20=E5=9B=BE=E8=A1=A8=E7=9A=84=E8=BE=B9=E8=B7=9D?= =?UTF-8?q?=E6=97=A0=E6=B3=95=E7=9C=8B=E5=88=B0=E5=85=A8=E9=83=A8=E5=86=85?= =?UTF-8?q?=E5=AE=B9=EF=BC=8C=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F=E8=A7=A3?= =?UTF-8?q?=E5=86=B3=E8=AF=A5=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/assets/js/backend/dashboard.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/assets/js/backend/dashboard.js b/public/assets/js/backend/dashboard.js index 078d1def3..8f5c12bee 100755 --- a/public/assets/js/backend/dashboard.js +++ b/public/assets/js/backend/dashboard.js @@ -31,9 +31,9 @@ define(['jquery', 'bootstrap', 'backend', 'addtabs', 'table', 'echarts', 'echart }, yAxis: {}, grid: [{ - left: 'left', - top: 'top', - right: '10', + left: 35, + top: 10, + right: 40, bottom: 30 }], series: [{ -- Gitee