liyongli 1 year ago
parent
commit
e3e18f1e78
1 changed files with 3 additions and 2 deletions
  1. 3 2
      src/view/Scheduling/index.vue

+ 3 - 2
src/view/Scheduling/index.vue

@@ -2,13 +2,14 @@
   <el-config-provider :locale="zhCn">
     <div class="Scheduling">
       <el-row>
-        <el-col :span="12"
+        <el-col :span="20"
           ><el-date-picker
             v-model="dates"
             type="dates"
+            style="width:100%"
             placeholder="请选择日期"
         /></el-col>
-        <el-col :span="12" style="text-align: right">
+        <el-col :span="4" style="text-align: right">
           <el-button type="primary" @click="showHistoryDate"
             >历史记录</el-button
           >