#444 style amends
This commit is contained in:
parent
aff9f57833
commit
08ef7dee96
|
@ -44,7 +44,8 @@
|
|||
url="/claim/api/ClaimStates"
|
||||
show-field="description"
|
||||
value-field="id"
|
||||
label="Claim state" vn-focus>
|
||||
label="Claim state"
|
||||
vn-focus>
|
||||
</vn-autocomplete>
|
||||
<vn-check
|
||||
vn-one
|
||||
|
@ -65,7 +66,7 @@
|
|||
<vn-textarea
|
||||
vn-three
|
||||
label="Observation"
|
||||
field="$ctrl.claim.observation" vn-focus>
|
||||
field="$ctrl.claim.observation">
|
||||
</vn-textarea>
|
||||
</vn-horizontal>
|
||||
</vn-card>
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
import ngModule from '../module';
|
||||
import './style.scss';
|
||||
|
||||
ngModule.component('vnClaimBasicData', {
|
||||
template: require('./index.html'),
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
vn-claim-basic-data vn-date-picker {
|
||||
padding-left: 5em;
|
||||
}
|
Loading…
Reference in New Issue