Browse Source

死亡记录按钮布局修改

V1.0
mk 2 years ago
parent
commit
38766a676d
  1. 9
      src/views/modules/plugins/change/changedeath.vue

9
src/views/modules/plugins/change/changedeath.vue

@ -72,15 +72,14 @@
</el-form> </el-form>
<el-row> <el-row type="flex" justify="right">
<el-button <el-col :span="24" align="right">
<el-button
style="margin-left: 10px" style="margin-left: 10px"
size="small" size="small"
class="diy-button--blue" class="diy-button--blue"
@click="getDataList" @click="getDataList"
>查询</el-button >查询</el-button>
>
<el-col :span="24" align="right">
<el-button class="diy-button--white" size="small" @click="resetForm" <el-button class="diy-button--white" size="small" @click="resetForm"
>重置</el-button >重置</el-button
> >

Loading…
Cancel
Save