小鑫同学
小鑫同学
How to delete the data with guids 4ddEAF87-8De8-Cdd6-ad7B-A2df961418d4 and 429FAcdF-Ef88-5fFD-D25D-4f4cEf615D7D in the following data? ```json [ { "guid": "4ddEAF87-8De8-Cdd6-ad7B-A2df961418d4", "accountName": "dlhcsqtsgq", "isAvailable": true, "gender": "女", "mobile": "17971602856", "email": "[email protected]", "department":...
When using NG-ZORRO in Formly, how to set more Props, for example: when the Select component has the nzAllowClear attribute, it can have the ability to clear the option?
**描述bug** 在官方示例的基础上对 angular 子应用进行多模块的路由改造,主应用和子应用的导航均正常工作,但直接访问 angular 子应用的二级路由会提示 404,无法访问,目的是同其他子项目一样可以访问(http://localhost:8000/angular12-sub/home) **如何复现** 通过浏览器直接访问 http://localhost:8000/angular12-sub/home 会遭到拒绝(404)html请求出现错误 **错误截图**  **最小复现仓库或者地址** ``` git clone https://github.com/OSpoon/wujie.git git checkout upstream/feat/angular-router ```
### 可复现的链接: https://codesandbox.io/s/vxe-table-4-x-vue-3-0-wen-ti-yan-shi-forked-i742q6 ### 问题描述与截图: ### 属性设置: 1. 表格通过vxe-table--body-wrapper设置固定高度 2. 使用fixed="left"冻结第一列 ### 问题描述: 如标题当滑动中间数据到表格底部后出现错行问题  ### 期望的结果: 固定高度和冻结首列为必选项,表格满足基本展示要求不错行 ### 操作系统: window11 ### 浏览器版本: Chrome 92.0.4515.131 ### vue 版本: 3.2.31 ###...