guides icon indicating copy to clipboard operation
guides copied to clipboard

set line style and ruler text line-height

Open kechen123 opened this issue 4 years ago • 2 comments

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 image

kechen123 avatar Feb 24 '21 08:02 kechen123

@kechen123

set textAlign prop "center"

<Guides textAlign="cennter" />

daybrush avatar Feb 27 '21 03:02 daybrush

@ kechen123

将textAlign设置为“居中”

<指南 textAlign = “中心” / >

I want to center vertically rather than horizontally -.-

kechen123 avatar Mar 02 '21 08:03 kechen123