|
|
@ -235,6 +235,7 @@ const Control = (props) => { |
|
|
|
let webtop = 0 |
|
|
|
let webId = document.getElementById('web'); |
|
|
|
if (web) clearInterval(web) |
|
|
|
let memberId = document.getElementById('member'); |
|
|
|
if (memberId) { |
|
|
|
function webstart () { |
|
|
|
member = setInterval(() => { |
|
|
@ -1058,7 +1059,7 @@ const Control = (props) => { |
|
|
|
text: v.name, |
|
|
|
}, |
|
|
|
grid: { |
|
|
|
left: '5%', |
|
|
|
left: '10%', |
|
|
|
// right: '4%', |
|
|
|
// bottom: '3%', |
|
|
|
// containLabel: true |
|
|
|