Browse Source

浏览器缩放导致列表样式不正确

cxmo 1 year ago
parent
commit
859acb2445
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/dataEntry_manage/databaseList.vue

+ 1 - 1
src/views/dataEntry_manage/databaseList.vue

@@ -2207,7 +2207,7 @@ export default {
 							cursor: pointer;
 							cursor: pointer;
 							img{
 							img{
 								width:100%;
 								width:100%;
-								height: 100%;
+								height: 200px;
 								object-fit: cover !important;
 								object-fit: cover !important;
 							}
 							}
 						}
 						}