Browse Source

🎈 perf: 优化部分细节

Pchen. 3 weeks ago
parent
commit
b436f715be
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/LepaoAccountCard/accountDetailCard.vue

+ 1 - 1
src/components/LepaoAccountCard/accountDetailCard.vue

@@ -87,7 +87,7 @@
             <a-table-column title="跑区" :width="180">
             <a-table-column title="跑区" :width="180">
               <template #cell="{ record }">{{ record.result?.pass_tit }}</template>
               <template #cell="{ record }">{{ record.result?.pass_tit }}</template>
             </a-table-column>
             </a-table-column>
-            <a-table-column title="距离" :width="80">
+            <a-table-column title="距离" :width="90">
               <template #cell="{ record }">{{ record.result?.distance }} Km</template>
               <template #cell="{ record }">{{ record.result?.distance }} Km</template>
             </a-table-column>
             </a-table-column>
             <a-table-column title="时长" :width="100">
             <a-table-column title="时长" :width="100">