feat: 解决富文本层级问题

This commit is contained in:
cgd_mac 2021-12-24 10:26:15 +08:00
parent 20a70b9029
commit 4311ece0f4
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
default: () => ({ default: () => ({
initialFrameWidth: '100%', initialFrameWidth: '100%',
initialFrameHeight: 300, initialFrameHeight: 300,
zIndex: 0, zIndex: 10001,
}), }),
}, },
}, },