ui-jry_file_history.html 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. <style>
  2. .bootstrap-touchspin .input-group-btn-vertical>.btn {
  3. padding: 6px 10px;
  4. /* padding-top: 5px !important; */
  5. }
  6. .bootstrap-touchspin .input-group-btn-vertical i {
  7. top: 0px;
  8. }
  9. .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  10. margin-top: 0px;
  11. }
  12. .input-group-addon:not(:first-child):not(:last-child),
  13. .input-group-btn:not(:first-child):not(:last-child),
  14. .input-group .form-control:not(:first-child):not(:last-child) {
  15. border-radius: 2px;
  16. }
  17. .btn.btnopen {
  18. padding: 3px 8px;
  19. }
  20. .tree-control .tree-input {
  21. min-height: 28px!important;
  22. min-width: 200px;
  23. }
  24. .head{
  25. height: 40px;
  26. line-height: 40px;
  27. background-color: #f9f9f9;
  28. padding: 0 8px
  29. }
  30. .head .file_bg{
  31. float: right;
  32. width: 60px;
  33. height: 22px;
  34. background-color: #005395;
  35. color: white;
  36. border: 0;
  37. cursor: pointer;
  38. margin-top: 9px;
  39. position: relative;
  40. line-height: 22px;
  41. text-align: center;
  42. border-radius: 2px;
  43. cursor: pointer;
  44. }
  45. .head .file_bg input{
  46. width: 60px;
  47. height: 22px;
  48. position: absolute;
  49. left: 0;
  50. top: 0;
  51. opacity: 0;
  52. }
  53. .head .file_name{
  54. float: left;
  55. font-size: 14px
  56. }
  57. .head .file_number{
  58. float: right;
  59. font-size: 14px;
  60. color: #005395;
  61. margin-right: 10px
  62. }
  63. .jry_body{
  64. padding: 8px
  65. }
  66. </style>
  67. <div class="modal-header">
  68. <div class="modal-title fontcolor-two fontsizes-14">查看历史<button type="button" class="close pull-right" ng-click="cancel()">×</button></div>
  69. </div>
  70. <div class="listbote jry_body">
  71. <div ui-i18n="{{lang}} ">
  72. <div id="grid" ui-grid="gridOptions " ui-grid-pagination external-scopes="$scope " ui-grid-resize-columns
  73. ui-grid-auto-resize class="grid " style="height:420px;"></div>
  74. </div>
  75. </div>
  76. <div class="modal-footer">
  77. <!-- <button class="btn btn-primary" ng-click="ok()" translate="modal.button.OK">OK</button> -->
  78. <button class="btn btn-primary btn-o" ng-click="cancel()">知道了</button>
  79. </div>