fix(style): gpu_selector position

This commit is contained in:
jialin
2025-11-20 20:49:19 +08:00
parent af3e03230a
commit 26a4d5474d
5 changed files with 51 additions and 8 deletions
@@ -48,7 +48,7 @@ const ApiAccessInfoWrapper = styled.div`
display: grid;
padding-left: 20px;
grid-template-columns: max-content 1fr max-content;
gap: 12px 0px;
gap: 8px 0px;
justify-items: start;
align-items: center;
.label {