Improve Customer Notes classes definition
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
e1f8b7217a
commit
f6b8a73ae2
|
@ -36,12 +36,8 @@ const toCustomerNoteCreate = () => {
|
||||||
<QCard
|
<QCard
|
||||||
v-for="(item, index) in rows"
|
v-for="(item, index) in rows"
|
||||||
:key="index"
|
:key="index"
|
||||||
:class="{
|
class="q-pa-md q-rounded custom-border"
|
||||||
'q-pa-md': true,
|
:class="{ 'q-mb-md': index < rows.length - 1 }"
|
||||||
'q-rounded': true,
|
|
||||||
'custom-border': true,
|
|
||||||
'q-mb-md': index < rows.length - 1,
|
|
||||||
}"
|
|
||||||
>
|
>
|
||||||
<div class="flex justify-between">
|
<div class="flex justify-between">
|
||||||
<p class="color-vn-label">
|
<p class="color-vn-label">
|
||||||
|
|
Loading…
Reference in New Issue