Procházet zdrojové kódy

fix: 解决项目列表信息栏会换行的问题

奔跑的面条 před 3 roky
rodič
revize
71807be01d

+ 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: 160px;
+      min-width: 165px;
     }
   }
 }