Browse Source

修改样式

master
邓宏 2 years ago
parent
commit
f3e61cb64a
  1. 6
      pages/stock/mana.vue

6
pages/stock/mana.vue

@ -68,8 +68,12 @@
&>.company{ &>.company{
font-size:24rpx; font-size:24rpx;
margin-bottom:14rpx; margin-bottom:14rpx;
display: flex;
text{ text{
color:var(--c); color:var(--c);
&:first-child{
flex-shrink: 0;
}
} }
} }
&>.num{ &>.num{
@ -142,7 +146,7 @@
</view> </view>
<view class="company"> <view class="company">
<text style="--c:#FBA83C;margin-right:14rpx;">{{v.detailType}}</text> <text style="--c:#FBA83C;margin-right:14rpx;">{{v.detailType}}</text>
<text style="--c:#999;">{{v.supplierName}}</text> <text style="--c:#999;" class="over">{{v.supplierName}}</text>
</view> </view>
<view class="num"> <view class="num">
<text>库存量{{v.equivalentInventory||0}}kg</text> <text>库存量{{v.equivalentInventory||0}}kg</text>

Loading…
Cancel
Save