Browse Source
Merge pull request #73 from cbbfcd/feat/patch-05
fix: fr-generate 右侧图标展开后位置不对的问题修复
master
SmallStone
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
6 additions and
0 deletions
-
packages/core/src/mods/settingBar/components/json/index.module.less
|
@ -19,6 +19,12 @@ |
|
|
height:600px; |
|
|
height:600px; |
|
|
overflow-y: auto; |
|
|
overflow-y: auto; |
|
|
margin:0 20px; |
|
|
margin:0 20px; |
|
|
|
|
|
|
|
|
|
|
|
:global { |
|
|
|
|
|
.fr-wrapper { |
|
|
|
|
|
position: relative; |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
.configInput{ |
|
|
.configInput{ |
|
|
height: 600px; |
|
|
height: 600px; |
|
|