Commit 6ecda65e authored by Clement Ho's avatar Clement Ho

Fix ide modal

parent e64379ad
...@@ -79,9 +79,9 @@ export default { ...@@ -79,9 +79,9 @@ export default {
<form <form
slot="body" slot="body"
@submit.prevent="createEntryInStore" @submit.prevent="createEntryInStore"
class="form-group row append-bottom-0"
> >
<fieldset class="form-group row append-bottom-0"> <label class="label-light col-form-label col-sm-3">
<label class="label-light col-sm-3">
{{ formLabelName }} {{ formLabelName }}
</label> </label>
<div class="col-sm-9"> <div class="col-sm-9">
...@@ -92,7 +92,6 @@ export default { ...@@ -92,7 +92,6 @@ export default {
ref="fieldName" ref="fieldName"
/> />
</div> </div>
</fieldset>
</form> </form>
</deprecated-modal> </deprecated-modal>
</template> </template>
...@@ -87,7 +87,7 @@ ...@@ -87,7 +87,7 @@
<div <div
:id="id" :id="id"
class="modal" class="modal"
:class="id ? '' : 'show'" :class="id ? '' : 'd-block'"
role="dialog" role="dialog"
tabindex="-1" tabindex="-1"
> >
...@@ -166,7 +166,7 @@ ...@@ -166,7 +166,7 @@
</div> </div>
<div <div
v-if="!id" v-if="!id"
class="modal-backdrop fade in" class="modal-backdrop fade show"
> >
</div> </div>
</div> </div>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment