فهرست منبع

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;