Browse Source

更改按钮样式

shibei_master
zxc 3 years ago
parent
commit
a12d1a301a
  1. 8
      src/views/modules/shequzhili/csgltc/csgl.vue
  2. 8
      src/views/modules/shequzhili/ggfwtc/ggfw.vue

8
src/views/modules/shequzhili/csgltc/csgl.vue

@ -33,7 +33,7 @@
</el-form-item>
<el-button style="margin-left:10px"
class="diy-button--delete"
class="diy-button--search"
size="small"
@click="handleSearch">查询</el-button>
<el-button style="margin-left:10px"
@ -45,10 +45,10 @@
</div>
<div class="div_table">
<div class="div_btn">
<el-button class="diy-button--delete"
<el-button class="diy-button--add"
size="small"
@click="handleAdd">新增</el-button>
<el-button class="diy-button--delete"
<el-button class="diy-button--search"
style="margin-left:10px"
size="small"
@click="handleExportModule('room')">下载模板</el-button>
@ -67,7 +67,7 @@
</el-upload>
<el-button style="float:left;margin-left:10px"
class="diy-button--delete"
class="diy-button--reset"
size="small"
@click="handleExport">导出</el-button>

8
src/views/modules/shequzhili/ggfwtc/ggfw.vue

@ -32,7 +32,7 @@
</el-select>
</el-form-item>
<el-button style="margin-left:10px"
class="diy-button--delete"
class="diy-button--search"
size="small"
@click="handleSearch">查询</el-button>
<el-button style="margin-left:10px"
@ -44,11 +44,11 @@
</div>
<div class="div_table">
<div class="div_btn">
<el-button class="diy-button--delete"
<el-button class="diy-button--add"
size="small"
@click="handleAdd">新增</el-button>
<el-button class="diy-button--delete"
<el-button class="diy-button--search"
style="margin-left:10px"
size="small"
@click="handleExportModule('room')">下载模板</el-button>
@ -66,7 +66,7 @@
size="small">导入</el-button>
</el-upload>
<el-button style="float:left;margin-left:10px"
class="diy-button--delete"
class="diy-button--reset"
size="small"
@click="handleExport">导出</el-button>
</div>

Loading…
Cancel
Save