From 80fcaa13ee791d39fb0e72182fe71a0329095dc4 Mon Sep 17 00:00:00 2001
From: zq <136432190602163.com>
Date: Wed, 3 Sep 2025 13:59:50 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8E=92=E8=A1=8C=E6=A6=9C-?=
=?UTF-8?q?=E5=8E=BB=E9=99=A4=E5=BC=B9=E5=87=BA=E6=A1=86=E6=A0=87=E9=A2=98?=
=?UTF-8?q?=E6=97=B6=E9=97=B4=E6=98=BE=E7=A4=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/elementGroups.vue | 15 ++++++++-------
src/views/super/Ranking/RankBatchList.vue | 32 +++++++++++++++++++++++++++++++
src/views/super/Ranking/RankList.vue | 4 ++--
3 files changed, 42 insertions(+), 9 deletions(-)
diff --git a/src/views/elementGroups.vue b/src/views/elementGroups.vue
index cf32a98..1b3688b 100644
--- a/src/views/elementGroups.vue
+++ b/src/views/elementGroups.vue
@@ -101,7 +101,7 @@
表格:(表头自定义、自定义渲染、固定列)
全选按钮
-
@@ -146,16 +146,17 @@
-
-
-
-
-
+
+
+
+
+
+
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] }}
查看更多