Commit 2af072e6 authored by GuanHua's avatar GuanHua

fix: 修改企业商城装修图片尺寸提示

parent cbcb3c8c
......@@ -77,9 +77,9 @@ const AdvertSetting: React.FC<AdvertSettingPropsType> = forwardRef((props) => {
case 'top':
return "1920*70";
case 'banner':
return "1920*460";
return "656*336";
case 'interact':
return "285*120";
return "320*160";
case 'category':
return "500*90";
case 'nav':
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment