Skip to content
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

Closed
tanzzj opened this issue Apr 17, 2020 · 12 comments
Closed

配置中心无法全屏 #2644

tanzzj opened this issue Apr 17, 2020 · 12 comments
Labels
status/duplicate This issue or pull request already exists

Comments

@tanzzj
Copy link

tanzzj commented Apr 17, 2020

Issue Description
配置中心配置屏幕无法全屏

Describe what happened (or what feature you want)

image
提示按F1全屏,但实际无效果

Tell us your environment

centos7.6

Anything else we need to know?

@rcfeng
Copy link

rcfeng commented Aug 6, 2020

同问

@LXHING999
Copy link

同问2

@cmshome
Copy link

cmshome commented Sep 10, 2020

同问3

@cmshome
Copy link

cmshome commented Sep 10, 2020

为啥不直接做成按钮呢?

@jiangliuhong
Copy link

同问4

@jay2033
Copy link

jay2033 commented Nov 23, 2020

同问++

@jiawuhia123
Copy link

同问++++++++++++

@rcfeng
Copy link

rcfeng commented Nov 28, 2020

@KomachiSion 这个问题看解决一下? 好久了

@jiawuhia123
Copy link

@KomachiSion 这个问题看解决一下? 好久了

#4349 放入了1.4.1版本处理

@TOP-LH
Copy link

TOP-LH commented Apr 23, 2021

@KomachiSion 这个问题看解决一下? 好久了

#4349 放入了1.4.1版本处理

不是吧,阿sir,我都nacos2.x了还不行

@yiyingcanfeng
Copy link

@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);
})();

@KomachiSion
Copy link
Collaborator

duplicate with #3610
Fixed by #5507 and #5505

@KomachiSion KomachiSion added the status/duplicate This issue or pull request already exists label Jun 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status/duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

10 participants