From 80fcaa13ee791d39fb0e72182fe71a0329095dc4 Mon Sep 17 00:00:00 2001
From: zq <136432190602163.com>
Date: Wed, 3 Sep 2025 13:59:50 +0800
Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8E=92=E8=A1=8C?=
=?UTF-8?q?=E6=A6=9C-=E5=8E=BB=E9=99=A4=E5=BC=B9=E5=87=BA=E6=A1=86?=
=?UTF-8?q?=E6=A0=87=E9=A2=98=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] }}
查看更多
From e16a052fce9a555c0bc86936f44a5886093bbb89 Mon Sep 17 00:00:00 2001
From: zq <136432190602163.com>
Date: Wed, 3 Sep 2025 14:48:25 +0800
Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=A4=B4=E9=83=A8?=
=?UTF-8?q?=E5=AF=BC=E8=88=AA=E6=98=BE=E7=A4=BA=E6=95=88=E6=9E=9C?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/assets/header-drop-active.svg | 1 +
src/components/Header.vue | 10 +++++++++-
2 files changed, 10 insertions(+), 1 deletion(-)
create mode 100644 src/assets/header-drop-active.svg
diff --git a/src/assets/header-drop-active.svg b/src/assets/header-drop-active.svg
new file mode 100644
index 0000000..08b4e4a
--- /dev/null
+++ b/src/assets/header-drop-active.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/components/Header.vue b/src/components/Header.vue
index 7c594cb..d362c20 100644
--- a/src/components/Header.vue
+++ b/src/components/Header.vue
@@ -10,7 +10,7 @@
{{user}}
-

+
我的域名
@@ -90,6 +90,11 @@ a:hover {
padding: 10px;
transition: all .3s;
cursor: pointer;
+ .img{
+ width: 16px;
+ height: 16px;
+ background-image: url('../assets/header-drop.svg');
+ }
&:hover{
border-radius: 6px;
background: rgba(255, 255, 255, 0.4);
@@ -97,6 +102,9 @@ a:hover {
transition: all .3s;
}
}
+ .right-item:hover .img{
+ background-image: url('../assets/header-drop-active.svg');
+ }
.el-dropdown .right-item{
padding: 0 10px;
cursor: pointer;