文本框、下拉框、时间控件宽度调整
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user