This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<v-tab v-if="obj.id != 0">{{ $ay.t("UserSettings") }}</v-tab>
|
||||
|
||||
<v-tabs-items v-model="tab">
|
||||
<v-tab-item class="mt-4">
|
||||
<v-tab-item class="mt-4 ml-2">
|
||||
<v-row>
|
||||
<v-col
|
||||
v-if="form().showMe(this, 'customerId') && obj.userType == 3"
|
||||
@@ -206,7 +206,7 @@
|
||||
></v-col>
|
||||
</v-row>
|
||||
</v-tab-item>
|
||||
<v-tab-item v-if="obj.id != 0" class="mt-4">
|
||||
<v-tab-item v-if="obj.id != 0" class="mt-4 ml-2">
|
||||
<v-row>
|
||||
<v-col cols="12" sm="6" lg="4" xl="3">
|
||||
<v-select
|
||||
|
||||
Reference in New Issue
Block a user