doc-show.html 661 B

12345678910111213
  1. <div class="modal" tabindex="-1" role="dialog" style="position: fixed;left: 0;top: 0;height: 100%">
  2. <div class="modal-dialog" role="document" style="width:100%;height: 100%;padding: 0;margin: 0">
  3. <div class="card" style="height: 100%">
  4. <div class="header">
  5. <button type="button" class="close" ng-click="$hide()">&times;</button>
  6. <h3 class="modal-title">{{title}}</h3>
  7. </div>
  8. <div class="body" style="height: 100%">
  9. <iframe class="iframe-doc" style="height:100%;border: 0;width: 100%;" ng-src="{{isrc}}"></iframe>
  10. </div>
  11. </div>
  12. </div>
  13. </div>