付腾飞

Results 2 comments of 付腾飞

this style in debug.min.css: > #tab-web iframe { border-width: 0; width: 100%; } caused the bug changed it to a explicit value like this: > #tab-web iframe { border-width: 0;...

0 in /usr/local/lib/python3.6/site-packages/pyspider/webui/templates/debug.html change `` to `` this fix a css bug in firefox 1 in debug.min.css change to below: `#debug-tabs{margin-bottom:45px;height:100%}#tab-web.fixed{padding-top:24px}#tab-web{height:100%}.iframe-box{height:100%}#tab-web iframe{border-width:0;width:100%}#tab-html` I add 3 height:100% and a .iframe-box{height:100%} compared...