- {{ $props.title ?? `#${$props.id}` }}
-
-
ID: 12345
+
+
+
+ {{ $props.title }}
+
+
+ ID: {{ $props.id }}
+
+
@@ -36,12 +50,6 @@ const $props = defineProps({
margin-right: 25px;
}
-.q_chip {
- display: flex;
- flex-direction: column;
- justify-content: center;
-}
-
.card-list-body {
display: flex;
justify-content: space-between;
diff --git a/src/pages/InvoiceOut/InvoiceOutList.vue b/src/pages/InvoiceOut/InvoiceOutList.vue
index 23ccca945..7b1b3d0ca 100644
--- a/src/pages/InvoiceOut/InvoiceOutList.vue
+++ b/src/pages/InvoiceOut/InvoiceOutList.vue
@@ -1,5 +1,5 @@