CASH-1319 format code.
This commit is contained in:
parent
119df65230
commit
7b616d2f5d
2 changed files with 6 additions and 4 deletions
|
|
@ -19,7 +19,9 @@
|
||||||
:validationRules="validationRules"
|
:validationRules="validationRules"
|
||||||
:placeHolderText="placeHolderText"
|
:placeHolderText="placeHolderText"
|
||||||
:valueAsKey="valueAsKey">
|
:valueAsKey="valueAsKey">
|
||||||
<option v-if="placeHolderText && !isDisabled" value="" selected>{{ placeHolderText }}</option>
|
<option v-if="placeHolderText && !isDisabled" value="" selected>
|
||||||
|
{{ placeHolderText }}
|
||||||
|
</option>
|
||||||
<option
|
<option
|
||||||
v-for="(value, name, index) in options"
|
v-for="(value, name, index) in options"
|
||||||
:value="valueAsKey == true ? value : name"
|
:value="valueAsKey == true ? value : name"
|
||||||
|
|
|
||||||
|
|
@ -760,7 +760,7 @@ export default {
|
||||||
border-radius: 0.5rem;
|
border-radius: 0.5rem;
|
||||||
}
|
}
|
||||||
.question-text {
|
.question-text {
|
||||||
margin: 1.5rem 0 .5rem 0;
|
margin: 1.5rem 0 0.5rem 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.replace-options-question {
|
.replace-options-question {
|
||||||
|
|
@ -777,9 +777,9 @@ export default {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.question-text {
|
.question-text {
|
||||||
margin: 1.5rem 0 .5rem 0;
|
margin: 1.5rem 0 0.5rem 0;
|
||||||
@include media-breakpoint-up(md) {
|
@include media-breakpoint-up(md) {
|
||||||
margin: 1.5rem 0 .5rem 0;
|
margin: 1.5rem 0 0.5rem 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.two-list-card-width {
|
.two-list-card-width {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue