易用性修改

master
hanbo 2022-05-17 15:41:45 +08:00
parent 14cf433af2
commit 8e4ea7611b
2 changed files with 8 additions and 2 deletions

View File

@ -404,4 +404,10 @@ textarea{
}
select{
font-size: 1.48vh !important;
}
option{
font-size: 1.48vh !important;
}
div{
font-size: 1.48vh !important;
}

View File

@ -68,8 +68,8 @@
<div class="am-g am-form-group am-margin-top">
<div class="am-u-sm-4 am-u-md-2 am-text-right"><span style="color: red;">*</span>项目类型</div>
<div class="am-u-sm-6 am-u-md-6">
<select data-am-selected id="type" name="type">
<div class="am-u-sm-6 am-u-md-6" style="font-size: small">
<select data-am-selected id="type" name="type" >
<option value="1" >工程集成类</option>
<option value="2" >设备集成类</option>
<option value="3" >战略合作类</option>