未验证 提交 bd83eccd 编写于 作者: L Li yao 提交者: GitHub

fix: password icon dislocation (#501)

修复登录页密码显示icon不同分辨率下错位
上级 94b2222c
......@@ -194,18 +194,23 @@
input:not([type='checkbox']) {
min-width: 360px;
@media (max-width: @screen-xl) {
min-width: 320px;
}
@media (max-width: @screen-lg) {
min-width: 300px;
min-width: 260px;
}
@media (max-width: @screen-md) {
min-width: 280px;
min-width: 240px;
}
@media (max-width: @screen-sm) {
min-width: 180px;
min-width: 160px;
}
}
.@{countdown-prefix-cls} input {
min-width: unset;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册