fix: constrain address management modal width (#1002)

* fix: constrain address management modal width

* fix: enable address table horizontal scroll
This commit is contained in:
Dream Hunter
2026-04-25 16:33:18 +08:00
committed by GitHub
parent eb62c37e02
commit 7e7f824f88
8 changed files with 49 additions and 8 deletions
+1
View File
@@ -17,6 +17,7 @@
### Bug Fixes
- fix: |Frontend| 收窄地址管理相关弹窗宽度,并让地址表格在弹窗内部横向滚动,避免多地址场景撑宽弹窗
- fix: |Frontend| 修复 `/open_api/settings` 未返回 `domains` 数组时前端设置初始化直接调用 `map()``undefined` 错误的问题,统一按空数组兜底处理
### Improvements