From 5ce19d6e78c089a497fd21d14cc2dbc8f150c5cb Mon Sep 17 00:00:00 2001 From: zzq0826 <770166635@qq.com> Date: Wed, 5 Jun 2024 10:02:26 +0800 Subject: [PATCH] update rollup explorer style (#1109) --- src/pages/rollup/batch/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/rollup/batch/index.tsx b/src/pages/rollup/batch/index.tsx index ab8c8cb9d..38e197b46 100644 --- a/src/pages/rollup/batch/index.tsx +++ b/src/pages/rollup/batch/index.tsx @@ -65,7 +65,7 @@ const BoxItem = styled(Box)(({ theme }) => ({ [theme.breakpoints.down("md")]: { height: "7.4rem", justifyContent: "space-between", - "& > *:nth-last-of-type(1)": { + "& > *:last-child": { textAlign: "right", marginLeft: "0.4rem", marginRight: "1.6rem",