浏览代码

bug修复

chenrui 4 年之前
父节点
当前提交
c4133b4ee7

+ 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>