From 96b20c06b019fbbe071bd088338f8d8f57235b1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=BC=BA?= <1206709430@qq.com> Date: Fri, 21 Apr 2023 18:52:15 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E2=9C=A8=20=E9=A6=96=E9=A1=B5=E6=8E=A7?= =?UTF-8?q?=E5=88=B6=E5=8F=B0=E6=96=B0=E5=A2=9E=E7=99=BB=E5=BD=95=E5=8C=BA?= =?UTF-8?q?=E5=9F=9F=E5=88=86=E5=B8=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/views/dashboard/workbench/init.js | 54 +++++++---------------- 1 file changed, 15 insertions(+), 39 deletions(-) diff --git a/web/src/views/dashboard/workbench/init.js b/web/src/views/dashboard/workbench/init.js index ca610d1..a77e69e 100644 --- a/web/src/views/dashboard/workbench/init.js +++ b/web/src/views/dashboard/workbench/init.js @@ -119,10 +119,10 @@ const log = [ }, { i: 'dashboardImg8', - x: 32, - y: 51, + x: 14, + y: 58, w: 16, - h: 24, + h: 14, config: { src: { label: '图片地址', @@ -155,10 +155,10 @@ const log = [ }, { i: 'dashboardImg9', - x: 15, - y: 51, - w: 17, - h: 24, + x: 0, + y: 58, + w: 14, + h: 14, config: { src: { label: '图片地址', @@ -191,10 +191,10 @@ const log = [ }, { i: 'dashboardImg10', - x: 15, - y: 36, - w: 20, - h: 15, + x: 30, + y: 58, + w: 18, + h: 14, config: { src: { label: '图片地址', @@ -225,30 +225,6 @@ const log = [ element: 'dashboardImg', moved: false }, - { - i: 'welcome10', - x: 0, - y: 36, - w: 15, - h: 39, - config: { - color: { - label: '背景颜色', - type: 'color', - value: 'rgba(255, 255, 255, 1)', - placeholder: '颜色为空则随机变换颜色' - }, - fontColor: { - label: '字体颜色', - type: 'color', - value: null, - placeholder: '请选择字体颜色' - } - }, - isResizable: true, - element: 'welcome', - moved: false - }, { i: 'usersActive11', x: 0, @@ -278,7 +254,7 @@ const log = [ x: 35, y: 36, w: 13, - h: 15, + h: 22, config: { showHeader: { label: '显示头部信息', @@ -306,9 +282,9 @@ const log = [ { i: 'loginRegion12', x: 0, - y: 75, - w: 48, - h: 30, + y: 36, + w: 35, + h: 22, config: {}, isResizable: true, element: 'loginRegion',