lrf402788946 4 years ago
parent
commit
f93cd35c50
1 changed files with 1 additions and 1 deletions
  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>