From e37e45cfe1123928dba5d9c5a427b0ee497b7ad6 Mon Sep 17 00:00:00 2001 From: zhangzengfei <zhangzengfei@smartai.com> Date: 星期二, 23 八月 2022 03:21:32 +0800 Subject: [PATCH] 修复算法配置的字段内容 --- src/views/hashrate/AlgManage/index.vue | 15 ++++++++------- 1 files changed, 8 insertions(+), 7 deletions(-) diff --git a/src/views/hashrate/AlgManage/index.vue b/src/views/hashrate/AlgManage/index.vue index 6e0ac08..5b355d5 100644 --- a/src/views/hashrate/AlgManage/index.vue +++ b/src/views/hashrate/AlgManage/index.vue @@ -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