refactor: delete page style (#4347)

Co-authored-by: Alex Yang <himself65@outlook.com>
This commit is contained in:
JimmFly
2023-09-16 08:55:56 +08:00
committed by GitHub
parent b9656b1e22
commit d3635208f6
8 changed files with 201 additions and 60 deletions
+5
View File
@@ -60,7 +60,12 @@ export const HeaderItem = ({
}}
>
<IconButton
size="large"
ref={setContainer}
style={{
width: '32px',
fontSize: '24px',
}}
onClick={useCallback(() => {
if (!open) {
setOpen(true);