Skip to content

Commit

Permalink
chore: optimize model store layout
Browse files Browse the repository at this point in the history
  • Loading branch information
LynnL4 committed Jan 9, 2024
1 parent 0189fbc commit 1b68dbf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/pages/setup/process/components/Device.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down Expand Up @@ -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;
}
Expand Down

0 comments on commit 1b68dbf

Please sign in to comment.