-
Notifications
You must be signed in to change notification settings - Fork 12.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
配置中心无法全屏 #2644
Labels
status/duplicate
This issue or pull request already exists
Comments
同问 |
同问2 |
同问3 |
为啥不直接做成按钮呢? |
同问4 |
同问++ |
同问++++++++++++ |
@KomachiSion 这个问题看解决一下? 好久了 |
#4349 放入了1.4.1版本处理 |
不是吧,阿sir,我都nacos2.x了还不行 |
整了个油猴脚本,调了下编辑器高度,先凑合着用吧,也不指望官方最近能改了 // ==UserScript==
// @name Nacos配置中心编辑器高度调整
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// 改一下match,修改成你自己的nacos访问地址
// @match http://127.0.0.1:8848/nacos/
// @grant none
// ==/UserScript==
(function() {
'use strict';
document.getElementById('root').addEventListener("DOMSubtreeModified", function(){
if(document.getElementById('container')){
document.getElementById('container').style.height='800px' // 高度可自行修改
}
}, false);
})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue Description
配置中心配置屏幕无法全屏
Describe what happened (or what feature you want)
提示按F1全屏,但实际无效果
Tell us your environment
centos7.6
Anything else we need to know?
The text was updated successfully, but these errors were encountered: