feat: add Token refresh button and optimize Navbar

This commit is contained in:
2026-01-04 02:09:51 +08:00
parent 528dcbf06d
commit e192f44d99
4 changed files with 146 additions and 19 deletions
+18
View File
@@ -64,4 +64,22 @@ body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
/* 修复按钮图标与文本的垂直对齐 */
.ant-btn {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
}
.ant-btn .anticon {
display: inline-flex !important;
align-items: center !important;
line-height: 1 !important;
}
.ant-btn > span {
display: inline-flex !important;
align-items: center !important;
}
</style>