From c746783c4f570f9bdbe2d62b22bda22308b0dfba Mon Sep 17 00:00:00 2001
From: zhangzengfei <zhangzengfei@smartai.com>
Date: 星期一, 05 十二月 2022 15:27:35 +0800
Subject: [PATCH] 修复断流数据展示的内容

---
 src/views/hashrate/AlgManage/index.vue |   17 +++++++++--------
 1 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/src/views/hashrate/AlgManage/index.vue b/src/views/hashrate/AlgManage/index.vue
index 3619277..5b355d5 100644
--- a/src/views/hashrate/AlgManage/index.vue
+++ b/src/views/hashrate/AlgManage/index.vue
@@ -16,7 +16,7 @@
 
       <!-- 鍏嶈垂绠楁硶鍒楄〃 -->
       <div class="label freeLabel">
-        鍏嶈垂绠楁硶 <span class="des">浠庢澶勬嫋鎷界畻娉曞浘鏍囧畨瑁呭埌璁惧</span>
+        鏈湴绠楁硶 <span class="des">浠庢澶勬嫋鎷界畻娉曞浘鏍囧畨瑁呭埌璁惧</span>
       </div>
       <div class="freeList scroll">
         <div
@@ -165,7 +165,8 @@
           }
 
           if (
-            item.logoUrl.indexOf("http://apps.smartai.com/httpImage/") === -1
+            item.logoUrl.indexOf("http://apps.smartai.com/httpImage/") === -1 &&
+            item.logoUrl.indexOf("/files") != 0
           ) {
             item.logoUrl = "/httpImage/" + item.logoUrl;
           }
@@ -421,15 +422,15 @@
 
     .update {
       position: absolute;
-      top: 20px;
-      right: 20px;
-      width: 140px;
-      height: 40px;
+      top: 6px;
+      right: 165px;
+      width: 112px;
+      height: 32px;
       background: #0065ff;
       color: #fff;
-      font-size: 14px;
+      /* font-size: 15px; */
       font-weight: 700;
-      line-height: 40px;
+      line-height: 33px;
       text-align: center;
     }
 

--
Gitblit v1.8.0