This commit is contained in:
wangweidong 2025-12-12 14:53:37 +08:00
parent 614f9c6133
commit ae95d91434
1 changed files with 17 additions and 0 deletions

View File

@ -21,7 +21,10 @@
<view class="heng-blue" :style="{ left: `${selectType === 0 ? 11.5 : 10.6 + selectType * 19}%` }">
</view>
</view>
<view class="pdbt">盘点中</view>
<view class="pdbt">已完成</view>
</view>
</view>
<view class="list">
<toryitem></toryitem>
@ -55,6 +58,20 @@
</script>
<style scoped lang="less">
.pdbt{
width: 7.1vw;
height: 3.2vw;
background: linear-gradient(0deg, #CAE0F9, #E9F4FF);
border-radius: 1.6vw;
border: 1px solid rgba(3,133,250,0.34);
font-weight: 400;
font-size: 1.4vw;
color: #1083F8;
margin-left: 0.7vw;
display: flex;
justify-content: center;
align-items: center;
}
.submit{
width: 100%;
height: 3.2vw;