Browse Source

style: editor add margin (#96)

一万 3 năm trước cách đây
mục cha
commit
709cb87c2b
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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;
 }