Merge branch 'main' of http://47.115.223.229:8888/yangjun/hldy_app_mini
This commit is contained in:
commit
2a4f56b088
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue