feat: resource task add Image Manifest Url
Signed-off-by: zhaoxinxin <1186037180@qq.com>
This commit is contained in:
parent
a5dc3cbb3f
commit
a9ece447ef
|
@ -202,7 +202,7 @@
|
|||
.bolbProportionContainer {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 0.3rem;
|
||||
padding: 0.3rem 0.5rem;
|
||||
background-color: var(--palette-button-color) !important;
|
||||
border-radius: var(--menu-border-radius) !important;
|
||||
margin-right: 0.4rem;
|
||||
|
@ -210,8 +210,8 @@
|
|||
}
|
||||
|
||||
.bolbIcon {
|
||||
width: 1rem;
|
||||
height: 1rem;
|
||||
width: 1.2rem;
|
||||
height: 1.2rem;
|
||||
}
|
||||
|
||||
.bolbProportionText {
|
||||
|
|
|
@ -1536,11 +1536,7 @@ export default function Clear() {
|
|||
id={`scheduler-${item?.scheduler_cluster_id}-proportion-${peerIndex}`}
|
||||
>
|
||||
<Proportion className={styles.bolbIcon} />
|
||||
<Typography
|
||||
component="span"
|
||||
variant="subtitle2"
|
||||
className={styles.bolbProportionText}
|
||||
>
|
||||
<Typography component="div" variant="body2" className={styles.bolbProportionText}>
|
||||
{`Bolb: ${((items?.layers?.length / layer) * 100).toFixed(2) || 0}%`}
|
||||
</Typography>
|
||||
</Box>
|
||||
|
|
Loading…
Reference in New Issue