feat: add watch api in cluster

This commit is contained in:
jialin
2025-09-16 11:26:17 +08:00
parent 07ade24ea1
commit deeee70807
34 changed files with 706 additions and 229 deletions
+2 -2
View File
@@ -70,12 +70,12 @@ const Icon = styled.div`
display: flex;
align-items: center;
margin-right: 16px;
font-size: 46px;
font-size: 32px;
`;
const Header = styled.div`
font-weight: bold;
font-size: 16px;
font-size: var(--font-size-base);
display: flex;
align-items: center;
justify-content: space-between;