style: editor add margin (#96)

This commit is contained in:
一万 2021-11-03 22:28:15 +08:00 committed by GitHub
parent e0551251d3
commit 709cb87c2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,6 +36,10 @@ onBeforeUnmount(() => {
</template>
<style lang="scss" scoped>
.main-content {
margin: 40px;
}
:deep(.w-e-text-container) {
z-index: 99 !important;
}