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/hashrateDetail/index.vue | 15 +++++++++------
1 files changed, 9 insertions(+), 6 deletions(-)
diff --git a/src/views/hashrate/hashrateDetail/index.vue b/src/views/hashrate/hashrateDetail/index.vue
index 01583f5..44d0dec 100644
--- a/src/views/hashrate/hashrateDetail/index.vue
+++ b/src/views/hashrate/hashrateDetail/index.vue
@@ -5,11 +5,12 @@
<!-- 鍏ㄥ睆鐗堝績 -->
<div class="fullScreenheart">
<!-- 闈㈠寘灞� -->
- <el-breadcrumb separator=">">
- <el-breadcrumb-item :to="{ path: '/manageCenter' }">绠$悊涓績</el-breadcrumb-item>
- <el-breadcrumb-item>绠楀姏绠$悊</el-breadcrumb-item>
- </el-breadcrumb>
-
+ <div class="breadcrumb">
+ <!-- <el-breadcrumb separator=">">
+ <el-breadcrumb-item :to="{ path: '/manageCenter' }">绠$悊涓績</el-breadcrumb-item>
+ <el-breadcrumb-item>绠楀姏绠$悊</el-breadcrumb-item>
+ </el-breadcrumb> -->
+ </div>
<!-- tab鏍� -->
<div class="tabs">
<div
@@ -67,7 +68,9 @@
.fullScreenheart {
min-height: calc(100vh - 210px);
}
-
+ .breadcrumb {
+ height: 10px;
+ }
.el-breadcrumb {
margin-top: 48px;
margin-bottom: 24px;
--
Gitblit v1.8.0