shish hace 3 años
padre
commit
3313fdb251
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      ghsApp/src/pagesStorehouse/components/pdItem.vue

+ 1 - 1
ghsApp/src/pagesStorehouse/components/pdItem.vue

@@ -2,7 +2,7 @@
 	<view class="item-cmd_bx" @click="showAddModelFn()">
 
 		<button @click.stop="copyCreate(info)" class="admin-button-com mini-btn default" 
-			style="position:absolute;bottom:20upx;font-size:24upx;left:0upx;z-index:20;">复制新建</button>
+			style="position:absolute;bottom:22upx;font-size:24upx;left:0upx;z-index:20;">复制新建</button>
 
 		<view class="img_bx" style="background:#eeeeee">
 			<image :src="info.cover" lazy-load="true" :lazy-load-margin="0"></image>