From abe3a86c15105f215992d78bcaaf9b51efa1d565 Mon Sep 17 00:00:00 2001 From: ZZJ <10913410+zzj2100@user.noreply.gitee.com> Date: 星期四, 28 七月 2022 10:22:41 +0800 Subject: [PATCH] 解决冲突 --- src/views/hashrate/hashrateDetail/index.vue | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/views/hashrate/hashrateDetail/index.vue b/src/views/hashrate/hashrateDetail/index.vue index e4ea617..7e69296 100644 --- a/src/views/hashrate/hashrateDetail/index.vue +++ b/src/views/hashrate/hashrateDetail/index.vue @@ -66,6 +66,10 @@ min-width: 1346px; background-color: rgb(243, 245, 248); + .fullScreenheart { + min-height: calc(100vh - 210px); + } + .el-breadcrumb { margin-top: 48px; margin-bottom: 24px; -- Gitblit v1.8.0