@@ -113,7 +113,7 @@ const UpgradeModal = props => {
return (
<Modal
getContainer={() => document.getElementById('root')}
- width={800}
+ // width={800}
title={`确认${modalTitleEnum[type]}`}
visible={visible}
confirmLoading={loading}