fix(style): cluster options
This commit is contained in:
@@ -25,8 +25,7 @@ const ClusterOption = styled.span`
|
|||||||
display: flex;
|
display: flex;
|
||||||
padding: 8px 0;
|
padding: 8px 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
justify-content: space-between;
|
flex-direction: column;
|
||||||
align-items: center;
|
|
||||||
border-bottom: 1px solid var(--ant-color-split);
|
border-bottom: 1px solid var(--ant-color-split);
|
||||||
gap: 8px;
|
gap: 8px;
|
||||||
.label {
|
.label {
|
||||||
@@ -57,6 +56,12 @@ const ClusterOption = styled.span`
|
|||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
gap: 12px;
|
gap: 12px;
|
||||||
}
|
}
|
||||||
|
.s-dot {
|
||||||
|
width: 4px;
|
||||||
|
height: 4px;
|
||||||
|
background-color: var(--ant-color-text-quaternary);
|
||||||
|
border-radius: 50%;
|
||||||
|
}
|
||||||
`;
|
`;
|
||||||
|
|
||||||
interface BasicFormProps {
|
interface BasicFormProps {
|
||||||
@@ -129,6 +134,7 @@ const BasicForm: React.FC<BasicFormProps> = (props) => {
|
|||||||
{data.ready_workers} / {data.workers}
|
{data.ready_workers} / {data.workers}
|
||||||
</span>
|
</span>
|
||||||
</span>
|
</span>
|
||||||
|
<span className="s-dot"></span>
|
||||||
<span className="flex-center gap-4 text-tertiary">
|
<span className="flex-center gap-4 text-tertiary">
|
||||||
<span>GPUs:</span>
|
<span>GPUs:</span>
|
||||||
<span>{data.gpus}</span>
|
<span>{data.gpus}</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user