From 4b6b64e1a679815c793c5caf28ad8bfaa26ab479 Mon Sep 17 00:00:00 2001
From: NNowhZzU <1539353356@qq.com>
Date: 星期一, 25 十二月 2023 13:46:31 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 north-glass-erp/northglass-erp/src/views/pp/Replenish/SelectReplenish.vue |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/north-glass-erp/northglass-erp/src/views/pp/Replenish/SelectReplenish.vue b/north-glass-erp/northglass-erp/src/views/pp/Replenish/SelectReplenish.vue
index 1d58a78..5985bbc 100644
--- a/north-glass-erp/northglass-erp/src/views/pp/Replenish/SelectReplenish.vue
+++ b/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="缁撴潫鏃堕棿"
       />
+      &nbsp;
       <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>
\ No newline at end of file

--
Gitblit v1.8.0