Ver Fonte

修改bug

huangxw há 1 mês atrás
pai
commit
3bde78adb4
1 ficheiros alterados com 5 adições e 1 exclusões
  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>