From d259d8537e9951964d5a4b2bc22cf467c0d44d7e Mon Sep 17 00:00:00 2001 From: Apple <> Date: Fri, 30 Sep 2022 14:45:41 +0800 Subject: [PATCH] =?UTF-8?q?style(=E8=90=BD=E5=9C=B0=E9=A1=B5=E7=BC=96?= =?UTF-8?q?=E8=BE=91)=EF=BC=9A=E8=B0=83=E6=95=B4=E4=BE=A7=E8=BE=B9?= =?UTF-8?q?=E6=A0=8F=E7=9B=AE=E7=BC=A9=E6=94=BE=E6=A0=B7=E5=BC=8F=E6=AF=94?= =?UTF-8?q?=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/exchangepage/edittemplate/main.less | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/src/pages/exchangepage/edittemplate/main.less b/src/pages/exchangepage/edittemplate/main.less index de05641e..474cea3f 100644 --- a/src/pages/exchangepage/edittemplate/main.less +++ b/src/pages/exchangepage/edittemplate/main.less @@ -552,7 +552,7 @@ } .detailstemplatescale{ .detailstemplate{ - transform: scale(0.31); + transform: scale(0.387); transform-origin: 0 0; img{ width: auto!important; @@ -563,8 +563,8 @@ } } .thumbheader { - width: 115px; - height: 158px; + width: 145px; + height: 200px; background: #F4F6F9; overflow: hidden; margin-top: 5px; @@ -578,16 +578,12 @@ .goodsList-item { .goodstemplate { - transform: scale(0.31); + transform: scale(0.387); transform-origin: 0 0; } .editor-main { top: 0; - - // img { - // width: auto !important; - // } } }