CzRger недель назад: 2
Родитель
Сommit
8fab9b447b

+ 9 - 0
src/views/smart-ask-answer/assistant-2/component/answer/index.vue

@@ -191,6 +191,15 @@ const onCopy = (text) => {
       }
     }
   }
+  .answer-markdown {
+    line-height: 1.8;
+    >* {
+      margin-bottom: 12px;
+      &:last-child {
+        margin-bottom: 0;
+      }
+    }
+  }
   .answer-operation {
     margin-top: 16px;
     display: flex;

+ 9 - 0
src/views/smart-ask-answer/assistant/component/answer/index.vue

@@ -191,6 +191,15 @@ const onCopy = (text) => {
       }
     }
   }
+  .answer-markdown {
+    line-height: 1.8;
+    >* {
+      margin-bottom: 12px;
+      &:last-child {
+        margin-bottom: 0;
+      }
+    }
+  }
   .answer-operation {
     margin-top: 16px;
     display: flex;