diff --git a/src/pages/exchangepage/edittemplate/goodstemplate.js b/src/pages/exchangepage/edittemplate/goodstemplate.js index 339ed0c4..111b78cf 100644 --- a/src/pages/exchangepage/edittemplate/goodstemplate.js +++ b/src/pages/exchangepage/edittemplate/goodstemplate.js @@ -157,7 +157,9 @@ export default class edittemplate extends React.Component { { - goodsConfig.list == 2 ? : null + goodsConfig.list == 2 ? : null } diff --git a/src/pages/exchangepage/edittemplate/main.less b/src/pages/exchangepage/edittemplate/main.less index 08a5abcd..4e22af3f 100644 --- a/src/pages/exchangepage/edittemplate/main.less +++ b/src/pages/exchangepage/edittemplate/main.less @@ -536,7 +536,7 @@ border: 1px solid #F2F2F2; } - img { + #top { width: 100%; } @@ -579,9 +579,9 @@ .editor-main { top: 0; - img { - width: auto !important; - } + // img { + // width: auto !important; + // } } }