refactor: 页面优化

master
xjs 2025-04-07 14:59:42 +08:00
parent 6c81c2577c
commit 61cc5c9838
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<table class="w-full">
<!-- Table Header -->
<thead>
<tr class="text-[22rpx] text-[#505050]">
<tr class="text-[24rpx] text-[#505050]">
<th
v-for="(headItem, index) in columns"
:key="index"
@ -24,7 +24,7 @@
<tr
v-for="(item, index) in recompileData"
:key="index"
class="text-[22rpx] text-[#505050] border-t border-[#EDEDED]"
class="text-[24rpx] text-[#505050] border-t border-[#EDEDED]"
>
<td
v-for="(col, colIndex) in columns"