feat: 首页控制台新增登录区域分布

pull/95/head
李强 2023-04-21 18:52:15 +08:00
parent 80bc18c5fa
commit 96b20c06b0
1 changed files with 15 additions and 39 deletions

View File

@ -119,10 +119,10 @@ const log = [
}, },
{ {
i: 'dashboardImg8', i: 'dashboardImg8',
x: 32, x: 14,
y: 51, y: 58,
w: 16, w: 16,
h: 24, h: 14,
config: { config: {
src: { src: {
label: '图片地址', label: '图片地址',
@ -155,10 +155,10 @@ const log = [
}, },
{ {
i: 'dashboardImg9', i: 'dashboardImg9',
x: 15, x: 0,
y: 51, y: 58,
w: 17, w: 14,
h: 24, h: 14,
config: { config: {
src: { src: {
label: '图片地址', label: '图片地址',
@ -191,10 +191,10 @@ const log = [
}, },
{ {
i: 'dashboardImg10', i: 'dashboardImg10',
x: 15, x: 30,
y: 36, y: 58,
w: 20, w: 18,
h: 15, h: 14,
config: { config: {
src: { src: {
label: '图片地址', label: '图片地址',
@ -225,30 +225,6 @@ const log = [
element: 'dashboardImg', element: 'dashboardImg',
moved: false 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', i: 'usersActive11',
x: 0, x: 0,
@ -278,7 +254,7 @@ const log = [
x: 35, x: 35,
y: 36, y: 36,
w: 13, w: 13,
h: 15, h: 22,
config: { config: {
showHeader: { showHeader: {
label: '显示头部信息', label: '显示头部信息',
@ -306,9 +282,9 @@ const log = [
{ {
i: 'loginRegion12', i: 'loginRegion12',
x: 0, x: 0,
y: 75, y: 36,
w: 48, w: 35,
h: 30, h: 22,
config: {}, config: {},
isResizable: true, isResizable: true,
element: 'loginRegion', element: 'loginRegion',