Browse Source

fix: 解决列表页布局问题

奔跑的面条 3 years ago
parent
commit
b1870296c0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/project/items/components/ProjectItemsCard/index.vue

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

@@ -27,7 +27,7 @@
       </div>
       <template #action>
         <div class="go-flex-items-center list-footer" justify="space-between">
-          <n-text class="go-ellipsis-1">
+          <n-text class="go-ellipsis-1" :title="cardData.title">
             {{ cardData.title || '' }}
           </n-text>
           <!-- 工具 -->
@@ -234,7 +234,7 @@ $contentHeight: 180px;
     line-height: 30px;
     &-ri {
       justify-content: flex-end;
-      min-width: 165px;
+      min-width: 180px;
     }
   }
 }