Ver Fonte

bug修复

xinyan há 6 meses atrás
pai
commit
bab198a81e
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/views/computer-information/components/InfoCard.vue

+ 1 - 1
src/views/computer-information/components/InfoCard.vue

@@ -232,7 +232,7 @@ onMounted(() => {
 .card-content {
 	padding-top: 10px;
 	font-size: 14px;
-	max-height: 80px; /* 根据需要设置最大高度 */
+	max-height: 76px; /* 根据需要设置最大高度 */
 	overflow: hidden; /* 隐藏超出部分 */
 	text-overflow: ellipsis; /* 省略号效果 */
 	display: -webkit-box; /* 适用于多行文本处理 */