Skip to content

Commit

Permalink
chore: adjust table width
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Mar 12, 2024
1 parent 2843864 commit 463b41e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/sponsors.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sponsors.sort((a, b) => {
<template>
<div flex="~ col gap2" items-center p2>
<h1>Sponsor list</h1>
<table max-w-500px w-full>
<table max-w-full w-600px>
<tr>
<td>捐赠人</td>
<td>时间</td>
Expand Down

0 comments on commit 463b41e

Please sign in to comment.