Просмотр исходного кода

fix: 云版功能弹窗去掉宽度

outaozhen 4 лет назад
Родитель
Сommit
581a6a9bd9
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/pages/Product/Cloud/components/Detail/UpgradeModal.jsx

+ 1 - 1
src/pages/Product/Cloud/components/Detail/UpgradeModal.jsx

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