protoItem.html 471 B

1234567891011
  1. <div class="wrapper layout horizontal center" style="width: 100%;height: 20px;
  2. background-color: #252525;" onmouseover="this.style.backgroundColor='#505050'"
  3. onmouseout="this.style.backgroundColor='#252525'">
  4. <div class="box flex-1">
  5. <ui-checkbox v-bind:checked="data.isUse" v-on:change="onBtnClickUse">
  6. {{index+1}}
  7. </ui-checkbox>
  8. </div>
  9. <div class="box flex-3"> {{data.name}}</div>
  10. </div>
  11. <hr style="margin: 1px 0 1px 0">