[Bug] Add a timeline and set the parameter "timeline. controllStyle. itemSize". The style and size of the "forward" and "backward" buttons will not take effect #20356
controlStyle.position is only for the Play button, same for itemSize.
"forward" and "backward" button positions cannot be changed.
📌 please close issue if problem solved.
Version
5.5.1
Link to Minimal Reproduction
https://echarts.apache.org/examples/zh/editor.html?c=doc-example%2Fmix-timeline-all&edit=1&reset=1&version=5.5.1
Steps to Reproduce
Add code blocks to the code block timeline:
controlStyle: { position: 'left', itemSize:10 },
Current Behavior
The style and size of the "forward" and "backward" buttons do not take effect
Expected Behavior
Expect the styles and sizes of the "forward" and "backward" buttons to take effect
Environment
Any additional comments?
No response