فهرست منبع

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