Commit 5eecd8e4 authored by zhengke's avatar zhengke

修改

parent 95661d57
.w200 {
width: 200px!important;
}
.w240 {
width: 240px!important;
}
.el-input {
display: inline-block;
......
......@@ -21,7 +21,7 @@
<ul v-show="morequery" class="queryul" ref="searchBarFixed" :class="{'searchBarFixed':searchBarFixed}">
扫码出库
<li>
<el-input class="w200" size="small" v-model="barCode" @keyup.enter.native="payCode" placeholder="商品出库条码">
<el-input class="w240" size="small" v-model="barCode" @keyup.enter.native="payCode" placeholder="商品出库条码">
</el-input>
</li>
<template v-if="!searchBarFixed">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment