소스 검색

bug修复

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>