Commit b6b788fb authored by 陈龙's avatar 陈龙

feat: 修改移动端图表的checkbox样式

parent 48ca2948
......@@ -148,7 +148,11 @@ const MobileHistoryChart = (
<div className={styles[`${prefixCls}-item`]}>
<span style={{fontSize: handlePx(14)}}>曲线设置:</span>
<Checkbox.Group
style={{fontSize: handlePx(14)}}
style={{
'--icon-size': handlePx(18),
'--font-size': handlePx(14),
'--gap': handlePx(6),
}}
value={checkBoxOptions}
onChange={val => {
let _arr = Object.keys(options);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment