Browse Source

feat:中断排名不轮播

dev
zhaobing’ 2 years ago
parent
commit
acbd97d1cd
  1. 8
      web/client/src/sections/projectGroup/containers/bigscreen.jsx

8
web/client/src/sections/projectGroup/containers/bigscreen.jsx

@ -447,13 +447,7 @@ const Bigscreen = (props) => {
} }
} }
} }
if (c.offline % 1440 % 60) {
if (title) {
title = title + c.offline % 1440 % 60 + "分"
} else {
title = c.offline % 1440 % 60 + "分"
}
}
return <div style={{ display: "flex", background: index % 2 == 1 ? "#F6F9FF" : '', height: 40, alignItems: 'center' }}> return <div style={{ display: "flex", background: index % 2 == 1 ? "#F6F9FF" : '', height: 40, alignItems: 'center' }}>
<div style={{ textAlign: 'center', width: '33%', fontFamily: 'SourceHanSansCN-Regular', color: '#2C66F3', fontWeight: 400 }}>{c.name}</div> <div style={{ textAlign: 'center', width: '33%', fontFamily: 'SourceHanSansCN-Regular', color: '#2C66F3', fontWeight: 400 }}>{c.name}</div>

Loading…
Cancel
Save