From 5ccf3b19b39f00b6e71836238c7c91634cdc23c0 Mon Sep 17 00:00:00 2001 From: licp <lichunping@guanfang.com.cn> Date: 星期三, 06 三月 2024 16:35:27 +0800 Subject: [PATCH] 更新value-table列表点击功能 --- src/components/view/a6-device-overview.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/components/view/a6-device-overview.vue b/src/components/view/a6-device-overview.vue index d330033..acfeafb 100644 --- a/src/components/view/a6-device-overview.vue +++ b/src/components/view/a6-device-overview.vue @@ -42,6 +42,7 @@ grid-template-columns: repeat(auto-fit, 375px); /* justify-content: center; */ grid-gap: 16px; + min-height: 300px; } .card li{ width: 375px; -- Gitblit v1.9.3