소스 검색

style: editor add margin (#96)

一万 3 년 전
부모
커밋
709cb87c2b
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      src/views/editor/index.vue

+ 4 - 0
src/views/editor/index.vue

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