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

style 一个bug,打开文章顶部位置不对 #33

Closed
lovejesscar opened this issue Aug 16, 2019 · 1 comment
Closed

style 一个bug,打开文章顶部位置不对 #33

lovejesscar opened this issue Aug 16, 2019 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@lovejesscar
Copy link

.header-div1 {
flex-basis: 50%;
text-align: left;
display: flex;
}

这个需要改成
.header-div1 {
flex: 1;
text-align: left;
display: flex;
}

@lovejesscar lovejesscar added the bug Something isn't working label Aug 16, 2019
@ttttonyhe
Copy link
Owner

感谢反馈。麻烦提交一下 PR 附上截图

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

No branches or pull requests

2 participants