From c7d5a63d9d4c01ddb0466ce304e65c615d609c1b Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期一, 12 八月 2024 15:06:28 +0800 Subject: [PATCH] 数据中心分页bug --- src/views/system/monitor/recovery/index.vue | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/src/views/system/monitor/recovery/index.vue b/src/views/system/monitor/recovery/index.vue index 64ef7fc..a641361 100644 --- a/src/views/system/monitor/recovery/index.vue +++ b/src/views/system/monitor/recovery/index.vue @@ -22,10 +22,6 @@ <p>寮傚父鏁�</p > </div> <div class="dashboard-item"> - <h3>{{ count.totalViews }}</h3> - <p>鐢熸垚寮傚父宸ュ崟鏁�</p > - </div> - <div class="dashboard-item"> <h3>{{ count.viewsPercentage }}%</h3> <p>璁惧杩愯鐜�</p > </div> @@ -374,7 +370,7 @@ display: flex; justify-content: center; align-items: center; - border-radius: 4px; + border-radius: 10px; width: 130px; height: 80px; margin-left: 5%; -- Gitblit v1.8.0