丸子 3 kuukautta sitten
vanhempi
sitoutus
b3d243a9fb
1 muutettua tiedostoa jossa 4 lisäystä ja 4 poistoa
  1. 4 4
      src/components/ai/vision/VisionThink.vue

+ 4 - 4
src/components/ai/vision/VisionThink.vue

@@ -406,8 +406,10 @@ const imageList = ref([]) // image 列表
   background-color: #ffffff;
   margin-left: auto; // 消息靠右显示
   margin-right: 0; // 重置右边距
+  margin-bottom: rpx(10);
   max-width: rpx(400);
   font-size: rpx(8);
+  font-weight: normal;
   width: fit-content; // 宽度随文字内容变化
   border-radius: rpx(5);
   padding: rpx(5);
@@ -423,6 +425,7 @@ const imageList = ref([]) // image 列表
   max-width: rpx(400);
   padding: rpx(5);
   font-size: rpx(8);
+  font-weight: normal;
   border-radius: rpx(5);
   text-align: left; // 文字左对齐
 }
@@ -468,10 +471,7 @@ const imageList = ref([]) // image 列表
 
 /* AI返回的HTML内容样式 */
 .ai-html-content {
-  margin-top: 10px;
-  padding: 10px;
-  border-radius: 5px;
-  background-color: rgba(255, 255, 255, 0.8);
+  border-radius: rpx(5);
   max-width: 100%;
   overflow-x: auto;
 }