软件工厂页面轮播调整

This commit is contained in:
qiukai 2025-03-25 09:34:41 +08:00
parent 7bbcee34e8
commit f749a66a98
5 changed files with 7 additions and 7 deletions

View File

@ -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,

View File

@ -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,

View File

@ -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 = [

View File

@ -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,

View File

@ -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;