diff --git a/src/forge/SoftwareFactory/components/Home/index.jsx b/src/forge/SoftwareFactory/components/Home/index.jsx index 1fa905a1..b428319c 100644 --- a/src/forge/SoftwareFactory/components/Home/index.jsx +++ b/src/forge/SoftwareFactory/components/Home/index.jsx @@ -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, diff --git a/src/forge/SoftwareFactory/components/Home/rightContent.jsx b/src/forge/SoftwareFactory/components/Home/rightContent.jsx index 9c1596d1..85811262 100644 --- a/src/forge/SoftwareFactory/components/Home/rightContent.jsx +++ b/src/forge/SoftwareFactory/components/Home/rightContent.jsx @@ -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, diff --git a/src/forge/SoftwareFactory/components/Home/secondPanel.jsx b/src/forge/SoftwareFactory/components/Home/secondPanel.jsx index f4955368..61d2b8d6 100644 --- a/src/forge/SoftwareFactory/components/Home/secondPanel.jsx +++ b/src/forge/SoftwareFactory/components/Home/secondPanel.jsx @@ -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 = [ diff --git a/src/forge/SoftwareFactory/index.jsx b/src/forge/SoftwareFactory/index.jsx index 835e95b8..e9424d26 100644 --- a/src/forge/SoftwareFactory/index.jsx +++ b/src/forge/SoftwareFactory/index.jsx @@ -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, diff --git a/src/forge/SoftwareFactory/index.scss b/src/forge/SoftwareFactory/index.scss index c20a22c7..b2f5da0e 100644 --- a/src/forge/SoftwareFactory/index.scss +++ b/src/forge/SoftwareFactory/index.scss @@ -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;