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

fix(modal): fix css value error #426

Merged
merged 1 commit into from
Aug 22, 2023
Merged

Conversation

Zz-ZzzZ
Copy link
Contributor

@Zz-ZzzZ Zz-ZzzZ commented Aug 22, 2023

PR

PR Checklist

Please check if your PR fulfills the following requirements:

  • The commit message follows our Commit Message Guidelines
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Documentation content changes
  • Other... Please describe:

What is the current behavior?

Issue Number: #411

What is the new behavior?

dragging to the left to change the width will work fine

Does this PR introduce a breaking change?

  • Yes
  • No

Other information

@kagol kagol added the bug Something isn't working label Aug 22, 2023
@@ -445,11 +445,11 @@
}

.wl-resize {
left: -@SpaceSize / 2 + 1;
left: (-@SpaceSize / 2) + 1;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

网上搜了一下加括号应该是less的语法,也可以用calc不过1要变成1px,我两个都试过了两种办法都可以

@kagol kagol merged commit 5777404 into opentiny:dev Aug 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants