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

feat(input): input 修改样式 #98

Merged
merged 1 commit into from
Jan 5, 2022

Conversation

mokywu
Copy link
Contributor

@mokywu mokywu commented Jan 5, 2022

No description provided.

@@ -11,32 +11,29 @@
width: 100%;
position: relative;
box-sizing: border-box;
height: @input-height-default;
line-height: @input-height-default;
.input-inner-base();
Copy link
Collaborator

Choose a reason for hiding this comment

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

这个 mixin 要不也顺道改下名吧,input-inner-base -> input-base

outline: none;
padding: 0;
max-width: 100%;
// 减去外面两个边框的宽度
Copy link
Collaborator

Choose a reason for hiding this comment

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

这里注释感觉跟代码对不上,原先是这样的:
image
如果注释没用了的话就干掉吧

Copy link
Collaborator

@xiaosansiji xiaosansiji left a comment

Choose a reason for hiding this comment

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

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants