diff --git a/src/views/super/Ranking/RankBatchList.vue b/src/views/super/Ranking/RankBatchList.vue
index a6dbcbd..f29d997 100644
--- a/src/views/super/Ranking/RankBatchList.vue
+++ b/src/views/super/Ranking/RankBatchList.vue
@@ -615,6 +615,38 @@ export default {
margin-bottom: 0;
}
}
+
+.pop-wrap {
+ display: flex;
+ flex-direction: column;
+ gap: 20px;
+ box-sizing: border-box;
+
+ .pop-top {
+ h3 {
+ font-family: Microsoft YaHei UI;
+ font-size: 16px;
+ font-weight: bold;
+ line-height: 18px;
+ letter-spacing: 0.08em;
+ color: #1D2129;
+ margin: 0;
+
+ span {
+ display: inline-block;
+ margin-left: 12px;
+ font-size: 14px;
+ line-height: 18px;
+ color: #006AFF;
+ }
+ }
+
+ img {
+ width: 20px;
+ height: 20px;
+ }
+ }
+}
::v-deep .custom-popover {
position: fixed !important;
// max-height: 290px;
diff --git a/src/views/super/Ranking/RankList.vue b/src/views/super/Ranking/RankList.vue
index b48ef76..0ca5eff 100644
--- a/src/views/super/Ranking/RankList.vue
+++ b/src/views/super/Ranking/RankList.vue
@@ -134,7 +134,7 @@
- {{ text }} {{ row.name }} {{ rank_type_desc[dataRank] }}
+ {{ row.name }} {{ rank_type_desc[dataRank] }}
查看更多
@@ -168,7 +168,7 @@
- {{ text }} {{ row.name }} {{ rank_type_desc[dataRank] }}
+ {{ row.name }} {{ rank_type_desc[dataRank] }}
查看更多