File tree Expand file tree Collapse file tree
src/components/common/timeline Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -465,6 +465,24 @@ export default defineConfig({
465465 } ,
466466 ] ,
467467 } ,
468+ {
469+ text : "Timeline 时间轴" ,
470+ collapsed : true ,
471+ items : [
472+ {
473+ text : "CheckpointStyle 当前图形样式" ,
474+ link : "/components/common/timeline/checkpointStyle" ,
475+ } ,
476+ {
477+ text : "ControlStyle 控制按钮样式" ,
478+ link : "/components/common/timeline/controlStyle" ,
479+ } ,
480+ {
481+ text : "Progress 进度条样式" ,
482+ link : "/components/common/timeline/progress" ,
483+ } ,
484+ ] ,
485+ } ,
468486 ] ,
469487 } ,
470488 ] ,
Original file line number Diff line number Diff line change 1+ # CheckpointStyle 当前图形样式
Original file line number Diff line number Diff line change 1+ # ControlStyle 控制按钮样式
2+
3+ 『控制按钮』的样式。『控制按钮』包括:『播放按钮』、『前进按钮』、『后退按钮』。
Original file line number Diff line number Diff line change 1+ # Progress 进度条样式
2+
3+ 进度条中的线条,拐点,标签的样式。
You can’t perform that action at this time.
0 commit comments