【问题标题】:no Calendar icon for Vue-Bootstrap b-form-datepickerVue-Bootstrap b-form-datepicker 没有日历图标
【发布时间】:2022-01-23 19:32:03
【问题描述】:

我究竟如何摆脱 Vue 中 b-form-datepicker 的日历图标
我尝试过使用

.bi-calendar {
    visibility: hidden;
}

但这仅在样式没有作用域时才有效,但我需要作用域样式。

【问题讨论】:

    标签: bootstrap-4 bootstrap-vue


    【解决方案1】:

    我想你也尝试过

    .bi-calendar {
        display: none; 
    }
    

    .bi-calendar {
        text-indent: -999999px; 
    }
    

    【讨论】:

    • 是的,这也不行
    猜你喜欢
    • 2020-08-21
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2020-10-27
    • 1970-01-01
    • 2021-05-20
    • 2018-06-05
    相关资源
    最近更新 更多