fix(ui): 修复按钮最小宽度和分页路由同步问题

- 为按钮添加最小宽度100px防止内容截断
- 修改模态框背景透明度提升视觉层次
- 统一错误日志中的冒号为中文全角
- 重构分页组件,同步当前页码到路由参数
- 初始化时从路由参数读取页码
This commit is contained in:
anghunk
2026-01-21 11:19:35 +08:00
parent ec9c658e44
commit c95ca722bc
4 changed files with 44 additions and 17 deletions

View File

@@ -327,7 +327,7 @@ function handleLogoutFromActions() {
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.3);
background-color: rgba(0, 0, 0, 0.6);
z-index: 900;
display: block;
}