wip(freight): migration 0017 + model/column-list groundwork for add-freight-templates

This commit is contained in:
Chengdong Zhang
2026-09-23 17:39:45 +08:00
parent a83e857bdf
commit 5b426486ac
105 changed files with 6193 additions and 1566 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ withDefaults(defineProps<{ text?: string }>(), { text: "" });
</script>
<template>
<div class="py-[60px] text-center text-muted/70">
<div class="text-muted/70 py-[60px] text-center">
<div class="mb-2.5 text-[40px] leading-none"></div>
<p class="m-0">{{ text || $t("common.empty") }}</p>
</div>