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