如何自定义 quick open 的高度 #2572
Unanswered
PerfectPan
asked this question in
Q&A
Replies: 1 comment
|
@hacke2 看一下这个问题?感觉可以支持一个配置用于控制 QuickOpen 的顶部高度,参考 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
看代码是写死了高度 https://github.com/opensumi/core/blob/main/packages/quick-open/src/browser/quick-open.service.tsx#L90,


实际表现:
想自定义高度实现类似 VSCode 上渲染在 tabbar 下面的效果,即:
目前是写了个 Module 去改 container 的高度,想问问是不是有别的方法:
All reactions