ui-cmdb.html 523 B

1234567891011121314
  1. <div class="input-group col-xs-12">
  2. <input class="form-control" ng-model="model[options.key]">
  3. <span ng-if="to.btn" class="input-group-btn">
  4. <button class="btn mallpadding bg-azure bt_height"
  5. ng-click="options.templateOptions['onClick']('lg', options, options.templateOptions.modal, $event ,model);"
  6. type="button">{{to.btn.label}}<i class="{{to.btn.icon}}"></i></button>
  7. </span>
  8. </div>
  9. <style>
  10. .bt_height{
  11. height: 28px;
  12. line-height: 4px
  13. }
  14. </style>