浏览代码

class 调整

loki 3 年之前
父节点
当前提交
a909f7c86b

+ 1 - 1
src/views/baseManagement/bannerManagement/index.vue

@@ -58,7 +58,7 @@ export default {
                 width: '160px',
                 height: '90px'
               },
-              class: 'pre-fix',
+              class: 'pre-img',
               attrs: {
                 src: row.imgUrl
               },

+ 1 - 1
src/views/baseManagement/problemFeedbackManagement/index.vue

@@ -74,7 +74,7 @@ export default {
                   width: '90px',
                   height: '90px'
                 },
-                class: 'pre-fix',
+                class: 'pre-img',
                 attrs: {
                   src: list[0].src
                 },

+ 1 - 1
src/views/photoManagement/eventsList/index.vue

@@ -50,7 +50,7 @@ export default {
                 width: '160px',
                 height: '90px'
               },
-              class: 'pre-fix',
+              class: 'pre-img',
               attrs: {
                 src: row.cover
               },

+ 1 - 1
src/views/photoManagement/imageGoodsManagement/index.vue

@@ -51,7 +51,7 @@ export default {
                 width: '160px',
                 height: '90px'
               },
-              class: 'pre-fix',
+              class: 'pre-img',
               attrs: {
                 src: row.listPreview
               },

+ 1 - 1
src/views/photoManagement/photoVerifyManagement/index.vue

@@ -51,7 +51,7 @@ export default {
                 width: '160px',
                 height: '90px'
               },
-              class: 'pre-fix',
+              class: 'pre-img',
               attrs: {
                 src: row.listPreview
               },

+ 1 - 1
src/views/photographerManagement/photoVerify/index.vue

@@ -51,7 +51,7 @@ export default {
               return h('span', '图片正在处理中请稍等...');
             }
             return h('img', {
-              class: 'pre-fix',
+              class: 'pre-img',
               style: {
                 width: '160px',
                 height: '90px'

+ 1 - 1
src/views/photographerManagement/photographerVerify/index.vue

@@ -56,7 +56,7 @@ export default {
                 width: '120px',
                 height: '90px'
               },
-              class: 'pre-fix',
+              class: 'pre-img',
               attrs: {
                 src: row.bodyPhoto
               },

+ 1 - 1
src/views/sceneManagement/sceneList/index.vue

@@ -54,7 +54,7 @@ export default {
                 width: '120px',
                 height: '90px'
               },
-              class: 'pre-fix',
+              class: 'pre-img',
               attrs: {
                 src: row.logo
               },

+ 1 - 1
src/views/sceneManagement/sceneVerify/index.vue

@@ -46,7 +46,7 @@ export default {
                 width: '120px',
                 height: '90px'
               },
-              class: 'pre-fix',
+              class: 'pre-img',
               attrs: {
                 src: row.logo
               },