From 90b6b8c9e342d07e8a7121d732900287d997a8b6 Mon Sep 17 00:00:00 2001 From: feige <791364011@qq.com> Date: 星期一, 03 三月 2025 22:57:35 +0800 Subject: [PATCH] Merge branch 'master' of http://47.93.189.255:8099/r/zhangshi_app_web --- 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