Bläddra i källkod

feature_20260512_门店列表增加识别中图标

zhujindu 1 vecka sedan
förälder
incheckning
2585df2bed

+ 5 - 5
src/components/aiGenerating.vue

@@ -48,14 +48,14 @@
     </div>
     </div>
 
 
     <!-- 三个跳动点 -->
     <!-- 三个跳动点 -->
-    <div class="dots-container">
+    <!-- <div class="dots-container">
       <div class="dot"></div>
       <div class="dot"></div>
       <div class="dot"></div>
       <div class="dot"></div>
       <div class="dot"></div>
       <div class="dot"></div>
-    </div>
+    </div> -->
 
 
     <!-- 渐变文字 -->
     <!-- 渐变文字 -->
-    <span class="gen-text">生成中</span>
+    <span class="gen-text">报告生成中</span>
   </div>
   </div>
 </template>
 </template>
 <style lang="scss" scoped>
 <style lang="scss" scoped>
@@ -66,8 +66,8 @@
   gap: 5px;
   gap: 5px;
   background: linear-gradient(135deg, rgba(99, 102, 241, 0.08), rgba(168, 85, 247, 0.08));
   background: linear-gradient(135deg, rgba(99, 102, 241, 0.08), rgba(168, 85, 247, 0.08));
   border: 1px solid rgba(99, 102, 241, 0.2);
   border: 1px solid rgba(99, 102, 241, 0.2);
-  border-radius: 20px;
-  padding: 3px 10px 3px 7px;
+  border-radius: 20px 0 0 20px;
+  padding: 3px 0px 3px 7px;
   margin-right: -3px;
   margin-right: -3px;
 }
 }
 
 

+ 2 - 2
src/views/deviceOutside/index.vue

@@ -388,9 +388,9 @@
                       <template v-else>
                       <template v-else>
                         <aiGenerating
                         <aiGenerating
                           style="
                           style="
-                            width: 110px;
+                            width: 100px;
                             position: absolute;
                             position: absolute;
-                            left: -50px;
+                            left: -40px;
                             top: 31px;
                             top: 31px;
                           "></aiGenerating>
                           "></aiGenerating>
                       </template>
                       </template>

+ 2 - 2
src/views/deviceWithin/index.vue

@@ -414,9 +414,9 @@
                     <template v-else>
                     <template v-else>
                       <aiGenerating
                       <aiGenerating
                         style="
                         style="
-                          width: 110px;
+                          width: 100px;
                           position: absolute;
                           position: absolute;
-                          left: -50px;
+                          left: -40px;
                           top: 31px;
                           top: 31px;
                         "></aiGenerating>
                         "></aiGenerating>
                     </template>
                     </template>