From 0fa280c6d02dbf694e36b1f352aea51132ec6dde Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期五, 04 七月 2025 18:16:09 +0800
Subject: [PATCH] 我的浏览记录增加视频播放记录,TODO样式优化、播放历史视频

---
 pages/tabbar/index/home.vue |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/pages/tabbar/index/home.vue b/pages/tabbar/index/home.vue
index b353bdd..3f07dde 100644
--- a/pages/tabbar/index/home.vue
+++ b/pages/tabbar/index/home.vue
@@ -120,13 +120,15 @@
 
         <!-- 瑙嗛淇℃伅灞� -->
         <view class="video-info" :style="{bottom: marginBottom + 20 + 'px'}">
-		  <view>
-			  <text class="video-author" @click="jumpToSearch">@{{item.authorName}}</text>
+		  <view style="width: 100%; position: relative;">
+			  <text class="video-author">@{{item.authorName}}</text>
+			  <text class="iconfont" @click="jumpToSearch" style="position: absolute;right: 45px;">&#xe64e;</text>
 		  </view>
           <view style="width: 100%;word-wrap: break-word;white-space: normal;overflow-wrap: break-word;">
 			  <text class="video-title">{{item.title}}</text>
 			  <text class="video-tag" v-for="(tag, index) in item.tagList" :key="tag.id">#{{tag.tagName}}</text>
 		  </view>
+		  
         </view>
 
        <!-- 鍙充晶浜掑姩鎸夐挳 -->
@@ -1116,7 +1118,7 @@
 	}
 
 	.video-info {
-	  width: 70%;
+	  width: 100%;
 	  position: absolute;
 	  bottom: 20px;
 	  left: 20px;

--
Gitblit v1.8.0