Исправила базовые кнопки
This commit is contained in:
@@ -55,12 +55,14 @@
|
||||
)
|
||||
.avatar.flex.absolute.items-center.gap-x-6
|
||||
img.avatar.object-cover(for="image-upload", :src="image", v-if="image")
|
||||
q-btn(
|
||||
round,
|
||||
color="primary",
|
||||
base-button(
|
||||
width="48px",
|
||||
@click="closeAddImage",
|
||||
icon="app:icon-ok"
|
||||
size="L",
|
||||
round,
|
||||
padding="2px 0 0 0"
|
||||
)
|
||||
q-icon(name="app:ok", size="20px")
|
||||
base-input.w-full(v-model="infoClient.basic.full_name", placeholder="ФИО*", outlined)
|
||||
.flex.flex-col.flex-auto.l.gap-y-8
|
||||
.flex
|
||||
@@ -83,14 +85,7 @@
|
||||
:save-file="saveDocFile",
|
||||
:networks-list="getNetworksList",
|
||||
)
|
||||
q-btn(
|
||||
label="Создать клиента",
|
||||
color="primary",
|
||||
style="height: 40px; width: 180px",
|
||||
no-caps,
|
||||
padding="8px 24px",
|
||||
@click="saveClient",
|
||||
)
|
||||
base-button(label="Создать клиента", width="180px", @click="saveClient")
|
||||
</template>
|
||||
|
||||
<script>
|
||||
@@ -107,6 +102,7 @@ import TheNotificationProvider from "@/components/Notifications/TheNotificationP
|
||||
import { addNotification } from "@/components/Notifications/notificationContext";
|
||||
import * as moment from "moment";
|
||||
import { v_model } from "@/shared/mixins/v-model";
|
||||
import BaseButton from "@/components/base/BaseButton.vue";
|
||||
|
||||
export default {
|
||||
name: "BaseClientFormClient",
|
||||
@@ -119,6 +115,7 @@ export default {
|
||||
BaseModal,
|
||||
addImageIcon,
|
||||
TheNotificationProvider,
|
||||
BaseButton,
|
||||
},
|
||||
props: {
|
||||
setUpdatedClients: Function,
|
||||
|
||||
Reference in New Issue
Block a user