7d2ab579 by renchao@pashanhoo.com

style:样式修改

1 parent e8759a2d
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
24 <svg-icon class="shutdown" @click.native="logout" icon-class='shutdown' /> 24 <svg-icon class="shutdown" @click.native="logout" icon-class='shutdown' />
25 </div> 25 </div>
26 </div> 26 </div>
27 <NoticeBar class="NoticeBar" :noticeList="noticeList" /> 27 <NoticeBar class="NoticeBar" :noticeList="noticeList" v-if="noticeList.length > 0" />
28 </div> 28 </div>
29 </template> 29 </template>
30 <script> 30 <script>
......
1 <template> 1 <template>
2 <div class="from-clues"> 2 <div class="from-clues">
3 <div class="from-clues-header"> 3 <div class="from-clues-header">
4 <el-form :model="queryForm" ref="queryForm" @submit.native.prevent label-width="80px"> 4 <el-form :model="queryForm" ref="queryForm" @submit.native.prevent label-width="100px">
5 <el-row> 5 <el-row>
6 <el-col :span="5"> 6 <el-col :span="5">
7 <el-form-item label="业务来源" label-width="70px"> 7 <el-form-item label="业务来源">
8 <el-select v-model="queryForm.ywly" class="width100" filterable 8 <el-select v-model="queryForm.ywly" class="width100" filterable
9 @change="handleSelect('ywly', 'ywlymc', 'ywly')" @clear="handleEmpty('ywlymc')" clearable 9 @change="handleSelect('ywly', 'ywlymc', 'ywly')" @clear="handleEmpty('ywlymc')" clearable
10 placeholder="请选择业务来源"> 10 placeholder="请选择业务来源">
...@@ -86,7 +86,7 @@ ...@@ -86,7 +86,7 @@
86 </div> 86 </div>
87 <div class="from-clues-content"> 87 <div class="from-clues-content">
88 <lb-table :page-size="pageData.size" class="loadingtext" @sort-change="handleSort" 88 <lb-table :page-size="pageData.size" class="loadingtext" @sort-change="handleSort"
89 :current-page.sync="pageData.currentPage" :heightNum="295" :total="tableData.total" 89 :current-page.sync="pageData.currentPage" :heightNum="335" :total="tableData.total"
90 @size-change="handleSizeChange" @p-current-change="handleCurrentChange" :column="tableData.columns" 90 @size-change="handleSizeChange" @p-current-change="handleCurrentChange" :column="tableData.columns"
91 :data="tableData.data"> 91 :data="tableData.data">
92 </lb-table> 92 </lb-table>
......