瀏覽代碼

修改bug

huangxw 1 月之前
父節點
當前提交
3bde78adb4
共有 1 個文件被更改,包括 5 次插入1 次删除
  1. 5 1
      src/components/Editor/index.vue

+ 5 - 1
src/components/Editor/index.vue

@@ -174,4 +174,8 @@ onUnmounted(() => {
 })
 </script>
 
-<style></style>
+<style>
+.aie-content p {
+    margin: 0;
+}
+</style>