hurx 2 долоо хоног өмнө
parent
commit
5cea883e1e

+ 1 - 1
src/views/project/projectInfo/index.vue

@@ -58,7 +58,7 @@
         <el-table-column label="项目编号" align="center" prop="projectNo" />
         <el-table-column label="项目logo" align="center" prop="projectLogo" width="200">
           <template #default="scope">
-            <el-image v-if="scope.row.projectLogo" :src="scope.row.projectLogo" style="width: 60px; height: 60px" fit="cover" />
+            <el-image v-if="scope.row.projectLogo" :src="scope.row.projectLogo" style="width: 60px; height: 60px; border-radius: 50%" fit="cover" />
             <span v-else>暂无图片</span>
           </template>
         </el-table-column>