Commit 6eff5a96 authored by zhengke's avatar zhengke

no message

parent 58d9248f
......@@ -462,7 +462,12 @@ const fontSizeOptions = [
'80px', '88px', '96px', '104px', '112px', '120px',
]
const lineHeightOptions = [0.9, 1.0, 1.15, 1.2, 1.4, 1.5, 1.8, 2.0, 2.5, 3.0]
const wordSpaceOptions = [0, 1, 2, 3, 4, 5, 6, 8, 10]
const wordSpaceOptions = ref([])
for(let i=0;i<31;i++){
wordSpaceOptions.value.push(i)
}
const paragraphSpaceOptions = [0, 5, 10, 15, 20, 25, 30, 40, 50, 80]
// 设置行高
......
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