north-glass-erp/northglass-erp/src/views/pp/rework/SelectRework.vue
@@ -185,13 +185,16 @@ <template> <div class="main-div-customer"> <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%" @@ -257,4 +260,8 @@ width: 99%; height: 100%; } #head{ width:40%; } </style>