|
@@ -217,7 +217,7 @@ const exportForm = VueThrottle(() => {
|
|
|
<div class="sgcc-record">
|
|
|
<div class="serch-box" style="height:40px">
|
|
|
<div class="form-left">
|
|
|
- <el-form :inline="true" :model="data.searchForm">
|
|
|
+ <el-form :inline="true" size="small" :model="data.searchForm">
|
|
|
<el-form-item label="来源">
|
|
|
<el-select v-model="data.searchForm.sourceTypes" multiple clearable placeholder="请选择" collapse-tags>
|
|
|
<el-option v-for="item in data.sourceOptions" :key="item.type" :label="item.name"
|
|
@@ -234,17 +234,17 @@ const exportForm = VueThrottle(() => {
|
|
|
</el-form>
|
|
|
</div>
|
|
|
<div class="form-right">
|
|
|
- <el-button type="primary" @click="searchFn" class="iconfont icon-chaxun">搜索</el-button>
|
|
|
- <el-button type="primary" @click="refresh" class="iconfont icon-xinzeng" plain>重置</el-button>
|
|
|
+ <el-button type="primary" @click="searchFn" size="small" class="iconfont icon-chaxun">搜索</el-button>
|
|
|
+ <el-button type="primary" @click="refresh" size="small" class="iconfont icon-xinzeng" plain>重置</el-button>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="table-wrapper">
|
|
|
<div>
|
|
|
- <el-button type="primary" @click="exportForm" class="iconfont icon-xinzeng" plain>导出</el-button>
|
|
|
+ <el-button type="primary" @click="exportForm" size="small" class="iconfont icon-xinzeng" plain>导出</el-button>
|
|
|
</div>
|
|
|
<el-table :data="data.tableData" v-adaptive="{ fixedHeader: true, bottomOffset: 85 }"
|
|
|
- :header-cell-style="{ background: '#FAFAFA', color: '#152129', fontSize: '14px' }" :cell-style="{ height: '50px' }"
|
|
|
- style="width: 100%; margin-top:11px;">
|
|
|
+ :header-cell-style="{ background: '#FAFAFA', color: '#152129', fontSize: '12px' }" :cell-style="{ height: '50px' }"
|
|
|
+ style="width: 100%; margin-top:10px;font-size:12px">
|
|
|
<el-table-column type="index" width="60" align="center" label="序号"></el-table-column>
|
|
|
<!-- <el-table-column prop="username" label="用户昵称" align="center" min-width="210"></el-table-column> -->
|
|
|
<el-table-column prop="phone" width="auto" align="center" min-width="150" label="手机号"></el-table-column>
|