This commit is contained in:
Teng 2025-11-20 15:56:16 +08:00
parent 2d93dc8751
commit efde4a751f
2 changed files with 14 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<view class="content-title">
<image class="title-imge" src="/static/index/indeximage.png" mode="aspectFill"></image>
<view class="title-font">
11111
{{ uni.getStorageSync('nuName') }}
</view>
</view>
<view class="wareaitem">
@ -40,7 +40,9 @@
</view>
</view>
<view @click="onlyjump(5)" class="zhanwei"></view>
<!-- <view class="white-dang">
</view> -->
<!-- <view class="operationbtn">
<view v-for="(v,i) in ['请领出库','退货入库','库存盘点','实时监控']" @tap="onTap(i)"
:class="beblue === i ? 'click-box-target' : 'click-box'">
@ -611,4 +613,14 @@
font-weight: 600;
}
}
// .white-dang{
// position: fixed;
// width: 450rpx;
// height: 50rpx;
// bottom: 100rpx;
// left: 550rpx;
// background-color: #fff;
// transform: rotate(20deg);
// transform-origin: left center;
// }
</style>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 153 KiB

After

Width:  |  Height:  |  Size: 150 KiB