From 1b68dbfb699e90acdcf923022bdd0fa14f04b3a7 Mon Sep 17 00:00:00 2001 From: LynnL4 Date: Tue, 9 Jan 2024 10:33:42 +0800 Subject: [PATCH] chore: optimize model store layout --- src/pages/setup/process/components/Device.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/pages/setup/process/components/Device.vue b/src/pages/setup/process/components/Device.vue index 863cc70..42627ec 100644 --- a/src/pages/setup/process/components/Device.vue +++ b/src/pages/setup/process/components/Device.vue @@ -688,8 +688,8 @@ .img-container { display: flex; flex-flow: row wrap; - gap: 48px 32px; - max-height: 500px; + gap: 42px 42px; + max-height: 700px; margin: 20px 0; overflow-y: auto; } @@ -730,15 +730,15 @@ .come-to-sense-craft-ai { display: flex; flex-direction: column; - width: 150px; + width: 200px; margin-top: 10px; overflow: hidden; border: 1px solid var(--color-neutral-3); border-radius: var(--border-radius-small); img { - width: 150px; - height: 112.5px; + width: 200px; + height: 150px; object-fit: cover; }