文本框、下拉框、时间控件宽度调整

This commit is contained in:
RuoYi
2019-02-28 20:05:12 +08:00
parent a0f07f786a
commit 402fc9c4eb
2 changed files with 4 additions and 4 deletions

View File

@ -412,7 +412,7 @@ label {
background: transparent;
outline: none;
height: 30px;
width: 280px;
width: 200px;
padding-left: 5px;
}
@ -431,11 +431,11 @@ label {
background: transparent;
outline: none;
height: 30px;
width: 280px;
width: 200px;
}
.select-list .select-time input {
width: 133px;
width: 93px;
}
.select-time label,.select-time span,.select-time input {