소스 검색

style: 调整Tracking批量下载卡片高度

Jack Zhou 3 주 전
부모
커밋
047a0a25e3
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/views/Tracking/src/components/DownloadAttachment/src/DownloadAttachment.vue

+ 1 - 0
src/views/Tracking/src/components/DownloadAttachment/src/DownloadAttachment.vue

@@ -399,6 +399,7 @@ const handleDownloadAllSelectedFiles = (label?: string) => {
   & > .attachment-list {
     display: grid;
     grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
+    grid-template-rows: 320px;
     // display: flex;
     gap: 8px;
     // flex-wrap: wrap;