refs #6681 - PR3 - Resolve conflicts #166

Merged
alexm merged 88 commits from hyervoni-PR-3 into dev 2024-01-29 08:29:45 +00:00
2 changed files with 4 additions and 3 deletions
Showing only changes of commit 30c90e534c - Show all commits

View File

@ -119,7 +119,6 @@ const toCustomerCreditCreate = () => {
:is="tableColumnComponents[props.col.name].component"
@click="tableColumnComponents[props.col.name].event(props)"
class="rounded-borders q-pa-sm"
style="border: 1px solid red"
v-bind="tableColumnComponents[props.col.name].props(props)"
>
{{ props.value }}

View File

@ -36,7 +36,9 @@ const toCustomerNoteCreate = () => {
v-for="(item, index) in rows"
:key="index"
:class="{
'consignees-card': true,
'q-pa-md': true,
'q-rounded': true,
'custom-border': true,
'q-mb-md': index < rows.length - 1,
}"
>
@ -82,7 +84,7 @@ const toCustomerNoteCreate = () => {
</template>
<style lang="scss">
.consignees-card {
.custom-border {
border: 2px solid var(--vn-light-gray);
border-radius: 10px;
padding: 10px;