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>