From a689af1348938afd3b4506aad9b6d5057193e25d Mon Sep 17 00:00:00 2001 From: ZZJ <10913410+zzj2100@user.noreply.gitee.com> Date: 星期五, 27 五月 2022 09:59:00 +0800 Subject: [PATCH] bug修复 --- 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