chenrui преди 4 години
родител
ревизия
c4133b4ee7
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 1 1
      src/views/reportData/stockExpenditureReport/list.vue
  2. 1 1
      src/views/reportData/stockIncomeReport/list.vue

+ 1 - 1
src/views/reportData/stockExpenditureReport/list.vue

@@ -17,7 +17,7 @@
                 <rangeDate ref="rangeDate" @change="dateChange" />
               </a-form-model-item>
             </a-col>
-            <a-col :md="6" :sm="24">
+            <a-col :md="6" :sm="24" style="margin-top: 3px;">
               <a-button type="primary" @click="handelSearch" id="stockExpenditureReportList-refresh">查询</a-button>
               <a-button style="margin-left: 8px" @click="resetSearchForm" id="stockExpenditureReportList-reset">重置</a-button>
             </a-col>

+ 1 - 1
src/views/reportData/stockIncomeReport/list.vue

@@ -17,7 +17,7 @@
                 <rangeDate ref="rangeDate" @change="dateChange" />
               </a-form-model-item>
             </a-col>
-            <a-col :md="6" :sm="24">
+            <a-col :md="6" :sm="24" style="margin-top: 3px;">
               <a-button type="primary" @click="handelSearch" id="stockIncomeReportList-refresh">查询</a-button>
               <a-button style="margin-left: 8px" @click="resetSearchForm" id="stockIncomeReportList-reset">重置</a-button>
             </a-col>