From c4d4c5d25cd78fa302fe07a824c8d7b3412bd9f1 Mon Sep 17 00:00:00 2001
From: feige <791364011@qq.com>
Date: 星期二, 06 五月 2025 16:42:15 +0800
Subject: [PATCH] 修改内容
---
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