1
0

fix: 修复代码编辑器无法自适应高度

This commit is contained in:
2024-11-04 18:47:21 +08:00
parent 7574bc899a
commit 0b08b1bfb6
2 changed files with 5 additions and 1 deletions

View File

@@ -35,7 +35,7 @@ function siteTab() {
dialog: {
title: '规则查看器',
...readOnlyDialogOptions(),
size: 'xl',
size: 'full',
body: {
type: 'service',
api: {

View File

@@ -17,6 +17,10 @@
margin: 0;
padding: 0;
}
.antd-EditorControl {
max-height: 100% !important;
}
</style>
</head>
<body>