【问题标题】:Dynamic width with Angular for progress bar not working in IE11带有 Angular 的动态宽度在 IE11 中不起作用
【发布时间】:2015-12-03 01:03:49
【问题描述】:

我有一个显示上传进度的进度条。 CSS 适用于 chrome,但不适用于 IE

   <div class="progress-bar">
                            <div style="width: {{media.progress*0.95 + (media.result ? 5 : 0)}}%;" class="progress-bar__bg"></div>
                        </div>

【问题讨论】:

    标签: css angularjs dynamic width ng-style


    【解决方案1】:

    使用 ng 样式

    ng-style="{width: (media.progress*0.95) + (media.result ? 5 : 0)+ '%'}"
    

    【讨论】:

    • @janIreal23 很高兴为您提供帮助.. :)
    猜你喜欢
    • 2018-12-07
    • 1970-01-01
    • 2017-09-07
    • 1970-01-01
    • 2018-10-19
    • 1970-01-01
    • 2018-04-26
    • 1970-01-01
    • 2020-09-05
    相关资源
    最近更新 更多