同步s
This commit is contained in:
parent
614f9c6133
commit
ae95d91434
|
|
@ -21,7 +21,10 @@
|
||||||
<view class="heng-blue" :style="{ left: `${selectType === 0 ? 11.5 : 10.6 + selectType * 19}%` }">
|
<view class="heng-blue" :style="{ left: `${selectType === 0 ? 11.5 : 10.6 + selectType * 19}%` }">
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
<view class="pdbt">盘点中</view>
|
||||||
|
<view class="pdbt">已完成</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
<view class="list">
|
<view class="list">
|
||||||
<toryitem></toryitem>
|
<toryitem></toryitem>
|
||||||
|
|
@ -55,6 +58,20 @@
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped lang="less">
|
<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{
|
.submit{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 3.2vw;
|
height: 3.2vw;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue