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
.ui-label { float: left; width: 170px; /margin-left: -180px;/ padding-top: 5px; text-align: right; font-size: 14px; } 感觉 这个-180px 用的很突兀 和 很具体化. 是不是自己要根据自己的需求全面修改aliceui 提供的通用样式css 呢? 还是和bootstrap 主要是使用.不用自己大规模改造.
The text was updated successfully, but these errors were encountered:
http://aliceui.org/form/
够用就用,不够用就改造,没啥好纠结的。
Sorry, something went wrong.
希望aliceui一直更新着走啊! 跟上潮流
No branches or pull requests
.ui-label {
float: left;
width: 170px;
/margin-left: -180px;/
padding-top: 5px;
text-align: right;
font-size: 14px;
}
感觉 这个-180px 用的很突兀 和 很具体化. 是不是自己要根据自己的需求全面修改aliceui
提供的通用样式css 呢? 还是和bootstrap 主要是使用.不用自己大规模改造.
The text was updated successfully, but these errors were encountered: