소스 검색

Merge branch 'beta' of https://git.cocorobo.cn/CocoRoboLabs/pbl-student-table into beta

SanHQin 3 달 전
부모
커밋
de56b8f459
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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;