feige
2025-01-16 0bed59a7c83975e466e31aa2fa14d8ee15473813
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>