易用性修改

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

@ -405,3 +405,9 @@ textarea{
select{ select{
font-size: 1.48vh !important; font-size: 1.48vh !important;
} }
option{
font-size: 1.48vh !important;
}
div{
font-size: 1.48vh !important;
}

View File

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