mirror of
https://github.com/WebTools-NG/WebTools-NG
synced 2025-02-17 03:48:25 +00:00
#16 removed containers and added is-dark to select box
This commit is contained in:
parent
3e88ed5452
commit
e518252d90
1 changed files with 2 additions and 11 deletions
|
@ -39,7 +39,6 @@
|
|||
</div>
|
||||
<hr>
|
||||
|
||||
<div class="container">
|
||||
<h1 class="title is-3">{{ $t("Modules.ET.HSelectSelection") }}</h1>
|
||||
<div class="select is-dark">
|
||||
<b-select v-bind:placeholder="$t('Modules.ET.SelectSelection')"
|
||||
|
@ -58,17 +57,15 @@
|
|||
@click="fetchSelection" type="is-warning"
|
||||
icon-left="fas fa-sync" icon-pack="fas" >
|
||||
</b-button>
|
||||
</div>
|
||||
<hr>
|
||||
|
||||
<div class="container">
|
||||
<h1 class="title is-3">Export Level</h1>
|
||||
|
||||
<b-tabs v-model="activeTab" type="is-boxed" :animated="false">
|
||||
<b-tab-item label="Export Level">
|
||||
<div class="columns">
|
||||
<div class="column is-3">
|
||||
<b-field>
|
||||
<b-field type="is-dark">
|
||||
<b-select
|
||||
placeholder="Default"
|
||||
expanded>
|
||||
|
@ -83,19 +80,13 @@
|
|||
<b-message icon-pack="fas" has-icon icon="fas fa-info-circle">
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce id fermentum quam. Proin sagittis, nibh id hendrerit imperdiet, elit sapien laoreet elit
|
||||
</b-message>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</b-tab-item>
|
||||
|
||||
<b-tab-item label="Custom Export Level">
|
||||
|
||||
</b-tab-item>
|
||||
</b-tabs>
|
||||
</div>
|
||||
<hr>
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue