fix(styles): refs #7001 create VnTitle and correct background-page color #238

Merged
pablone merged 12 commits from 7001-fixStyles into dev 2024-03-21 12:43:58 +00:00
2 changed files with 3 additions and 14 deletions
Showing only changes of commit 5580d15606 - Show all commits

View File

@ -1,11 +0,0 @@
<script setup>
defineProps({
text: { type: String, default: null },
textColor: { type: String, default: 'black' },
});
</script>
<template>
<QChip v-bind="$attrs">
<slot>{{ text }}</slot>
</QChip>
</template>

View File

@ -191,9 +191,9 @@ function openDialog(dmsId) {
/>
<VnLv :label="t('claim.summary.state')">
<template #value>
<QChip color="stateColor(claim.claimState.code)" dense>
{{ claim.claimState.description }}</QChip
>
<QChip :color="stateColor(claim.claimState.code)" dense>
{{ claim.claimState.description }}
</QChip>
</template>
</VnLv>
<VnLv :label="t('globals.salesPerson')">