12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- <style>
- .bootstrap-touchspin .input-group-btn-vertical>.btn {
- padding: 6px 10px;
- /* padding-top: 5px !important; */
- }
-
- .bootstrap-touchspin .input-group-btn-vertical i {
- top: 0px;
- }
-
- .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
- margin-top: 0px;
- }
-
- .input-group-addon:not(:first-child):not(:last-child),
- .input-group-btn:not(:first-child):not(:last-child),
- .input-group .form-control:not(:first-child):not(:last-child) {
- border-radius: 2px;
- }
-
- .btn.btnopen {
- padding: 3px 8px;
- }
-
- .tree-control .tree-input {
- min-height: 28px!important;
- min-width: 200px;
- }
- .head{
- height: 40px;
- line-height: 40px;
- background-color: #f9f9f9;
- padding: 0 8px
- }
- .head .file_bg{
- float: right;
- width: 60px;
- height: 22px;
- background-color: #005395;
- color: white;
- border: 0;
- cursor: pointer;
- margin-top: 9px;
- position: relative;
- line-height: 22px;
- text-align: center;
- border-radius: 2px;
- cursor: pointer;
- }
- .head .file_bg input{
- width: 60px;
- height: 22px;
- position: absolute;
- left: 0;
- top: 0;
- opacity: 0;
- }
- .head .file_name{
- float: left;
- font-size: 14px
- }
- .head .file_number{
- float: right;
- font-size: 14px;
- color: #005395;
- margin-right: 10px
- }
- .jry_body{
- padding: 8px
- }
- </style>
- <div class="modal-header">
- <div class="modal-title fontcolor-two fontsizes-14">查看历史<button type="button" class="close pull-right" ng-click="cancel()">×</button></div>
- </div>
- <div class="listbote jry_body">
- <div ui-i18n="{{lang}} ">
- <div id="grid" ui-grid="gridOptions " ui-grid-pagination external-scopes="$scope " ui-grid-resize-columns
- ui-grid-auto-resize class="grid " style="height:420px;"></div>
- </div>
- </div>
- <div class="modal-footer">
- <!-- <button class="btn btn-primary" ng-click="ok()" translate="modal.button.OK">OK</button> -->
- <button class="btn btn-primary btn-o" ng-click="cancel()">知道了</button>
- </div>
|