1
0
mirror of synced 2026-04-05 07:48:35 +08:00

fix(admin): 管理端更新编辑器的使用方式

This commit is contained in:
parisma
2022-05-23 15:52:52 +08:00
committed by jia000
parent 216953611e
commit fe821f7d84
13 changed files with 76 additions and 57 deletions

View File

@@ -51,8 +51,12 @@ export const initConfigByActId = async ({ actId }: { actId: number }) => {
name: page.pageTitle,
title: page.pageTitle,
style: {
height: 728,
width: 375,
height: '728',
width: '375',
position: 'relative',
layout: 'absolute',
left: 0,
top: 0,
},
items: [],
});