Commit 045b7b3a authored by danfuman's avatar danfuman

修改

parent a7def187
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
</div> </div>
<skeleton v-if="isSkeleton"></skeleton> <skeleton v-if="isSkeleton"></skeleton>
<div class="table-item"> <div class="table-item">
<el-table v-show="!isSkeleton&&tableData.total > 0" class="fixed-table" v-horizontal-scroll="'always'" ref="thistables" <el-table v-show="!isSkeleton&&tableData.total > 0" class="fixed-table" v-horizontal-scroll="'hover'" ref="thistables"
:data="tableData.rows" :data="tableData.rows"
stripe border stripe border
style="width: 100%"> style="width: 100%">
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
</div> </div>
</div> </div>
<skeleton v-if="isSkeleton"></skeleton> <skeleton v-if="isSkeleton"></skeleton>
<el-table v-if="!isSkeleton&&tableData.total > 0" class="fixed-table" v-horizontal-scroll="'always'" max-height="640" <el-table v-if="!isSkeleton&&tableData.total > 0" class="fixed-table" v-horizontal-scroll="'hover'" max-height="640"
:data="tableData.rows" :data="tableData.rows"
stripe border stripe border
style="width: 100%"> style="width: 100%">
......
...@@ -75,7 +75,7 @@ ...@@ -75,7 +75,7 @@
</el-col> </el-col>
<div class="empty" v-if="hzqkTotal === 0"> <div class="empty" v-if="hzqkTotal === 0">
<img class="img" src="@/assets/images/project/empty.png"> <img class="img" src="@/assets/images/project/empty.png">
<div class="p1">抱歉,没找到相关数据</div> <div class="p1">抱歉,您还未添加合作客户</div>
</div> </div>
</el-row> </el-row>
</div> </div>
...@@ -102,7 +102,7 @@ ...@@ -102,7 +102,7 @@
</el-row> </el-row>
<div class="empty" v-if="creditLevel.length === 0"> <div class="empty" v-if="creditLevel.length === 0">
<img class="img" src="@/assets/images/project/empty.png"> <img class="img" src="@/assets/images/project/empty.png">
<div class="p1">抱歉,没找到相关数据</div> <div class="p1">抱歉,您还未添加客户</div>
</div> </div>
</div> </div>
<div class="content_wap3"> <div class="content_wap3">
...@@ -178,8 +178,7 @@ ...@@ -178,8 +178,7 @@
</div> </div>
<div class="empty" v-if="recordlist.length === 0"> <div class="empty" v-if="recordlist.length === 0">
<img class="img" src="@/assets/images/project/empty.png"> <img class="img" src="@/assets/images/project/empty.png">
<div class="p1">抱歉,没找到相关数据</div> <div class="p1">抱歉,您还未添加跟进动态</div>
<div class="p2">建议调整筛选条件,重新搜索</div>
</div> </div>
</div> </div>
</div> </div>
...@@ -973,7 +972,7 @@ ...@@ -973,7 +972,7 @@
width: 108px; width: 108px;
height: 108px; height: 108px;
margin-bottom: 24px; margin-bottom: 24px;
margin-top: 50px; margin-top: 100px;
} }
.p1{ .p1{
color: #333333; color: #333333;
......
...@@ -85,7 +85,7 @@ ...@@ -85,7 +85,7 @@
], ],
formData: [ formData: [
{ type: 7, fieldName: 'province', value: '',props: {multiple: true,value: 'id',expandTrigger: 'hover'}, placeholder: '项目地区', options:[]}, { type: 7, fieldName: 'province', value: '',props: {multiple: true,value: 'id',expandTrigger: 'hover'}, placeholder: '项目地区', options:[]},
{ type: 5, fieldName: 'time', value: '', placeholder: '中标时间', startTime: 'startBidTime', endTime: 'endBidTime',timeList:[] }, { type: 5, fieldName: 'time', value: '', placeholder: '中标时间', startTime: 'startBidTime', endTime: 'endBidTime',timeList:[],dateTo:this.formatDate(new Date()) },
{ type: 6, fieldName: 'money', value: '', placeholder: '中标金额', startMoney: 'minAmount', endMoney: 'maxAmount',moneyList:[] }, { type: 6, fieldName: 'money', value: '', placeholder: '中标金额', startMoney: 'minAmount', endMoney: 'maxAmount',moneyList:[] },
{ type: 4, fieldName: 'boundTypes', value: '', placeholder: '业绩类型', options: [],width:150}, { type: 4, fieldName: 'boundTypes', value: '', placeholder: '业绩类型', options: [],width:150},
{ type: 4, fieldName: 'projectTypes', value: '', placeholder: '项目类型', options: [],width:150}, { type: 4, fieldName: 'projectTypes', value: '', placeholder: '项目类型', options: [],width:150},
......
...@@ -150,7 +150,7 @@ ...@@ -150,7 +150,7 @@
<skeleton style="margin-left:16px;" v-if="isSkeleton"></skeleton> <skeleton style="margin-left:16px;" v-if="isSkeleton"></skeleton>
<div class="table-item table-item-jf" v-if="!isSkeleton&&tableData.length>0"> <div class="table-item table-item-jf" v-if="!isSkeleton&&tableData.length>0">
<el-table :data="tableData" :header-cell-style="{ background:'#f0f3fa',color: 'rgba(35,35,35,0.8)'}" v-horizontal-scroll="'always'" class="table-item1 fixed-table" border highlight-current-row> <el-table :data="tableData" :header-cell-style="{ background:'#f0f3fa',color: 'rgba(35,35,35,0.8)'}" v-horizontal-scroll="'hover'" class="table-item1 fixed-table" border highlight-current-row>
<el-table-column type="index" label="序号" fixed width="60"> <el-table-column type="index" label="序号" fixed width="60">
<template slot-scope="scope"> <template slot-scope="scope">
<span>{{(pageNum - 1) *20 + scope.$index + 1}}</span> <span>{{(pageNum - 1) *20 + scope.$index + 1}}</span>
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
v-loading="tableLoading" v-loading="tableLoading"
:data="tableData" :data="tableData"
border border
v-horizontal-scroll="'always'" v-horizontal-scroll="'hover'"
highlight-current-row highlight-current-row
@sort-change="sortChange" @sort-change="sortChange"
:default-sort = "{prop: 'gdp', order: 'descending'}" :default-sort = "{prop: 'gdp', order: 'descending'}"
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
v-loading="tableLoading" v-loading="tableLoading"
border border
fit fit
v-horizontal-scroll="'always'" v-horizontal-scroll="'hover'"
@sort-change="sortChange" @sort-change="sortChange"
highlight-current-row highlight-current-row
v-if="tableDataTotal > 0 && !isSkeleton" v-if="tableDataTotal > 0 && !isSkeleton"
...@@ -373,10 +373,11 @@ export default { ...@@ -373,10 +373,11 @@ export default {
} }
::v-deep .el-input.el-input-group{ ::v-deep .el-input.el-input-group{
width: 240px; width: 240px;
height: 32px; height: 30px;
border: 1px solid #e0e0e0;
.el-input__inner{ .el-input__inner{
height: 32px; height: 30px;
border-right: 0; border: 0;
} }
.el-input__suffix{ .el-input__suffix{
margin-top: -1px; margin-top: -1px;
...@@ -389,10 +390,10 @@ export default { ...@@ -389,10 +390,10 @@ export default {
margin-right: 4px; margin-right: 4px;
} }
.el-input__inner:focus{ .el-input__inner:focus{
border-color: #0081FF; /*border-color: #0081FF;*/
} }
.el-input__inner:focus ~.el-input-group__append{ .el-input__inner:focus ~.el-input-group__append{
border: 1px solid #0081FF; /*border: 1px solid #0081FF;*/
color: #ffffff; color: #ffffff;
background: #0081FF; background: #0081FF;
} }
...@@ -402,8 +403,12 @@ export default { ...@@ -402,8 +403,12 @@ export default {
text-align: center; text-align: center;
background: #F5F5F5; background: #F5F5F5;
color:#0081FF; color:#0081FF;
border-left: 0; border-radius:0 2px 2px 0;
border-radius: 2px; border: 0;
&:hover{
color: #ffffff;
background: #0081FF;
}
} }
} }
.total{ .total{
......
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
:data="tableData" :data="tableData"
element-loading-text="Loading" element-loading-text="Loading"
@sort-change="sortChange" @sort-change="sortChange"
v-horizontal-scroll="'always'" v-horizontal-scroll="'hover'"
border border
highlight-current-row highlight-current-row
v-if="tableDataTotal > 0 && !isSkeleton" v-if="tableDataTotal > 0 && !isSkeleton"
......
...@@ -152,7 +152,7 @@ ...@@ -152,7 +152,7 @@
element-loading-text="Loading" element-loading-text="Loading"
@sort-change="sortChange" @sort-change="sortChange"
border border
v-horizontal-scroll="'always'" v-horizontal-scroll="'hover'"
fit fit
highlight-current-row highlight-current-row
> >
...@@ -430,6 +430,7 @@ export default { ...@@ -430,6 +430,7 @@ export default {
methods: { methods: {
scrolling() { scrolling() {
let el = document.getElementsByClassName("el-table__fixed-header-wrapper")[0] let el = document.getElementsByClassName("el-table__fixed-header-wrapper")[0]
// let scrollTop =window.pageYOffset ||document.documentElement.scrollTop ||document.body.scrollTop; // let scrollTop =window.pageYOffset ||document.documentElement.scrollTop ||document.body.scrollTop;
// if (scrollTop>368){ // if (scrollTop>368){
// let top = scrollTop-368 // let top = scrollTop-368
...@@ -909,12 +910,13 @@ export default { ...@@ -909,12 +910,13 @@ export default {
::v-deep .search-input{ ::v-deep .search-input{
/*::v-deep .el-input{*/ /*::v-deep .el-input{*/
width: 235px; width: 235px;
height: 32px; height: 30px;
border: 1px solid #e0e0e0;
.el-input__inner{ .el-input__inner{
height: 32px; height: 30px;
line-height: 32px; line-height: 30px;
font-size: 12px; font-size: 12px;
border-right: 0; border: 0;
} }
.el-input__suffix{ .el-input__suffix{
margin-top: -1px; margin-top: -1px;
...@@ -927,10 +929,10 @@ export default { ...@@ -927,10 +929,10 @@ export default {
margin-right: 4px; margin-right: 4px;
} }
.el-input__inner:focus{ .el-input__inner:focus{
border-color: #0081FF; /*border-color: #0081FF;*/
} }
.el-input__inner:focus ~.el-input-group__append{ .el-input__inner:focus ~.el-input-group__append{
border: 1px solid #0081FF; /*border: 1px solid #0081FF;*/
color: #ffffff; color: #ffffff;
background: #0081FF; background: #0081FF;
} }
...@@ -940,8 +942,12 @@ export default { ...@@ -940,8 +942,12 @@ export default {
text-align: center; text-align: center;
background: #F5F5F5; background: #F5F5F5;
color:#0081FF; color:#0081FF;
border-left: 0; border-radius:0 2px 2px 0;
border-radius: 2px; border: 0;
&:hover{
color: #ffffff;
background: #0081FF;
}
} }
/*}*/ /*}*/
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment