From 05cd35931c3c526117b6cc297e451ee4139c4a67 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 17 三月 2023 18:24:19 +0800 Subject: [PATCH] 2023-03-17 --- src/menu/components/timeline/normal-timeline/options.jsx | 31 +++++++++++++++++++++++++++++++ 1 files changed, 31 insertions(+), 0 deletions(-) diff --git a/src/menu/components/timeline/normal-timeline/options.jsx b/src/menu/components/timeline/normal-timeline/options.jsx index f65478a..01c6e41 100644 --- a/src/menu/components/timeline/normal-timeline/options.jsx +++ b/src/menu/components/timeline/normal-timeline/options.jsx @@ -56,6 +56,8 @@ {field: 'mode', values: ['vertical']}, {field: 'hmode', values: ['horizontal']}, {field: 'label', values: ['vertical']}, + {field: 'iconSize', values: ['horizontal']}, + {field: 'dotSign', values: ['horizontal']}, ] }, { @@ -112,6 +114,35 @@ ] }, { + type: 'radio', + field: 'dotSign', + label: '鑺傜偣娓叉煋', + initval: wrap.dotSign || 'background', + tooltip: '鑺傜偣鐨勬覆鏌撴柟寮忥紝鍦ㄨ妭鐐圭粍涓缃殑棰滆壊娓叉煋鍥炬爣杩樻槸娓叉煋鑳屾櫙鑹层��', + required: false, + options: [ + {value: 'background', label: '鑳屾櫙鑹�'}, + {value: 'icon', label: '鍥炬爣'}, + ] + }, + { + type: 'select', + field: 'iconSize', + label: '鍥炬爣澶у皬', + initval: wrap.iconSize || '', + tooltip: '鍥炬爣鍙湪鑺傜偣缁勪腑娣诲姞銆�', + required: false, + options: [ + {value: '', label: '榛樿(14px)'}, + {value: 'size16', label: '16px'}, + {value: 'size18', label: '18px'}, + {value: 'size20', label: '20px'}, + {value: 'size22', label: '22px'}, + {value: 'size24', label: '24px'}, + {value: 'adaptive', label: '鑷�傚簲'}, + ] + }, + { type: 'select', field: 'label', label: '鏍囩', -- Gitblit v1.8.0