美文网首页
css :disable 选择器 在ionic中使用

css :disable 选择器 在ionic中使用

作者: Simar | 来源:发表于2020-05-25 14:45 被阅读0次
    <button ion-button  [disabled]="true" class="my_disabled_button">
        location
      </button>
    
      .my_disabled_button:disabled {
        background-color: red;
      }
    

    相关文章

      网友评论

          本文标题:css :disable 选择器 在ionic中使用

          本文链接:https://www.haomeiwen.com/subject/fveyahtx.html