Commit 1351d4b7 authored by campaign's avatar campaign

添加换行机制

parent 8e16d4a9
...@@ -51,5 +51,6 @@ KityMinder.registerTheme('classic', { ...@@ -51,5 +51,6 @@ KityMinder.registerTheme('classic', {
'order-hint-path-color': '#0f0', 'order-hint-path-color': '#0f0',
'order-hint-path-width': 1, 'order-hint-path-width': 1,
'text-selection-color': 'rgb(27,171,255)' 'text-selection-color': 'rgb(27,171,255)',
'line-height':1.5
}); });
\ No newline at end of file
...@@ -54,7 +54,8 @@ ...@@ -54,7 +54,8 @@
'order-hint-path-color': hsl(h, 100, 25), 'order-hint-path-color': hsl(h, 100, 25),
'order-hint-path-width': 1, 'order-hint-path-width': 1,
'text-selection-color': hsl(h, 100, 20) 'text-selection-color': hsl(h, 100, 20),
'line-height':1.5
}; };
} }
......
...@@ -47,5 +47,6 @@ KityMinder.registerTheme('snow', { ...@@ -47,5 +47,6 @@ KityMinder.registerTheme('snow', {
'order-hint-path-color': '#0f0', 'order-hint-path-color': '#0f0',
'order-hint-path-width': 1, 'order-hint-path-width': 1,
'text-selection-color': 'rgb(27,171,255)' 'text-selection-color': 'rgb(27,171,255)',
'line-height':1.5
}); });
\ No newline at end of file
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