This commit is contained in:
wangweidong 2026-02-02 16:06:40 +08:00
parent 163fd78ac1
commit e85498ff62
1 changed files with 6 additions and 4 deletions

View File

@ -23,8 +23,8 @@
<view>
<view>{{v.materialName}}</view>
</view>
<view>
<text style="white-space: nowrap;margin-top: 1.2vw;"> 物料编码: {{v.materialNo}}</text>
<view style="margin-top: 1.2vw;">
<text style="white-space: nowrap;"> 物料编码: {{v.materialNo}}</text>
</view>
<view>
<text style="white-space: nowrap;"> 规格型号: {{v.specificationModel}}</text>
@ -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;