From 6f0764eaee6b398e96119a4f52259c29e19c55fa Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com>
Date: Thu, 26 Feb 2026 17:53:56 +0800
Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=95=B0=E6=8D=AE=E5=A4=84?=
=?UTF-8?q?=E7=90=86?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/plugins/video/index/index.vue | 39 ++++++++++++++++-------------
1 file changed, 21 insertions(+), 18 deletions(-)
diff --git a/pages/plugins/video/index/index.vue b/pages/plugins/video/index/index.vue
index 8095c213..268242bf 100644
--- a/pages/plugins/video/index/index.vue
+++ b/pages/plugins/video/index/index.vue
@@ -16,24 +16,24 @@
-
-
-
-
-
-
-
-
-
-
-
- {{ item.name }}
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.name }}
+
+
+
+
+
@@ -250,9 +250,12 @@ export default {
}
/* 导航栏 */
.nav-tabs {
- position: relative;
+ position: sticky;
+ top: 110rpx;
width: 100%;
padding: 0 16rpx 20rpx 16rpx;
+ background: #fff;
+ z-index: 9;
.tabs-scroll-content {
display: flex;
align-items: center;