fix: init cluster id when deploy model

This commit is contained in:
jialin
2025-12-03 19:18:07 +08:00
parent d8f1e95e1a
commit 7355be9e3a
9 changed files with 38 additions and 28 deletions
@@ -2,11 +2,12 @@
box-shadow: none !important;
:global(.ant-card-body) {
height: 110px;
height: 96px;
display: flex;
justify-content: space-around;
border-radius: var(--ant-border-radius-lg);
border: 1px solid var(--ant-color-border);
padding: 16px 24px;
}
}