zozopen

Results 6 issues of zozopen

https://github.com/alitajs/alita/issues/425 正常情况下是贴合左边的 ![image](https://user-images.githubusercontent.com/23204297/191217547-e7c214dd-7776-47a3-9bde-7d05eb340a28.png) 当关闭其中一个tab页面后就会出现 ![image](https://user-images.githubusercontent.com/23204297/191217322-dbb41e33-2920-404c-aadb-e2d232b64d53.png) 看了一下是缺少了 margin: 0 ![image](https://user-images.githubusercontent.com/23204297/191218032-4d9ad664-c462-4dd6-a215-12a3d20bbb8f.png)

### 🐛 bug 描述 开启多tabs页后 start首次编译 登录进主界面后会进行白屏报错 ![image](https://user-images.githubusercontent.com/23204297/190973235-7fd81d04-322c-4d6f-91f9-defb104b9030.png) ![image](https://user-images.githubusercontent.com/23204297/190973211-bf6e9d85-df4c-430a-933a-04a4b2e19fef.png) 尝试了一下 问题应该是一直重定向导致的 ![image](https://user-images.githubusercontent.com/23204297/190981539-7aa77959-3a7d-4345-8f01-e6825b9c7b1d.png)

安装新版 @umi4 config.ts 添加配置 keepalive: [/./], tabsLayout: {}, 报错 ![image](https://user-images.githubusercontent.com/23204297/190124423-4072f3c1-f452-4a71-9e6c-bb049cac2328.png) 原因是多次引用了useAppData 修正了临时文件后 可以跑动 不过会出现标题undefined,且国际化失效 ![image](https://user-images.githubusercontent.com/23204297/190124649-b813e5e2-39f3-4f3f-9769-bce86f92da3a.png) | Environment | Info | | --- | --- | | antd | 4.23.1 |...

开启多tabs页面 然后跑编译 登录进入首页 报错且白屏 我估计跟多tabs有关系,就提到这里了 ![image](https://user-images.githubusercontent.com/23204297/190983249-cf9f09cb-1476-475e-bea8-e21e25dea0e8.png) ![image](https://user-images.githubusercontent.com/23204297/190944517-b334c96c-60fa-4226-a113-a479e6c62e06.png) 尝试了一下 问题应该是一直重定向导致的 ![image](https://user-images.githubusercontent.com/23204297/190983370-7d9b2b7d-8a37-43c3-b500-701c15053a86.png)

- [ ] I have searched the [issues](https://github.com/ant-design/ant-design/issues) of this repository and believe that this is not a duplicate. ### What problem does this feature solve? It is recommended to...

Inactive