lxf vor 1 Jahr
Ursprung
Commit
5449908109
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/views/group/picLibrary/picture/index.vue

+ 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>