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

请修复窄屏显示bug #14

Open
hangvane opened this issue Apr 3, 2021 · 1 comment
Open

请修复窄屏显示bug #14

hangvane opened this issue Apr 3, 2021 · 1 comment

Comments

@hangvane
Copy link

hangvane commented Apr 3, 2021

62485719-F3D3-4F03-B598-978058A11EA7
2EFF7248-3A34-4DC8-BD2C-C462486287FE

@hangvane
Copy link
Author

hangvane commented Apr 3, 2021

建议删除jqurey低效的resize()函数,全部用css解决
侧栏width本来变化范围就很小,建议直接设为固定值:

min-width: 165px;

设为width: 165px

.page的width用calc()计算:

设为width: calc(98% - 165px)

即可完美解决此bug

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

No branches or pull requests

1 participant