forked from Gitlink/forgeplus-react
软件工厂页面轮播调整
This commit is contained in:
parent
7bbcee34e8
commit
f749a66a98
|
|
@ -59,7 +59,7 @@ const setting = {
|
|||
slidesToShow: 1,
|
||||
slidesToScroll: 1,
|
||||
pauseOnDotsHover: true,
|
||||
autoplaySpeed: Number(localStorage.getItem('homeLoopSpeed')) || 8000,
|
||||
autoplaySpeed: Number(localStorage.getItem('homeLoopSpeed')) || 30000,
|
||||
pauseOnFocus: true,
|
||||
autoplay: true,
|
||||
arrows: true,
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ const setting = {
|
|||
slidesToShow: 1,
|
||||
slidesToScroll: 1,
|
||||
pauseOnDotsHover: false,
|
||||
autoplaySpeed: Number(localStorage.getItem("homeLoopSpeed")) || 8000,
|
||||
autoplaySpeed: Number(localStorage.getItem("homeLoopSpeed")) || 30000,
|
||||
pauseOnFocus: false,
|
||||
autoplay: true,
|
||||
arrows: false,
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ let secondPanelList1 = [
|
|||
{ title: "任务最多项目", key:'taskMaxProject', isNUm: false, unit: "个" },
|
||||
{ title: "任务最多个人",key:'taskMaxAssigner', isNUm: false, unit: "个" },
|
||||
{ title: "缺陷最多项目",key:'bugMaxProject', isNUm: false, unit: "个" },
|
||||
{ title: "缺陷最多个人",key:'bugMaxAssigner', isNUm: false, unit: "个" },
|
||||
{ title: "缺陷解决最多个人",key:'bugMaxAssigner', isNUm: false, unit: "个" },
|
||||
];
|
||||
|
||||
let secondPanelList2 = [
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ const setting = {
|
|||
slidesToShow: 1,
|
||||
slidesToScroll: 1,
|
||||
pauseOnDotsHover: true,
|
||||
autoplaySpeed: Number(localStorage.getItem('pageLoopSpeed')) || 30000,
|
||||
autoplaySpeed: Number(localStorage.getItem('pageLoopSpeed')) || 60000,
|
||||
// pauseOnFocus: false,
|
||||
autoplay: true,
|
||||
arrows: false,
|
||||
|
|
|
|||
|
|
@ -363,12 +363,12 @@ $blue-color-light: rgba(39, 118, 217, 1);
|
|||
font-family: "alibaba";
|
||||
font-weight: 500;
|
||||
color: #27254c;
|
||||
font-size: 18px;
|
||||
font-size: 17px;
|
||||
line-height: 18px;
|
||||
img {
|
||||
width: 15px;
|
||||
height: 13px;
|
||||
margin-right: 16px;
|
||||
margin-right: 14px;
|
||||
}
|
||||
}
|
||||
.panel-item-content-right-text{
|
||||
|
|
@ -376,7 +376,7 @@ $blue-color-light: rgba(39, 118, 217, 1);
|
|||
width: 120px;
|
||||
text-align: right;
|
||||
font-family: "yousheTi";
|
||||
font-size: 24px;
|
||||
font-size: 20px;
|
||||
line-height: 36px;
|
||||
height: 36px;
|
||||
overflow: hidden;
|
||||
|
|
|
|||
Loading…
Reference in New Issue