Ver Fonte

style: editor add margin (#96)

一万 há 3 anos atrás
pai
commit
709cb87c2b
1 ficheiros alterados com 4 adições e 0 exclusões
  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;
 }