Commit 1381ac44 authored by CenXinYi's avatar CenXinYi

feat: 修改日志记录按钮位置

Signed-off-by: 's avatarCenXinYi <2810162984@qq.com>
parent 1c22b94b
...@@ -90,22 +90,24 @@ ...@@ -90,22 +90,24 @@
<el-form-item> <el-form-item>
<el-button type="primary" size="small" icon="el-icon-search" @click="handleQuery">查询</el-button> <el-button type="primary" size="small" icon="el-icon-search" @click="handleQuery">查询</el-button>
<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-button
style="float: right;"
type="success"
size="small"
icon="el-icon-download"
@click="handleExport"
>导出
</el-button>
</el-form-item> </el-form-item>
<!--TODO: 导出按钮所在 --> <!-- &lt;!&ndash;TODO: 导出按钮所在 &ndash;&gt;-->
<div style="float: right; padding:3px 15px;"> <!-- <div style="float: right; padding:3px 10px;">-->
<el-row :gutter="10"> <!-- <el-row :gutter="10">-->
<el-col :span="1.5"> <!-- <el-col :span="1.5">-->
<el-button
type="success" <!-- </el-col>-->
size="small" <!-- </el-row>-->
icon="el-icon-download" <!-- </div>-->
@click="handleExport"
>导出
</el-button>
</el-col>
</el-row>
</div>
</el-form> </el-form>
</div> </div>
......
...@@ -64,19 +64,15 @@ ...@@ -64,19 +64,15 @@
</el-form-item> </el-form-item>
<!--TODO: 导出和盘点按钮所在 --> <!--TODO: 导出和盘点按钮所在 -->
<div style="float: right; padding:3px 15px;"> <el-form-item style="float: right;">
<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-form-item>
</el-button>
</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