chore: display the direct command in add worker

This commit is contained in:
jialin
2024-12-23 16:33:08 +08:00
parent 4391705c9a
commit e7de1896ea
32 changed files with 359 additions and 125 deletions
@@ -0,0 +1,13 @@
.container-install {
.notes {
padding: 10px 0;
display: flex;
flex-direction: column;
gap: 5px;
border-left: 2px solid var(--ant-color-split);
margin-bottom: 20px;
padding-left: 16px;
background: var(--color-fill-sider);
border-radius: 2px;
}
}