2
0
mirror of https://github.com/frappe/books.git synced 2025-01-03 07:12:21 +00:00

chore: code cleanup

This commit is contained in:
akshayitzme 2024-11-29 10:07:02 +05:30
parent 6fc0c85531
commit 72839d927c

View File

@ -1,6 +1,6 @@
<template> <template>
<Modal class="h-auto w-96" :set-close-listener="false"> <Modal class="h-auto w-96" :set-close-listener="false">
<p class="text-center font-semibold py-3">Apply Price List</p> <p class="text-center font-semibold py-3">{{ t`Apply Price List` }}</p>
<div class="px-10"> <div class="px-10">
<hr class="dark:border-gray-800" /> <hr class="dark:border-gray-800" />
<div class="flex justify-center pt-10"> <div class="flex justify-center pt-10">
@ -19,7 +19,7 @@
<feather-icon <feather-icon
name="trash" name="trash"
class="w-5 text-xl text-red-500" class="w-5 text-xl text-red-500"
@click="removePriceList()" @click="removePriceList"
/> />
</div> </div>
</div> </div>
@ -30,7 +30,7 @@
<Button <Button
class="w-full bg-green-500 dark:bg-green-700" class="w-full bg-green-500 dark:bg-green-700"
style="padding: 1.35rem" style="padding: 1.35rem"
@click="setPriceList()" @click="setPriceList"
> >
<slot> <slot>
<p class="uppercase text-lg text-white font-semibold"> <p class="uppercase text-lg text-white font-semibold">