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

界面布局 footer 展示问题 #28

Open
QiuMing opened this issue Mar 20, 2018 · 9 comments
Open

界面布局 footer 展示问题 #28

QiuMing opened this issue Mar 20, 2018 · 9 comments

Comments

@QiuMing
Copy link

QiuMing commented Mar 20, 2018

image
如上图,有时登录之后,底部footer显示并不是在底部

@lcw2004
Copy link
Owner

lcw2004 commented Mar 21, 2018

@QiuMing 你是什么时候的版本啊,我前几天更新了一个版本已经解决了这个问题了。

@QiuMing
Copy link
Author

QiuMing commented Mar 22, 2018

@lcw2004 这个demo网站看到 的,我先看还是这样

@lcw2004
Copy link
Owner

lcw2004 commented Mar 23, 2018

@QiuMing 额,demo网站上运行的不是最新版本,有一段时间没更新了。最新版应该是没这个问题的

@QiuMing
Copy link
Author

QiuMing commented Mar 24, 2018

好的,了解了,感谢分享

@QiuMing QiuMing closed this as completed Mar 24, 2018
@QiuMing
Copy link
Author

QiuMing commented Mar 25, 2018

image
楼主,今天下载了最新的代码,发现高度并没有自适应,有滚动条,这是为什么了?

@QiuMing QiuMing reopened this Mar 25, 2018
@QiuMing
Copy link
Author

QiuMing commented Mar 25, 2018

而且发现,第一次打开首页,未登录的情况下,会出现加载动画,然后再跳转到登陆页,但是看您的demo 网站并没有这种情况,这又是为什么了?

@lcw2004
Copy link
Owner

lcw2004 commented Mar 26, 2018

你的是开发模式吗,如果是开发环境,这是正常的?我的服务器上是单独运行一个jar包的,就是下面的生成环境运行模式。

生产环境的时候,只启动了one-main工程,one-main工程里面有过滤器,如果没有登录的话,会跳转到登录界面。

开发环境的时候,分别启动了前端工程和后端工程,one-main工程里面的过滤器对one-ui是无效的,所以打开one-ui的index.html的时候,是先加载完index.html,获取不到登录信息,就又跳转到了login.html。这样就出现了你上述的情况。

@QiuMing
Copy link
Author

QiuMing commented Mar 29, 2018

理解了,感谢回答。。那那个滚动条是什么原因了?

@lcw2004
Copy link
Owner

lcw2004 commented May 8, 2018

主面板的

元素的min-height是100%,没有自适应。

自使用的方法adminlte的app.js里面有,one\one-ui\static\adminlte\js\app.js第256行。
等我过段时间有空再弄过来。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants