|
@@ -195,9 +195,9 @@ export default {
|
|
|
if (scrollContainer.scrollTop >= scrollContainer.scrollHeight - scrollContainer.clientHeight) {
|
|
|
scrollContainer.scrollTop = 0;
|
|
|
}
|
|
|
- this.scrollTimeout = setTimeout(scroll, 600);
|
|
|
+ this.scrollTimeout = setTimeout(scroll, 30);
|
|
|
};
|
|
|
- this.scrollTimeout = setTimeout(scroll, 600);
|
|
|
+ this.scrollTimeout = setTimeout(scroll, 30);
|
|
|
},
|
|
|
co(){
|
|
|
console.log(this.getProjecList)
|
|
@@ -209,10 +209,10 @@ export default {
|
|
|
this.getProList.forEach((item, index) => {
|
|
|
item.name = item.createTime;
|
|
|
item.num = item.title;
|
|
|
- if (this.getProList.length > 6){
|
|
|
- this.startAutoScroll()
|
|
|
- }
|
|
|
});
|
|
|
+ if (this.getProList.length > 6){
|
|
|
+ this.startAutoScroll()
|
|
|
+ }
|
|
|
}
|
|
|
});
|
|
|
},
|
|
@@ -545,7 +545,7 @@ export default {
|
|
|
|
|
|
.content-title.long {
|
|
|
width: 100%;
|
|
|
- margin-top: -8px;
|
|
|
+ margin-top: -10px;
|
|
|
background: url("../../../assets/images/main/title_pro_long.png") no-repeat !important;
|
|
|
}
|
|
|
|