易用性修改
parent
541e491f44
commit
14cf433af2
|
@ -401,4 +401,7 @@ input {
|
||||||
}
|
}
|
||||||
textarea{
|
textarea{
|
||||||
font-size: 1.48vh !important;
|
font-size: 1.48vh !important;
|
||||||
|
}
|
||||||
|
select{
|
||||||
|
font-size: 1.48vh !important;
|
||||||
}
|
}
|
|
@ -173,7 +173,7 @@ function appendTrCost() {
|
||||||
'</select>'+
|
'</select>'+
|
||||||
'</td>'+
|
'</td>'+
|
||||||
'<td>'+
|
'<td>'+
|
||||||
'<select style="width: 130px;float: left;" class="am-modal-prompt-input am-modal-prompt-input-cost am-modal-prompt-input-cost-category">'+
|
'<select style="width: 180px;float: left;" class="am-modal-prompt-input am-modal-prompt-input-cost am-modal-prompt-input-cost-category">'+
|
||||||
|
|
||||||
/*'<option value="1">华智产品</option>'+
|
/*'<option value="1">华智产品</option>'+
|
||||||
'<option value="2">紫光其他产品</option>'+
|
'<option value="2">紫光其他产品</option>'+
|
||||||
|
|
Loading…
Reference in New Issue