如何对齐输入日期时间本地的下拉列表

时间:2019-03-22 12:28:41

标签: html css twitter-bootstrap

我想引导程序/材料有问题。我尝试对齐input datetime-local的下拉图标。

<div class="col-xs-12 col-sm-3">
    <div class="form-group form-group-dtstart">
        <label class="control-label" for="dtstart">Execução *</label>
        <input class="form-control" name="dtstart" type="datetime-local" required>
        <span class="help-block hidden"></span>
    </div>
</div>

enter image description here enter image description here

1 个答案:

答案 0 :(得分:0)

使用这些属性,我认为这对您很有用。

.icon-right {
  top: calc(50% - 8px);
  position: relative;
}

使用其他特定的类名并编写属性。

class name {
  display: flex;
  align-items: center;
}