Skip to content

Commit

Permalink
style: editor add margin (pure-admin#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ten-K authored Nov 3, 2021
1 parent e055125 commit 709cb87
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/views/editor/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ onBeforeUnmount(() => {
</template>

<style lang="scss" scoped>
.main-content {
margin: 40px;
}
:deep(.w-e-text-container) {
z-index: 99 !important;
}
Expand Down

0 comments on commit 709cb87

Please sign in to comment.