标签:type pad flow bsp div lips inf 选择 over
1.AngularJS ng-if 判断
<div class="wrap-ellipsis" ng-if="spaceInfor.posCenterX == null && spaceInfor.posCenterY == null"></div> <div class="wrap-ellipsis" ng-if="spaceInfor.posCenterX !=null || spaceInfor.posCenterY != null">({{spaceInfor.posCenterX}},{{spaceInfor.posCenterY}})</div>
ng-if 判断值,选择相应的div。
2.颜色需要修改可以用 css样式覆盖原来的样式。
3.滚动条样式 限制div内容多了后会出现滚动条
list-style-type:none;
padding-left:0px;
height: 125px;
overflow-y:auto;
标签:type pad flow bsp div lips inf 选择 over
原文地址:http://www.cnblogs.com/dth08011122/p/7028817.html