From 0a6b8d20de3726d41d8f27db410160432440aa15 Mon Sep 17 00:00:00 2001 From: caishi <1149225589@qq.com> Date: Tue, 30 May 2023 09:46:14 +0800 Subject: [PATCH] img style --- src/forge/Information/index.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/forge/Information/index.scss b/src/forge/Information/index.scss index 5551a0c2e..f81dbeed7 100644 --- a/src/forge/Information/index.scss +++ b/src/forge/Information/index.scss @@ -179,12 +179,14 @@ } &>img{ width:184px; + object-fit: cover; } & >div >img,&>img{ margin-right: 20px; height: 117px; max-width: 184px; border-radius: 3px; + object-fit: cover; } .sub_desc{ line-height: 26px; @@ -420,6 +422,7 @@ height: 66px; border-radius: 10px; margin-right: 20px; + object-fit: cover; } .in_b_main{ display: flex; @@ -554,6 +557,7 @@ margin-top: 54px; &>img{ border-radius: 0px 4px 4px 0px; + object-fit: cover; } .zone_infos_desc{ padding:0px 34px; @@ -811,6 +815,7 @@ padding:25px 0px; border-bottom: 1px dashed rgba(141, 149, 172,0.27); align-items: center; + object-fit: cover; &:last-child{ border-bottom: none; }