lsc 3 months ago
parent
commit
cd5859214e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/components/index.vue

+ 2 - 2
src/components/index.vue

@@ -1066,7 +1066,7 @@ export default {
 }
 
 .textOverflow > .utitle{
-  max-width: calc(100% - 100px);
+  max-width: calc(100%);
   overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;
@@ -1074,7 +1074,7 @@ export default {
   display: block;
 }
 .textOverflow > .uname{
-  max-width: 90px;
+  min-width: fit-content;
   overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;