手机端自适应优化

This commit is contained in:
RuoYi
2019-02-28 20:52:07 +08:00
parent 402fc9c4eb
commit b554c46825
16 changed files with 24 additions and 15 deletions

View File

@ -442,6 +442,15 @@ label {
float: left;
}
@media (max-width:767px) {
.select-time label,.select-time span,.select-time input {
float: none;
}
.select-list .select-time input {
width: 200px;
}
}
.select-time label {
margin-top: 5px;
}