fix(project/detail): fix own

This commit is contained in:
zhangheng
2026-02-24 17:49:09 +08:00
parent 62ba2fa5cf
commit 77a9571b72
14 changed files with 241 additions and 175 deletions

View File

@@ -84,7 +84,8 @@ function StatCard(props: {
radius={"md"}
pos="relative"
style={{
borderColor: "rgba(0,0,0,0.06)",
borderColor:
"light-dark(var(--mantine-color-gray-4), var(--mantine-color-dark-4))",
overflow: "hidden",
display: "flex",
}}>
@@ -181,7 +182,8 @@ export default function PersonDashboardPage() {
p="md"
style={{
width: 160,
borderColor: "rgba(0,0,0,0.06)",
borderColor:
"light-dark(var(--mantine-color-gray-4), var(--mantine-color-dark-4))",
display: "flex",
flexDirection: "column",
gap: 16,
@@ -251,7 +253,8 @@ export default function PersonDashboardPage() {
withBorder
p="md"
style={{
borderColor: "rgba(0,0,0,0.06)",
borderColor:
"light-dark(var(--mantine-color-gray-4), var(--mantine-color-dark-4))",
display: "flex",
flexDirection: "column",
minHeight: 0,
@@ -266,7 +269,8 @@ export default function PersonDashboardPage() {
withBorder
p="md"
style={{
borderColor: "rgba(0,0,0,0.06)",
borderColor:
"light-dark(var(--mantine-color-gray-4), var(--mantine-color-dark-4))",
display: "flex",
flexDirection: "column",
minHeight: 0,

View File

@@ -434,7 +434,10 @@ export default function PersonReportPage() {
withBorder
p="md"
radius="md"
style={{ borderColor: "rgba(0,0,0,0.06)" }}>
style={{
borderColor:
"light-dark(var(--mantine-color-gray-4), var(--mantine-color-dark-4))",
}}>
<Stack gap="sm">
<Group justify="space-between" wrap="wrap" gap="sm">
<Group gap="xs">
@@ -619,7 +622,8 @@ export default function PersonReportPage() {
p="md"
radius="md"
style={{
borderColor: "rgba(0,0,0,0.06)",
borderColor:
"light-dark(var(--mantine-color-gray-4), var(--mantine-color-dark-4))",
flex: 1,
minHeight: 0,
display: "flex",