optimize android gui (#174)

make chips input more friendly
This commit is contained in:
Sijie.Sun
2024-07-15 22:55:10 +08:00
committed by GitHub
parent a03fc04b1b
commit 5987528f59
3 changed files with 107 additions and 37 deletions

View File

@@ -343,10 +343,10 @@ function showEventLogs() {
</div>
</div>
<div class="flex flex-row align-items-center flex-wrap w-full">
<div class="flex flex-row align-items-center flex-wrap w-full max-h-40 overflow-scroll">
<Chip
v-for="(chip, i) in myNodeInfoChips" :key="i" :label="chip.label" :icon="chip.icon"
class="mr-2 mt-2"
class="mr-2 mt-2 text-sm"
/>
</div>