We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7525387 commit a79617bCopy full SHA for a79617b
src/pages/download/Index.vue
@@ -297,7 +297,7 @@ function getNewVersioArch(arch) {
297
<div class="w-full" v-loading="loading">
298
<div class="flex justify-between" v-if="versionArch.length > 0">
299
<span v-for="item in antong2List" :key="item.title">
300
- <download-button v-if="item.info != undefined" :isaInfo="item" />
+ <download-button class="py-[0.25rem]" v-if="item.info != undefined" :isaInfo="item" />
301
</span>
302
</div>
303
0 commit comments