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: { dialog: {
title: '规则查看器', title: '规则查看器',
...readOnlyDialogOptions(), ...readOnlyDialogOptions(),
size: 'xl', size: 'full',
body: { body: {
type: 'service', type: 'service',
api: { api: {

View File

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