guides
guides copied to clipboard
The rulerStyle settings backgroundColor, lineColor, and textColor are invalid
Environments
- Framework name: guides
- Framework version:
- Component name: vue-guides
- Component version:0.23.0
- Testable Address(optional):
Description
The rulerStyle settings backgroundColor, lineColor, and textColor are invalid There is no distance prompt when dragging horizontal
@afan0228
rulerStyle is the css style of the ruler. You can also use it like below
<Guides
backgroundColor={"#fff"}
lineColor={"#333"}
textColor={"#333"} />