diff --git a/src/main/resources/static/component/site-tab.js b/src/main/resources/static/component/site-tab.js index 5a8c6b4..21e3086 100644 --- a/src/main/resources/static/component/site-tab.js +++ b/src/main/resources/static/component/site-tab.js @@ -35,7 +35,7 @@ function siteTab() { dialog: { title: '规则查看器', ...readOnlyDialogOptions(), - size: 'xl', + size: 'full', body: { type: 'service', api: { diff --git a/src/main/resources/static/index.html b/src/main/resources/static/index.html index dc928ff..1a536cd 100644 --- a/src/main/resources/static/index.html +++ b/src/main/resources/static/index.html @@ -17,6 +17,10 @@ margin: 0; padding: 0; } + + .antd-EditorControl { + max-height: 100% !important; + }