guides
guides copied to clipboard
set line style and ruler text line-height
Environments
- Framework name:react-guides
Description
How to set line style and ruler text line-height.
When the page scrolls, the ruler style is floating. At this point, I want this line to scroll with the page。the style is absolute ,not translateY,translateX.
the ruler text margin top is 0px ,I want to center it vertically
@kechen123
set textAlign prop "center"
<Guides textAlign="cennter" />
@ kechen123
将textAlign设置为“居中”
<指南 textAlign = “中心” / >
I want to center vertically rather than horizontally -.-