会签样式修改
parent
6cf29e9f2a
commit
9fda644688
|
@ -562,26 +562,27 @@
|
|||
<input type="hidden" id="hqProjectId" name="hqProjectId" value=''/>
|
||||
|
||||
<div class="am-g am-form-group am-margin-top" style="display: flex;">
|
||||
<div class="am-u-sm-4 am-u-md-4 am-text-right">
|
||||
<div class="am-u-sm-3 am-u-md-3 am-text-right">
|
||||
<span style="color: red;">*</span>请输入会签意见</div>
|
||||
<div class="am-u-sm-6 am-u-md-6">
|
||||
<textarea id="doc-vld-ta-2" minlength="10" maxlength="100"></textarea>
|
||||
<textarea id="doc-vld-ta-2" minlength="1" rows="3" cols="40" maxlength="300" class="am-input"></textarea>
|
||||
</div>
|
||||
<div class="am-u-sm-2 am-u-md-2 input-msg"></div>
|
||||
<div class="am-u-sm-3 am-u-md-3 input-msg"></div>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<div class="am-g am-form-group am-margin-top">
|
||||
<div class="am-u-sm-4 am-u-md-4 am-text-right"><span style="color: red;">*</span>请上传会签单</div>
|
||||
<div class="am-u-sm-3 am-u-md-3 am-text-right"><span style="color: red;">*</span>请上传会签单</div>
|
||||
<div class="am-u-sm-6 am-u-md-6">
|
||||
<input type="text" id="icon" name="icon" maxlength="500"
|
||||
value="" required
|
||||
placeholder="格式:gif|jpg|jpeg|png|pdf"/>
|
||||
style="width: 300px;"
|
||||
placeholder="格式:gif、jpg、jpeg、png、pdf"/>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="am-form-file am-text-xs">
|
||||
<button type="button" class="am-btn am-btn-primary am-btn-sm">
|
||||
<button type="button" class="am-btn am-btn-primary am-btn-sm" style="margin-left: 20px">
|
||||
<i class="am-icon-cloud-upload"></i> 上传
|
||||
</button>
|
||||
<input id="fileupload_button_icon" type="file" name="files[]" multiple>
|
||||
|
|
Loading…
Reference in New Issue