修复一些宽度问题

This commit is contained in:
2026-04-29 20:09:30 +08:00
parent 780786c778
commit 8e388c704a
3 changed files with 15 additions and 15 deletions
@@ -534,12 +534,12 @@ onMounted(() => {
<table class="w-full text-left text-sm text-gray-900 dark:text-white">
<thead>
<tr class="border-b border-gray-200 bg-gray-50 text-gray-500 dark:border-dk-muted dark:bg-dk-base dark:text-gray-400">
<th class="px-5 py-3 font-medium w-40">{{ t('warehouse.item_name') }}</th>
<th class="px-5 py-3 font-medium">{{ t('warehouse.serial_number') }}</th>
<th class="px-5 py-3 font-medium">{{ t('warehouse.remark') }}</th>
<th class="px-5 py-3 font-medium w-20 text-center">{{ t('warehouse.quantity') }}</th>
<th class="px-5 py-3 font-medium w-24 text-center">{{ t('work_order.work_order_count') }}</th>
<th class="px-5 py-3 font-medium w-48">{{ t('customer.related_customers') }}</th>
<th class="px-5 py-3 font-medium w-50">{{ t('warehouse.item_name') }}</th>
<th class="px-5 py-3 font-medium w-50">{{ t('warehouse.serial_number') }}</th>
<th class="px-5 py-3 font-medium w-50">{{ t('warehouse.remark') }}</th>
<th class="px-5 py-3 font-medium text-center">{{ t('warehouse.quantity') }}</th>
<th class="px-5 py-3 font-medium text-center">{{ t('work_order.work_order_count') }}</th>
<th class="px-5 py-3 font-medium ">{{ t('customer.related_customers') }}</th>
<th class="px-5 py-3 font-medium whitespace-nowrap">{{ t('warehouse.updated_at') }}</th>
<th class="px-5 py-3 font-medium">{{ t('warehouse.created_by') }}</th>
<th class="px-5 py-3 font-medium w-20 text-right">{{ t('warehouse.actions') }}</th>