删除输入标签时文本会向上移动

时间:2012-09-10 18:12:43

标签: html

当我从标签上移除输入标签时,布局高度和我无法弄清楚高度变化的原因。当输入标签带有标签时,高度对齐是否会出现特殊情况?

从:

    <div class=" pull-right">
      <label class="pull-left"><small>FROM:</small><input type="date"></label>
      <label class="pull-left"><small>TO:</small><input type="date"></label>
    </div>

enter image description here

为:

    <div class=" pull-right">
      <label class="pull-left"><small>FROM:</small><input type="date"></label>
      <label class="pull-left"><small>TO:</small></label>
    </div>

enter image description here

1 个答案:

答案 0 :(得分:0)

您可以添加到您的css文件

position: absolute;
width:???px;