lxf vor 1 Jahr
Ursprung
Commit
4b985e61b0

+ 2 - 2
src/components/process/order.vue

@@ -157,7 +157,7 @@
                       <div style="width: calc(100% - 80px)">
                         <el-image
                           fit="scale-down"
-                          style="width: 148px; height: 148px; margin-right: 10px"
+                          style="width: 148px; height: 148px; margin-right: 10px; cursor: pointer"
                           v-if="row.blueprint"
                           :src="row.blueprint"
                           @click="openFile(row.blueprint)" />
@@ -213,7 +213,7 @@
                       <div style="width: calc(100% - 80px)">
                         <el-image
                           fit="scale-down"
-                          style="width: 148px; height: 148px; margin-right: 10px"
+                          style="width: 148px; height: 148px; margin-right: 10px; cursor: pointer"
                           v-if="row.selfAdhesiveStickerFile && row.selfAdhesiveStickerFile.fileUrl"
                           :src="row.selfAdhesiveStickerFile.fileUrl"
                           @click="openFile(row.selfAdhesiveStickerFile.fileUrl)" />

+ 2 - 2
src/views/group/order/already-removed/detail.vue

@@ -108,7 +108,7 @@
                           <div style="width: calc(100% - 80px)">
                             <el-image
                               fit="scale-down"
-                              style="width: 148px; height: 148px; margin-right: 10px"
+                              style="width: 148px; height: 148px; margin-right: 10px; cursor: pointer"
                               v-if="row.blueprint"
                               :src="row.blueprint"
                               @click="openFile(row.blueprint)" />
@@ -131,7 +131,7 @@
                           <div style="width: calc(100% - 80px)">
                             <el-image
                               fit="scale-down"
-                              style="width: 148px; height: 148px; margin-right: 10px"
+                              style="width: 148px; height: 148px; margin-right: 10px; cursor: pointer"
                               v-if="row.selfAdhesiveStickerFile && row.selfAdhesiveStickerFile.fileUrl"
                               :src="row.selfAdhesiveStickerFile.fileUrl"
                               @click="openFile(row.selfAdhesiveStickerFile.fileUrl)" />

+ 2 - 2
src/views/group/order/management/detail.vue

@@ -156,7 +156,7 @@
                           <div style="width: calc(100% - 80px)">
                             <el-image
                               fit="scale-down"
-                              style="width: 148px; height: 148px; margin-right: 10px"
+                              style="width: 148px; height: 148px; margin-right: 10px; cursor: pointer"
                               v-if="row.blueprint"
                               :src="row.blueprint"
                               @click="openFile(row.blueprint)" />
@@ -179,7 +179,7 @@
                           <div style="width: calc(100% - 80px)">
                             <el-image
                               fit="scale-down"
-                              style="width: 148px; height: 148px; margin-right: 10px"
+                              style="width: 148px; height: 148px; margin-right: 10px; cursor: pointer"
                               v-if="row.selfAdhesiveStickerFile && row.selfAdhesiveStickerFile.fileUrl"
                               :src="row.selfAdhesiveStickerFile.fileUrl"
                               @click="openFile(row.selfAdhesiveStickerFile.fileUrl)" />

+ 2 - 2
src/views/subsidiary/order/management/add.vue

@@ -159,7 +159,7 @@
                           <div style="width: calc(100% - 80px)">
                             <el-image
                               fit="scale-down"
-                              style="width: 148px; height: 148px; margin-right: 10px"
+                              style="width: 148px; height: 148px; margin-right: 10px; cursor: pointer"
                               v-if="row.blueprint"
                               :src="row.blueprint"
                               @click="openFile(row.blueprint)" />
@@ -215,7 +215,7 @@
                           <div style="width: calc(100% - 80px)">
                             <el-image
                               fit="scale-down"
-                              style="width: 148px; height: 148px; margin-right: 10px"
+                              style="width: 148px; height: 148px; margin-right: 10px; cursor: pointer"
                               v-if="row.selfAdhesiveStickerFile && row.selfAdhesiveStickerFile.fileUrl"
                               :src="row.selfAdhesiveStickerFile.fileUrl"
                               @click="openFile(row.selfAdhesiveStickerFile.fileUrl)" />

+ 2 - 2
src/views/subsidiary/order/management/design.vue

@@ -95,7 +95,7 @@
                           <div style="width: calc(100% - 80px)">
                             <el-image
                               fit="scale-down"
-                              style="width: 148px; height: 148px; margin-right: 10px"
+                              style="width: 148px; height: 148px; margin-right: 10px; cursor: pointer"
                               v-if="row.blueprint"
                               :src="row.blueprint"
                               @click="openFile(row.blueprint)" />
@@ -151,7 +151,7 @@
                           <div style="width: calc(100% - 80px)">
                             <el-image
                               fit="scale-down"
-                              style="width: 148px; height: 148px; margin-right: 10px"
+                              style="width: 148px; height: 148px; margin-right: 10px; cursor: pointer"
                               v-if="row.selfAdhesiveStickerFile && row.selfAdhesiveStickerFile.fileUrl"
                               :src="row.selfAdhesiveStickerFile.fileUrl"
                               @click="openFile(row.selfAdhesiveStickerFile.fileUrl)" />