Skip to content

Commit 36eb4b1

Browse files
committed
fix: ui
1 parent c8536db commit 36eb4b1

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

web/src/views/home/HomePage.vue

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,14 @@ const handleClearLocalCache = async () => {
156156
};
157157
</script>
158158
<template>
159-
<div font-github-mono p-12px text-14px flex flex-col class="[--gap:8px]">
159+
<div
160+
font-github-mono
161+
p-12px
162+
text-14px
163+
flex
164+
flex-col
165+
class="[--gap:8px] [--android-col-w:100px]"
166+
>
160167
<div mb="--gap" flex items-center gap-24px>
161168
<div text-20px font-400>{{ title }}</div>
162169
<div flex-1></div>
@@ -310,7 +317,7 @@ const handleClearLocalCache = async () => {
310317
v-for="item in androidVersionList"
311318
:key="item.version"
312319
flex-1
313-
min-w-120px
320+
min-w="--android-col-w"
314321
>
315322
<div
316323
h-2px
@@ -346,7 +353,7 @@ const handleClearLocalCache = async () => {
346353
v-for="item in androidVersionList"
347354
:key="item.version"
348355
flex-1
349-
min-w-120px
356+
min-w="--android-col-w"
350357
flex
351358
flex-col
352359
items-center

0 commit comments

Comments
 (0)