diff --git a/layers/templates/FxCoupon01/index.vue b/layers/templates/FxCoupon01/index.vue index 28533db..41027aa 100644 --- a/layers/templates/FxCoupon01/index.vue +++ b/layers/templates/FxCoupon01/index.vue @@ -632,7 +632,7 @@ onMounted(async () => {
| + | {{ tm('Coupon_Item_Name') }} | { > {{ tm('Coupon_Item_RegistDate') }} | -+ | {{ tm('Coupon_Item_Status') }} |
|---|---|---|---|---|
|
@@ -688,7 +691,9 @@ onMounted(async () => { |
{ /* Table Style */ table { - @apply w-full h-auto border-collapse border-spacing-0 table-fixed; + @apply w-full h-auto border-collapse border-spacing-0 table-auto; } table th { @apply py-[8px] px-[12px] border border-[#D9D9D9] border-t-[0] border-r-[0] bg-[#FAFAFA] text-[#1F1F1F] text-[14px] font-bold leading-[24px] tracking-[-0.42px] |