Browse Source

修改bug

huangxw 1 month ago
parent
commit
3bde78adb4
1 changed files with 5 additions and 1 deletions
  1. 5 1
      src/components/Editor/index.vue

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

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