8000 由于我们的老项目是GBK编码,frozenui.css必须是UTF-8编码 · Issue #161 · frozenui/frozenui · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

由于我们的老项目是GBK编码,frozenui.css必须是UTF-8编码 #161

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

Open
MeiMeng opened this issue Oct 12, 2016 · 3 comments
Open

Comments

@MeiMeng
Copy link
MeiMeng commented Oct 12, 2016

由于我们的老项目是GBK编码,frozenui.css转成GBK编码,checkbox渲染不出来

@fayching
Copy link
Member

边框是用的iconfont,
涉及到checkbox的编码有:
.ui-checkbox input:before{
content: "\f610";
}
.ui-checkbox input:checked:before{
content: "\f601";
}

.ui-checkbox-s input:before{
content: "\f611";
}
.ui-checkbox-s input:checked:before{
content: "\f602";
}

你看看是否这个原因

@fayching
Copy link
Member

#160

@fayching
Copy link
Member

#159

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

2 participants
0