From c1e5dfb4c72a0ab2478d3b7295ab7deecd3f8c8c Mon Sep 17 00:00:00 2001 From: licp <lichunping@guanfang.com.cn> Date: 星期二, 16 四月 2024 16:47:36 +0800 Subject: [PATCH] 修改样式 --- src/components/view/a6-device-overview.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/view/a6-device-overview.vue b/src/components/view/a6-device-overview.vue index 9b0b5b4..5448024 100644 --- a/src/components/view/a6-device-overview.vue +++ b/src/components/view/a6-device-overview.vue @@ -39,13 +39,13 @@ .card { list-style-type: none; display: grid; - grid-template-columns: repeat(auto-fit, 375px); + grid-template-columns: repeat(auto-fit, 415px); /* justify-content: center; */ grid-gap: 16px; min-height: 300px; } .card li{ - width: 375px; + width: 415px; height: 165px; border-radius: 8px 8px 8px 8px; border: 1px solid #EEEEEE; -- Gitblit v1.9.3