From f6cc5b4accb06a0e3974cd83f88bde159c40bc80 Mon Sep 17 00:00:00 2001 From: zq <136432190602163.com> Date: Fri, 30 May 2025 14:50:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B0=94=E6=B3=A1=E5=BC=B9?= =?UTF-8?q?=E5=87=BA=E6=A1=86=E5=AE=9A=E4=BD=8D=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/style/theme/common.scss | 8 ++++ src/views/super/Ranking/RankBatchList.vue | 62 ++++++++++++++++++++----------- 2 files changed, 48 insertions(+), 22 deletions(-) diff --git a/src/style/theme/common.scss b/src/style/theme/common.scss index d9312ec..01abe15 100644 --- a/src/style/theme/common.scss +++ b/src/style/theme/common.scss @@ -951,6 +951,14 @@ body { .el-popover { padding: 32px; } +::v-deep .custom-popover { + position: fixed !important; + max-height: 290px; + overflow-y: auto; + margin-top: 0 !important; + margin-left: 0 !important; + transform: none !important; +} // 日历区间背景颜色 .el-date-table td.in-range div { diff --git a/src/views/super/Ranking/RankBatchList.vue b/src/views/super/Ranking/RankBatchList.vue index dd6b547..2da66f0 100644 --- a/src/views/super/Ranking/RankBatchList.vue +++ b/src/views/super/Ranking/RankBatchList.vue @@ -26,7 +26,7 @@ - @@ -47,20 +47,23 @@ -