按钮样式

This commit is contained in:
2024-03-21 13:26:23 +08:00
parent 9ce29adedc
commit 5ced9bd573
17 changed files with 48 additions and 48 deletions

View File

@@ -61,9 +61,9 @@
</view>
</view>
</view>
<view class="submit-bar">
<button class="submit-button" :class="{'btn-disabled': !pkId || !val1}" :disabled="disabled" @tap="_outconfirmInstor">确认出库</button>
<button class="submit-button" @tap="_outcoolIOQuery">查询</button>
<view class="zd-row submitbar">
<button class="zd-col-15 btn-submit btn-success" :class="{'btn-info': !pkId || !val1}" :disabled="disabled" @tap="_outconfirmInstor">确认出库</button>
<button class="zd-col-6 btn-submit btn-success letter-30" @tap="_outcoolIOQuery">查询</button>
</view>
</view>
</template>