lllianreg
lllianreg
如果是loadMicroApp 试试 sandbox: false 速度有明显提升
 破案了 麻烦作者大大 改下吧
``` .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...