Commit 5d2d8bcc authored by CenXinYi's avatar CenXinYi

修改按钮位置

Signed-off-by: 's avatarCenXinYi <2810162984@qq.com>
parent ede1af43
...@@ -91,18 +91,20 @@ ...@@ -91,18 +91,20 @@
<el-button size="small" icon="el-icon-refresh" @click="resetQuery">重置</el-button> <el-button size="small" icon="el-icon-refresh" @click="resetQuery">重置</el-button>
</el-form-item> </el-form-item>
<!--TODO: 导出和盘点按钮所在 --> <!--TODO: 导出按钮所在 -->
<el-row :gutter="10" class="mb8" justify="start"> <div style="float: right; padding:3px 15px;">
<el-col :span="1.5"> <el-row :gutter="10">
<el-button <el-col :span="1.5">
type="success" <el-button
size="small" type="success"
icon="el-icon-download" size="small"
@click="handleExport" icon="el-icon-download"
>导出 @click="handleExport"
</el-button> >导出
</el-col> </el-button>
</el-row> </el-col>
</el-row>
</div>
</el-form> </el-form>
</div> </div>
......
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