From b849886a6e1004c32cee00c2ee4e15f9d848f061 Mon Sep 17 00:00:00 2001 From: feige <791364011@qq.com> Date: 星期六, 19 四月 2025 22:06:27 +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