lllianreg

Results 4 comments of lllianreg

如果是loadMicroApp 试试 sandbox: false 速度有明显提升

![image](https://github.com/x-extends/vxe-table/assets/21689406/4572d916-3488-4146-9773-ae2f16f4ab56) 破案了 麻烦作者大大 改下吧

``` .ant-modal { width: auto !important } .ant-modal-wrap .ant-modal .ant-modal-content { height: 100vh; display: flex; flex-direction: column; .ant-modal-body { flex: 1; max-height: auto; } } ```

比较麻烦 需要update 因为不能响应式更新 ``` const modalUpdate = (modal, e) => { userToken.value = e?.target?.value || '' modal.update({ title: '请填写一个用户token', content: ( modalUpdate(modal, e) } /> ) }) } const modal...