fix(admin): 管理端更新编辑器的使用方式
This commit is contained in:
@@ -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: [],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user