|
|
@@ -129,8 +129,12 @@ export default class FormInput extends Component {
|
|
|
{valueItem}
|
|
|
</div> : (type === 'MS') ? (<div className={'form-textarea-layout'}>
|
|
|
<div className='form-common-layout'
|
|
|
- style={{ borderBottom: 'none'}}>
|
|
|
- <div className='form-input-caption'>{billModel.caption}</div>
|
|
|
+ style={{ borderBottom: 'none' }}>
|
|
|
+ <div style={{
|
|
|
+ minWidth: '90px',
|
|
|
+ fontSize: '14px',
|
|
|
+ color: '#333333',
|
|
|
+ }}>{billModel.caption}</div>
|
|
|
<div className={billModel.allowBlank == 'F'
|
|
|
? 'form-input-fill'
|
|
|
: 'visibleHidden'}>*
|