From 7a2b07ad2b0715c6e2dffb5102cd1d1c05c28d6a Mon Sep 17 00:00:00 2001
From: mark <mark18340872469@163.com>
Date: 星期四, 29 九月 2022 11:14:20 +0800
Subject: [PATCH] 点位信息 all
---
src/views/hashrate/AlgManage/index.vue | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/views/hashrate/AlgManage/index.vue b/src/views/hashrate/AlgManage/index.vue
index 5562c88..5b355d5 100644
--- a/src/views/hashrate/AlgManage/index.vue
+++ b/src/views/hashrate/AlgManage/index.vue
@@ -422,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