We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0631be2 commit 43bde4aCopy full SHA for 43bde4a
src/components/identityForm/index.vue
@@ -6,7 +6,7 @@ div
6
q-tab.q-pr-none(v-for="tab in tabs" :key="tab" :name="tab" :alert="getTabValidations(tab)" alert-icon="mdi-alert" :class="`q-mr-xs`")
7
div.flex.row.full-height.items-center(style='flex-wrap: nowrap;')
8
.q-tab__label(v-text='tab')
9
- q-btn.q-ml-sm(icon='mdi-close' flat @click.native.stop="removeTab(tab)" size="sm" dense stretch)
+ q-btn.q-ml-sm(icon='mdi-delete-circle' flat color='negative' @click.native.stop="removeTab(tab)" size="sm" dense stretch)
10
q-btn-dropdown.full-height(icon="mdi-newspaper-plus" flat)
11
q-tooltip.text-body2(anchor="top middle" self="center middle") Ajouter un schéma
12
q-list
0 commit comments