From b2ef7fa10a2faeeafdab8d94d8fa0a02a7dab360 Mon Sep 17 00:00:00 2001
From: ZhangXianQiang <1135831638@qq.com>
Date: 星期五, 08 三月 2024 17:57:41 +0800
Subject: [PATCH] fix:修改实例获取
---
src/views/index/chartgd.vue | 16 ++++++++++++----
1 files changed, 12 insertions(+), 4 deletions(-)
diff --git a/src/views/index/chartgd.vue b/src/views/index/chartgd.vue
index 4806ef8..fd670e0 100644
--- a/src/views/index/chartgd.vue
+++ b/src/views/index/chartgd.vue
@@ -642,20 +642,28 @@
margin: 0px;
position: relative;
.info-div{
+ cursor: pointer;
margin-top: 0.5rem;
- background-color: #4E2749;
+ //background-color: #4E2749;
height: 2.5rem;
line-height: 2.5rem;
padding-left: 0.5rem;
+ font-family: PingFang SC;
+ font-weight: 800;
+ color: #74A6F2;
}
.info-box {
+
position: absolute;
- top: 8px;
- right: 8px;
+ top: 80px;
+ right: 34%;
width: 300px;
//height: 100%;
//background-color: #1f1f1f;
- background-color: #131F3F;
+ opacity: 0.6;
+ background: #11223A;
+ border: 1px solid #29466A;
+ //background-color: #131F3F;
padding: 1rem;
display: flex;
flex-direction: column;
--
Gitblit v1.8.0