fix(image): fix bug
This commit is contained in:
@@ -474,8 +474,8 @@ export default function ProjectInfoPage({
|
||||
|
||||
<div style={{ display: "flex", gap: 6, height: 32 }}>
|
||||
<div style={{ flex: 1, display: "flex", justifyContent: "center" }}>
|
||||
<Tooltip label="编辑">
|
||||
{isShow("edit") && (
|
||||
{isShow("edit") && (
|
||||
<Tooltip label="编辑">
|
||||
<ActionIcon
|
||||
variant="transparent"
|
||||
radius="md"
|
||||
@@ -496,8 +496,8 @@ export default function ProjectInfoPage({
|
||||
color="var(--mantine-color-brand-text)"
|
||||
/>
|
||||
</ActionIcon>
|
||||
)}
|
||||
</Tooltip>
|
||||
</Tooltip>
|
||||
)}
|
||||
</div>
|
||||
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user