Commit 5eecd8e4 authored by zhengke's avatar zhengke

修改

parent 95661d57
.w200 { .w200 {
width: 200px!important; width: 200px!important;
} }
.w240 {
width: 240px!important;
}
.el-input { .el-input {
display: inline-block; display: inline-block;
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
<ul v-show="morequery" class="queryul" ref="searchBarFixed" :class="{'searchBarFixed':searchBarFixed}"> <ul v-show="morequery" class="queryul" ref="searchBarFixed" :class="{'searchBarFixed':searchBarFixed}">
扫码出库 扫码出库
<li> <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> </el-input>
</li> </li>
<template v-if="!searchBarFixed"> <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