浏览代码

fix: 解决列表页布局错误问题

奔跑的面条 3 年之前
父节点
当前提交
d3e1cd2fdb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/project/items/components/ProjectItemsCard/index.vue

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

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