傅行帆 5 年 前
コミット
9a186f211f
共有2 個のファイルを変更した2 個の追加2 個の削除を含む
  1. 1
    1
      src/pages/carouselFigure/editCarousel.jsx
  2. 1
    1
      src/pages/style/GoodsList.less

+ 1
- 1
src/pages/carouselFigure/editCarousel.jsx ファイルの表示

@@ -164,7 +164,7 @@ const { MonthPicker, RangePicker, WeekPicker } = DatePicker;
164 164
           name: 'image',
165 165
           type: FieldTypes.ImageUploader,
166 166
           value: data.image,
167
-          help: () => (locationType ? '建议图片尺寸:750*420px,比例16:9,格式:jpg,用于积分商城banner轮播' : '建议图片尺寸:750*464px,比例1.:0.618,格式:jpg,用于:首页顶部banner轮播'),
167
+          help: () => (locationType ? '建议图片尺寸:750*250px,比例3:1,格式:jpg,用于积分商城banner轮播' : '建议图片尺寸:750*464px,比例1.:0.618,格式:jpg,用于:首页顶部banner轮播'),
168 168
           rules: [
169 169
             { required: true, message: '请上传轮播图' },
170 170
           ],

+ 1
- 1
src/pages/style/GoodsList.less ファイルの表示

@@ -11,7 +11,7 @@
11 11
 
12 12
 .imgPerfect {
13 13
   width: 120px;
14
-  height: 67.5px;
14
+  height: 40px;
15 15
 }
16 16
 
17 17
 .imgIndex {