lxf 1 жил өмнө
parent
commit
5449908109

+ 1 - 1
src/views/group/picLibrary/picture/index.vue

@@ -22,7 +22,7 @@
                 :initial-index="index"
                 fit="cover" />
             </div>
-            <div style="margin: 5px 0; white-space: nowrap; text-overflow: ellipsis">{{ item.artworkName }}</div>
+            <div style="margin: 5px 0; white-space: nowrap; text-overflow: ellipsis; height: 21px; line-height: 21px">{{ item.artworkName }}</div>
             <div style="margin: 5px 0; display: flex; justify-content: space-between">
               <el-button type="primary" @click="clickUpdate(item)" text>编辑</el-button>
               <el-button type="danger" @click="clickDelete(item)" text>删除</el-button>