@@ -19,7 +19,7 @@ defineExpose({
:mask-closable="false"
:footer="null"
>
- <iframe src="http://localhost:88/"></iframe>
+ <iframe src="http://localhost:88/env-area"></iframe>
</AModal>
</template>
@@ -27,10 +27,14 @@ defineExpose({
.env-area-editor-modal {
padding: 32px;
+ .ant-modal {
+ max-width: 1147px;
+ }
+
.ant-modal,
.ant-modal > div,
.ant-modal-content {
- height: 100%;
+ height: 812px;
}