Browse Source

fix: 修改列表页展示问题

奔跑的面条 3 years ago
parent
commit
2499cbdd44
1 changed files with 1 additions and 1 deletions
  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;
     line-height: 30px;
     &-ri {
     &-ri {
       justify-content: flex-end;
       justify-content: flex-end;
-      min-width: 165px;
+      min-width: 180px;
     }
     }
   }
   }
 }
 }