Browse Source

修改bug

huangxw 1 tháng trước cách đây
mục cha
commit
3bde78adb4
1 tập tin đã thay đổi với 5 bổ sung1 xóa
  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>