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 @@ -