-
Notifications
You must be signed in to change notification settings - Fork 2
Add input inner offset for s-input-type #128
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
Conversation
src/styles/select.scss
Outdated
| .el-select { | ||
| .el-input { | ||
| &--prefix { | ||
| .el-input__inner{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you add space before the brace, please? And I'm not sure that the next value should be static.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've added a local variables for select prefix slot and use them to calc el-input__inner padding now
* Add input inner offset for s-input-type (#128) * add input inner offset for s-input-type * add option padding * up library version to 0.7.5 * fixes after review * use variables in offsets * remove test code from story
No description provided.