فهرست منبع

一览画面预览图片时,调整为高800

baolei 6 ماه پیش
والد
کامیت
26a92ad79e

+ 1 - 1
08.src/Xingxi/xingxi-admin/src/main/resources/templates/business/banner/banner.html

@@ -70,7 +70,7 @@
                         field: 'bannerUrl',
                         title: 'banner图',
                         formatter: function(value, row, index) {
-                            return $.table.imageView(value);
+                            return $.table.imageView(value,800);
                         }
                     },
                     {

+ 1 - 1
08.src/Xingxi/xingxi-admin/src/main/resources/templates/master/designer/designer.html

@@ -67,7 +67,7 @@
                         field: 'designerAvatar',
                         title: '设计师头像',
                         formatter: function(value, row, index) {
-                            return $.table.imageView(value);
+                            return $.table.imageView(value,800);
                         }
                     },
                     {

+ 1 - 1
08.src/Xingxi/xingxi-admin/src/main/resources/templates/master/ipInfo/ipInfo.html

@@ -75,7 +75,7 @@
                         field: 'ipUrl',
                         title: 'IP图片',
                         formatter: function(value, row, index) {
-                            return $.table.imageView(value);
+                            return $.table.imageView(value,800);
                         }
                     },
                     // {

+ 1 - 1
08.src/Xingxi/xingxi-admin/src/main/resources/templates/master/product/class/prodClass.html

@@ -77,7 +77,7 @@
                     field: 'classUrl',
                     title: '商品分类图片',
                     formatter: function(value, row, index) {
-                        return $.table.imageView(value);
+                        return $.table.imageView(value,800);
                     }
                 },
                 {