diff --git a/pages/Warehouse/picking.vue b/pages/Warehouse/picking.vue index b9f7e68..fb3d164 100644 --- a/pages/Warehouse/picking.vue +++ b/pages/Warehouse/picking.vue @@ -143,7 +143,7 @@ 规格型号 - + {{showvalue.wlSpecificationModel}} diff --git a/pages/procurement/material.vue b/pages/procurement/material.vue index 66fbeca..541834f 100644 --- a/pages/procurement/material.vue +++ b/pages/procurement/material.vue @@ -1,6 +1,6 @@ @@ -328,7 +329,7 @@ } } - .shx:active,.scr:active{ + .rightbtn>view:active,.shx:active,.scr:active{ color: #1083F8; background: linear-gradient(-45deg, rgba(223, 244, 252, 1), rgba(204, 228, 249, 0.43)); border: 1px solid #1083F8; @@ -368,7 +369,7 @@ image { width: 1.5vw; height: 1.3vw; - margin: 0 0.5vw; + margin: 0 0.5vw 0 0; } } }