We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
字节跳动小程序iPhone6 发现 代码写得css .sunsin_width { width: 160rpx !important; height: 160rpx !important; line-height: 160rpx !important; } build以后用调试工具查看的css .sunsin_width { width: 160rpx !important; height: 160rpx !important; line-height: 160rpx !important; } 预期正常css .sunsin_width { width: 80px !important; height: 80px !important; line-height: 80px !important; }
The text was updated successfully, but these errors were encountered:
fix(mp-toutiao): rpx with !important #1014
b86f990
fxy060608
No branches or pull requests
字节跳动小程序iPhone6 发现
代码写得css
.sunsin_width {
width: 160rpx !important;
height: 160rpx !important;
line-height: 160rpx !important;
}
build以后用调试工具查看的css
.sunsin_width {
width: 160rpx !important;
height: 160rpx !important;
line-height: 160rpx !important;
}
预期正常css
.sunsin_width {
width: 80px !important;
height: 80px !important;
line-height: 80px !important;
}
The text was updated successfully, but these errors were encountered: