diff --git a/pages/procurement/components/carditem.vue b/pages/procurement/components/carditem.vue index b94e07a..ef8669d 100644 --- a/pages/procurement/components/carditem.vue +++ b/pages/procurement/components/carditem.vue @@ -23,8 +23,8 @@ {{v.materialName}} - - 物料编码: {{v.materialNo}} + + 物料编码: {{v.materialNo}} 规格型号: {{v.specificationModel}} @@ -290,9 +290,11 @@ &:nth-child(3), &:nth-child(4), &:nth-child(5){ - display: flex; - justify-content: space-between; margin-top: 0.25vw; + max-width: 25vw; + white-space: nowrap; + text-overflow: ellipsis; + overflow: hidden; text { font-weight: 400; font-size: 1.4vw;