瀏覽代碼

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;
 }