争渡,争渡,惊起一滩鸥鹭

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

 

    <div class="example1 example2"></div>
    <div :class="true?'example1':'example2'"></div>
    <div :class="{ 'example1': true }"></div>
    <div :class="['example1', {'example2':true}]"></div>

 

    <div style="width:calc(100% - 10px); color:red"></div>
    <div :style="true?{ width: 'calc(100% - 10px)', color: 'red' }:''"></div>
    <div :style="{ width: true?'calc(100% - 10px)':'200px', color: 'red' }"></div>
    <div :style="{ width: `calc(100% - ${aaaa}px)`, color: bbbb }"></div>

 

posted on 2020-02-15 19:05  争渡~  阅读(8158)  评论(0编辑  收藏  举报