fix: 修复代码编辑器无法自适应高度
This commit is contained in:
@@ -35,7 +35,7 @@ function siteTab() {
|
||||
dialog: {
|
||||
title: '规则查看器',
|
||||
...readOnlyDialogOptions(),
|
||||
size: 'xl',
|
||||
size: 'full',
|
||||
body: {
|
||||
type: 'service',
|
||||
api: {
|
||||
|
||||
@@ -17,6 +17,10 @@
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.antd-EditorControl {
|
||||
max-height: 100% !important;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user