Commit 2951a6d9 authored by 罗林杰's avatar 罗林杰

修改按钮间距

parent 150078fc
...@@ -134,7 +134,7 @@ ...@@ -134,7 +134,7 @@
@click="handleImport" @click="handleImport"
>批量导入</el-button> >批量导入</el-button>
</el-col> --> </el-col> -->
<el-col :span="2"> <el-col :span="1.5">
<el-button <el-button
plain plain
icon="el-icon-download" icon="el-icon-download"
...@@ -142,7 +142,7 @@ ...@@ -142,7 +142,7 @@
@click="handleExport" @click="handleExport"
>批量导出</el-button> >批量导出</el-button>
</el-col> </el-col>
<el-col :span="16" class="text-right"> <el-col :span="17" class="text-right">
<el-button type="primary" icon="el-icon-search" size="mini" @click="handleQuery">搜索</el-button> <el-button type="primary" icon="el-icon-search" size="mini" @click="handleQuery">搜索</el-button>
</el-col> </el-col>
<el-col :span="1" class="text-right"> <el-col :span="1" class="text-right">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment