Skip to content

Commit

Permalink
feat: 修改圆角
Browse files Browse the repository at this point in the history
  • Loading branch information
niyg-mw committed Nov 16, 2023
1 parent 3043939 commit e3842f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Pages/Dashboard/components/VehicleStatus.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import SemiAutoIcon from "@/components/SvgIcon/SemiAutoIcon";
import HandMoveIcon from "@/components/SvgIcon/HandMoveIcon";

const HexagonBox = styled(Box)(({ theme }) => ({
width: "100px",
width: "58px !important",
height: "58px",
backgroundColor: "#4CAF50",
position: "relative",
Expand Down Expand Up @@ -72,7 +72,7 @@ const VehicleStatus = memo(() => {
<SpeedCtrlIcon sx={{ marginRight: "6px" }} />
0.234 <span>m/s</span>
</h1>
<p>车速</p>
<p>11</p>
</div>
<Divider sx={{ marginBlock: "20px" }} />
</Box>
Expand Down

0 comments on commit e3842f5

Please sign in to comment.