This commit is contained in:
parent
163fd78ac1
commit
e85498ff62
|
|
@ -23,8 +23,8 @@
|
||||||
<view>
|
<view>
|
||||||
<view>{{v.materialName}}</view>
|
<view>{{v.materialName}}</view>
|
||||||
</view>
|
</view>
|
||||||
<view>
|
<view style="margin-top: 1.2vw;">
|
||||||
<text style="white-space: nowrap;margin-top: 1.2vw;"> 物料编码: {{v.materialNo}}</text>
|
<text style="white-space: nowrap;"> 物料编码: {{v.materialNo}}</text>
|
||||||
</view>
|
</view>
|
||||||
<view>
|
<view>
|
||||||
<text style="white-space: nowrap;"> 规格型号: {{v.specificationModel}}</text>
|
<text style="white-space: nowrap;"> 规格型号: {{v.specificationModel}}</text>
|
||||||
|
|
@ -290,9 +290,11 @@
|
||||||
&:nth-child(3),
|
&:nth-child(3),
|
||||||
&:nth-child(4),
|
&:nth-child(4),
|
||||||
&:nth-child(5){
|
&:nth-child(5){
|
||||||
display: flex;
|
|
||||||
justify-content: space-between;
|
|
||||||
margin-top: 0.25vw;
|
margin-top: 0.25vw;
|
||||||
|
max-width: 25vw;
|
||||||
|
white-space: nowrap;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
overflow: hidden;
|
||||||
text {
|
text {
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 1.4vw;
|
font-size: 1.4vw;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue