File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments