Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The rulerStyle settings backgroundColor, lineColor, and textColor are invalid #77

Open
afan0228 opened this issue Mar 29, 2023 · 1 comment
Labels
question Further information is requested

Comments

@afan0228
Copy link

afan0228 commented Mar 29, 2023

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

@daybrush
Copy link
Owner

@afan0228

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

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

@daybrush daybrush added the question Further information is requested label Apr 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants