Skip to content

Commit 95154e0

Browse files
authored
⚡️ 优化安装页的 loadingStatus 改用 monospace 避免跳动 (#1381)
1 parent 198a47e commit 95154e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/install/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,7 @@ function App() {
732732
<>
733733
<Typography.Title heading={3}>{t("install_page_loading")}</Typography.Title>
734734
<div className="downloading">
735-
<Typography.Text>{fetchingState.loadingStatus}</Typography.Text>
735+
<Typography.Text style={{ fontFamily: "monospace" }}>{fetchingState.loadingStatus}</Typography.Text>
736736
<div className="loader"></div>
737737
</div>
738738
</>

0 commit comments

Comments
 (0)