guides icon indicating copy to clipboard operation
guides copied to clipboard

The rulerStyle settings backgroundColor, lineColor, and textColor are invalid

Open afan0228 opened this issue 1 year ago • 1 comments

Environments

  • Framework name: guides
  • Framework version:
  • Component name: vue-guides
  • Component version:0.23.0
  • Testable Address(optional):

Description

Snipaste_2023-03-29_18-27-40

Snipaste_2023-03-29_18-07-44

The rulerStyle settings backgroundColor, lineColor, and textColor are invalid There is no distance prompt when dragging horizontal

afan0228 avatar Mar 29 '23 10:03 afan0228

@afan0228

rulerStyle is the css style of the ruler. You can also use it like below

<Guides
    backgroundColor={"#fff"}
   lineColor={"#333"}
    textColor={"#333"} />

daybrush avatar Mar 30 '23 15:03 daybrush