From 0bed59a7c83975e466e31aa2fa14d8ee15473813 Mon Sep 17 00:00:00 2001
From: feige <feige@qq.com>
Date: 星期四, 16 一月 2025 11:20:35 +0800
Subject: [PATCH] 修改了对应的bug

---
 ruoyi-ui/src/views/meeting/replay.vue |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/ruoyi-ui/src/views/meeting/replay.vue b/ruoyi-ui/src/views/meeting/replay.vue
index cb45c84..272993c 100644
--- a/ruoyi-ui/src/views/meeting/replay.vue
+++ b/ruoyi-ui/src/views/meeting/replay.vue
@@ -225,7 +225,7 @@
 }
 
 .module {
-	 
+
     width: 400px;
     height: 160px;
     background-color: rgb(255, 255, 255);
@@ -253,7 +253,7 @@
 .span2 {
     /* float: right; */
 	position: absolute;
-	right:2px;
+	right:68px;
 	top:40px;
     font-size: 20px;
     margin-top: 5%;
@@ -264,7 +264,7 @@
 .huifang{
     position: absolute ;
     bottom: 20px;
-    right: 10px;
+    right: 68px;
     font-size: 18px;
 }
 
@@ -285,11 +285,11 @@
 .spanStyle {
   white-space: normal;
   position: absolute;
-  
+
   height: 30px;
   width: 385px;
   overflow: hidden; /*瓒呭嚭鐨勬枃鏈殣钘�*/
   text-overflow: ellipsis; /* 婧㈠嚭鐢ㄧ渷鐣ュ彿*/
- 
+
 }
 </style>

--
Gitblit v1.9.1