浏览代码

bug修复

xinyan 6 月之前
父节点
当前提交
bab198a81e
共有 1 个文件被更改,包括 1 次插入1 次删除
  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; /* 适用于多行文本处理 */