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; - // } } }