由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - ng-style height=100% not working ?
相关主题
[合集] 请教一个问题c++ floating point calculation problem (revised)
学angular js有哪些有用的书?struts extjs 集成问题
How to send a structure containing a pointer over socket?sencha ext js搞定客户端网页。
std::map 为什么没有排序呢大牛对自动生成form有什么看法
通过日志分析yarn app实际内存用量oracle coherence
Go’s path to becoming a Top 10 if not Top 5 languagejava,c#,php的免费的grid,大家分别用哪些?
Re: amazon onsite interview question (转载)C++ gui library recommendation need
10G文件的排序问题有人试了bootstrap4了没
相关话题的讨论汇总
话题: height话题: ng话题: div话题: 100%话题: col
进入Programming版参与讨论
1 (共1页)
w*s
发帖数: 7227
1
i have this

{{message}}




now height is fixed, i tried 100%, doesn't work.
尼玛老板催的紧,赶进度,边学边做。
谢谢!
c*********e
发帖数: 16335
2
javascript debug你会吗?

【在 w*s 的大作中提到】
: i have this
:

:

{{message}}


:

:

: now height is fixed, i tried 100%, doesn't work.
: 尼玛老板催的紧,赶进度,边学边做。
: 谢谢!

n*****t
发帖数: 22014
3
100% 这个玩意非常可疑,貌似跟 position 啥的都有关系。你这个不是 ngStyle 的问
题,是 css 的毛病。如果要自动占满屏幕,我是做了个 directive 算的。

【在 w*s 的大作中提到】
: i have this
:

:

{{message}}


:

:

: now height is fixed, i tried 100%, doesn't work.
: 尼玛老板催的紧,赶进度,边学边做。
: 谢谢!

l**********n
发帖数: 8443
4
if you set height to 100%, it means take all the height of its parent
container, but it doesn't know what height it should be.
if you want it to take all height of the browser window, you have to set
height 100% on the body
w*s
发帖数: 7227
5
大牛,是这样的,整个页面就是 2 column grid system,这右边是上面的程序,ng-
view在里面。
所以我在那行div里设成100%以为页面的右边的图形背景占满右边屏幕的,
结果就出来很窄的,基本ng-view出来结果是几行,它就是几行。

【在 l**********n 的大作中提到】
: if you set height to 100%, it means take all the height of its parent
: container, but it doesn't know what height it should be.
: if you want it to take all height of the browser window, you have to set
: height 100% on the body

n*****t
发帖数: 22014
6
试试 100vh

【在 w*s 的大作中提到】
: 大牛,是这样的,整个页面就是 2 column grid system,这右边是上面的程序,ng-
: view在里面。
: 所以我在那行div里设成100%以为页面的右边的图形背景占满右边屏幕的,
: 结果就出来很窄的,基本ng-view出来结果是几行,它就是几行。

w*s
发帖数: 7227
7
赞美神!!! :)

【在 n*****t 的大作中提到】
: 试试 100vh
1 (共1页)
进入Programming版参与讨论
相关主题
有人试了bootstrap4了没通过日志分析yarn app实际内存用量
AngularJS ngGrid 怎么给每列做range slider呢?Go’s path to becoming a Top 10 if not Top 5 language
是不是只有我覺得react的架構設計不如angular2Re: amazon onsite interview question (转载)
去conference很郁闷10G文件的排序问题
[合集] 请教一个问题c++ floating point calculation problem (revised)
学angular js有哪些有用的书?struts extjs 集成问题
How to send a structure containing a pointer over socket?sencha ext js搞定客户端网页。
std::map 为什么没有排序呢大牛对自动生成form有什么看法
相关话题的讨论汇总
话题: height话题: ng话题: div话题: 100%话题: col