diff --git a/src/views/agent/work-flow/components/history.scss b/src/views/agent/work-flow/components/history.scss index 87ebc62..0277d62 100644 --- a/src/views/agent/work-flow/components/history.scss +++ b/src/views/agent/work-flow/components/history.scss @@ -20,14 +20,15 @@ gap: 10px; .image-container { - height: 400px; - overflow: hidden; + width: 90%; + height: 100%; border-radius: 8px; } .image-container img { width: 100%; - height: auto; + height: 100%; + border-radius: 8px; aspect-ratio: 1 / 1; object-fit: cover; } @@ -46,7 +47,7 @@ justify-content: flex-start; align-items: center; gap: 4px; - + padding: 24px; .title { color: var(--Text-1, #211F24); font-size: 18px; @@ -96,7 +97,8 @@ width: 79px; height: 34px; position: relative; - + margin-top: 24px; + margin-right: 24px; .count { left: 0px; top: 10px; @@ -129,7 +131,7 @@ justify-content: flex-start; align-items: center; gap: 10px; - + margin-left: 24px; .description { align-self: stretch; color: var(--Text-2, #3C4043);