feat: add schedule type ux

This commit is contained in:
jialin
2024-09-09 13:41:39 +08:00
parent 5c372bbaa3
commit dc4e83447d
21 changed files with 434 additions and 180 deletions
+20
View File
@@ -0,0 +1,20 @@
.gpu-card {
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: center;
width: 100%;
border-bottom: 1px solid var(--ant-color-split);
padding-bottom: 10px;
.header {
margin-bottom: 10px;
}
.info {
display: flex;
align-items: center;
gap: 10px;
color: var(--ant-color-text-tertiary);
}
}