north-glass-erp/northglass-erp/src/views/pp/Replenish/SelectReplenish.vue
@@ -270,14 +270,17 @@ <template> <div class="main-div-customer"> <div id="head" style="width: 900px;"> <div id="head" > <el-row :gutter="0"> <el-date-picker v-model="value" type="daterange" start-placeholder="报工开始时间" end-placeholder="结束时间" /> <el-button type="primary">查询</el-button> </el-row> </div> <vxe-grid max-height="100%" @@ -321,4 +324,7 @@ width: 99%; height: 100%; } #head{ width:40%; } </style>