表格样式修改
This commit is contained in:
parent
af114d29dd
commit
2afd2a7686
|
|
@ -29,8 +29,8 @@
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="12" style="text-align: right;">
|
<el-col :span="12" style="text-align: right;">
|
||||||
<el-button type="primary" icon="el-icon-search" @click="onHandleQuery"> 查询</el-button>
|
<el-button type="primary" icon="el-icon-search" size="mini" @click="onHandleQuery"> 查询</el-button>
|
||||||
<el-button icon="el-icon-refresh" @click="onHandleReset">重置</el-button>
|
<el-button icon="el-icon-refresh" size="mini" @click="onHandleReset">重置</el-button>
|
||||||
</el-col>
|
</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
|
|
||||||
|
|
@ -41,7 +41,7 @@
|
||||||
<el-card class="content-box">
|
<el-card class="content-box">
|
||||||
<el-row>
|
<el-row>
|
||||||
<el-col :span="24" style="text-align: right;">
|
<el-col :span="24" style="text-align: right;">
|
||||||
<el-button icon="el-icon-download" @click="onHandleExport">导出数据</el-button>
|
<el-button icon="el-icon-download" size="mini" @click="onHandleExport">导出数据</el-button>
|
||||||
</el-col>
|
</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
<div class="table-container" style="flex: 1; overflow-y: auto;">
|
<div class="table-container" style="flex: 1; overflow-y: auto;">
|
||||||
|
|
|
||||||
|
|
@ -27,8 +27,8 @@
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="12" style="text-align: right;">
|
<el-col :span="12" style="text-align: right;">
|
||||||
<el-button type="primary" icon="el-icon-search" @click="onHandleQuery"> 查询</el-button>
|
<el-button type="primary" icon="el-icon-search" size="mini" @click="onHandleQuery"> 查询</el-button>
|
||||||
<el-button icon="el-icon-refresh" @click="onHandleReset">重置</el-button>
|
<el-button icon="el-icon-refresh" size="mini" @click="onHandleReset">重置</el-button>
|
||||||
</el-col>
|
</el-col>
|
||||||
</el-card>
|
</el-card>
|
||||||
</el-form>
|
</el-form>
|
||||||
|
|
@ -37,7 +37,7 @@
|
||||||
<el-card class="content-box">
|
<el-card class="content-box">
|
||||||
<el-row>
|
<el-row>
|
||||||
<el-col :span="24" style="text-align: right;">
|
<el-col :span="24" style="text-align: right;">
|
||||||
<el-button icon="el-icon-download" @click="onHandleExport">导出数据</el-button>
|
<el-button icon="el-icon-download" size="mini" @click="onHandleExport">导出数据</el-button>
|
||||||
</el-col>
|
</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
<div class="table-container">
|
<div class="table-container">
|
||||||
|
|
|
||||||
|
|
@ -27,8 +27,8 @@
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="12" style="text-align: right;">
|
<el-col :span="12" style="text-align: right;">
|
||||||
<el-button type="primary" icon="el-icon-search" @click="onHandleQuery"> 查询</el-button>
|
<el-button type="primary" size="mini" icon="el-icon-search" @click="onHandleQuery"> 查询</el-button>
|
||||||
<el-button icon="el-icon-refresh" @click="onHandleReset">重置</el-button>
|
<el-button icon="el-icon-refresh" size="mini" @click="onHandleReset">重置</el-button>
|
||||||
</el-col>
|
</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
|
|
||||||
|
|
@ -39,7 +39,7 @@
|
||||||
<el-card class="content-box">
|
<el-card class="content-box">
|
||||||
<el-row>
|
<el-row>
|
||||||
<el-col :span="24" style="text-align: right;">
|
<el-col :span="24" style="text-align: right;">
|
||||||
<el-button icon="el-icon-download" @click="onHandleExport">导出数据</el-button>
|
<el-button icon="el-icon-download" size="mini" @click="onHandleExport">导出数据</el-button>
|
||||||
</el-col>
|
</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
<div class="table-container">
|
<div class="table-container">
|
||||||
|
|
|
||||||
|
|
@ -15,8 +15,8 @@
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="12" style="text-align: right;">
|
<el-col :span="12" style="text-align: right;">
|
||||||
<el-button type="primary" icon="el-icon-search" @click="onHandleQuery"> 查询</el-button>
|
<el-button type="primary" size="mini" icon="el-icon-search" @click="onHandleQuery"> 查询</el-button>
|
||||||
<el-button icon="el-icon-refresh" @click="onHandleReset">重置</el-button>
|
<el-button icon="el-icon-refresh" size="mini" @click="onHandleReset">重置</el-button>
|
||||||
</el-col>
|
</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
|
|
||||||
|
|
@ -27,7 +27,7 @@
|
||||||
<el-card class="content-box">
|
<el-card class="content-box">
|
||||||
<el-row>
|
<el-row>
|
||||||
<el-col :span="24" style="text-align: right;">
|
<el-col :span="24" style="text-align: right;">
|
||||||
<el-button icon="el-icon-download" @click="onHandleExport">导出数据</el-button>
|
<el-button icon="el-icon-download" size="mini" @click="onHandleExport">导出数据</el-button>
|
||||||
</el-col>
|
</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
<div class="table-container">
|
<div class="table-container">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue