在我的mvc
申请中,我添加了div
height:270px
。
<style type="text/css">
.table-div {
height: 270px;
margin-top: -20px;
border-top: 2px solid #DDD;
border-bottom: 2px solid #DDD;
margin-right: 10px;
margin-left: 10px;
background-color: white;
}
</style>
它在firefox
中正常工作。但是如果我在Chrome
中打开它,那么它的高度将超过270px
。为什么会这样?怎么解决这个问题?
答案 0 :(得分:0)
可能是元素height.border-top和border-bottom应该与270一起添加。