Navigation bar Issue & PR moved to the right side.

This commit is contained in:
lutinglt
2025-11-21 14:28:40 +08:00
parent 678beb2c0d
commit a83fe43cbb
11 changed files with 440 additions and 13 deletions

View File

@@ -40,7 +40,7 @@ export const input = css`
align-items: center;
}
// 下拉菜单的输入框
.ui.dropdown.dropdown .menu>.input {
.ui.dropdown.dropdown .menu > .input {
margin: 12px 10px;
}
`;