lrf402788946 4 년 전
부모
커밋
f93cd35c50
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      components/export-range.vue

+ 1 - 1
components/export-range.vue

@@ -31,7 +31,7 @@
     </el-form>
     <slot></slot>
 
-    <el-row type="flex" justify="space-around">
+    <el-row type="flex" justify="space-around" class="btn_bar">
       <el-col :span="2">
         <el-button type="primary" size="small" @click="toExport">导出</el-button>
       </el-col>