refactor: 页面优化
parent
6c81c2577c
commit
61cc5c9838
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue