소스 검색

修改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>