Skip to content

Commit

Permalink
优化设置界面,添加旋转角度标签的nobr标签以防止换行
Browse files Browse the repository at this point in the history
  • Loading branch information
Shua-github committed Dec 29, 2024
1 parent 6b848a5 commit cf652bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ function App() {
/>
<div className="settings">
<div>
<label>旋转角度: </label>
<label><nobr>旋转角度: </nobr></label>
<Slider
value={rotate}
onChange={(e, v) => setRotate(v)}
Expand Down

0 comments on commit cf652bc

Please sign in to comment.