update clashmeta core, Imporve UI, merge PR, reset icons, fix CI

This commit is contained in:
wonfen
2023-11-28 07:49:44 +08:00
parent 9d4942723c
commit bda87167a3
57 changed files with 298 additions and 117 deletions

View File

@@ -64,7 +64,7 @@ const LogPage = () => {
</Box>
}
>
<Paper
<Box
sx={{
boxSizing: "border-box",
boxShadow: 0,
@@ -121,7 +121,7 @@ const LogPage = () => {
<BaseEmpty text="No Logs" />
)}
</Box>
</Paper>
</Box>
</BasePage>
);
};