1004749546@qq.com 4 lat temu
rodzic
commit
e774b58377

+ 2 - 1
src/views/power/OperateJournal/OperateJournal.vue

@@ -5,11 +5,12 @@
       <div class="table-page-search-wrapper" style="margin-bottom: 15px;">
         <a-form layout="inline">
           <a-row :gutter="48">
-            <a-col :md="8" :sm="24">
+            <a-col :md="10" :sm="24">
               <a-form-item label="操作时间">
                 <a-range-picker
                   :format="dateFormat"
                   show-time
+                  style="width: 100%;"
                   :placeholder="['开始时间', '结束时间']"
                   v-model="time"
                   @change="onChange"