Commit 735e803e authored by chenshouchao's avatar chenshouchao

feat: 项目数据刷新按钮样式优化

parent 73308b0d
...@@ -558,12 +558,12 @@ const ProjectData = observer(() => { ...@@ -558,12 +558,12 @@ const ProjectData = observer(() => {
onClick={handleRefresh} onClick={handleRefresh}
disabled={!isPass("PROJECT_DATA_REFRESH", "USER")} disabled={!isPass("PROJECT_DATA_REFRESH", "USER")}
sx={{ sx={{
marginLeft: "17px", marginLeft: "12px",
width: "32px", width: "32px",
height: "32px", height: "32px",
":hover": { ":hover": {
backgroundColor: "#F0F2F5 ", backgroundColor: "rgba(240, 242, 245, 1)",
borderRadius: 2, borderRadius: "4px",
}, },
}} }}
> >
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment