fix: automatically update the page when scrolling

This commit is contained in:
jialin
2025-01-02 12:22:09 +08:00
parent e4b1dfc77a
commit d7de302393
17 changed files with 151 additions and 133 deletions
+1 -1
View File
@@ -52,7 +52,7 @@
}
}
.upgrade {
.upgrade-text {
display: flex;
justify-content: space-between;
padding-block: 20px 4px;
+1 -1
View File
@@ -52,7 +52,7 @@ const VersionInfo: React.FC<{ intl: any }> = ({ intl }) => {
)}
</div>
{getAtomStorage(userAtom)?.is_admin && isProd && (
<div className="upgrade">
<div className="upgrade-text">
<span className="m-l-5">
{latestVersion &&
latestVersion !== currentVersion &&