[PE mobile] Fix Bug 53006

This commit is contained in:
SergeyEzhin 2021-10-18 17:02:05 +04:00
parent cd592d564b
commit 2829c2b6dc

View file

@ -296,7 +296,7 @@ const PageTransition = props => {
onRangeChanged={(value) => {props.onDelay(value)}} onRangeChanged={(value) => {props.onDelay(value)}}
></Range> ></Range>
</div> </div>
<div slot='inner-end' style={{minWidth: '60px', textAlign: 'right'}}> <div slot='inner-end' style={{minWidth: '75px', textAlign: 'right'}}>
{stateRange + ' ' + _t.textSec} {stateRange + ' ' + _t.textSec}
</div> </div>
</ListItem> </ListItem>