소스 검색

fix: 修改列表页展示问题

奔跑的面条 3 년 전
부모
커밋
2499cbdd44
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/project/items/components/ProjectItemsCard/index.vue

+ 1 - 1
src/views/project/items/components/ProjectItemsCard/index.vue

@@ -238,7 +238,7 @@ $contentHeight: 180px;
     line-height: 30px;
     &-ri {
       justify-content: flex-end;
-      min-width: 165px;
+      min-width: 180px;
     }
   }
 }