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