page.css 908 B

1234567891011121314151617181920212223242526272829
  1. /* guxiyuan 20170607 修改*/
  2. #page-wrapper {
  3. margin: 0 0px;
  4. }
  5. .ibox-title {
  6. padding: 10px 10px 7px;
  7. min-height: 38px;
  8. }
  9. .ibox {
  10. margin-bottom: 5px;
  11. }
  12. /** 修正表格高度100%的问题 */
  13. /* .fixed-table-body {
  14. height: auto
  15. }
  16. .fixed-table-container thead th .th-inner {
  17. line-height: 1;
  18. height: 30px;
  19. font-family: Microsoft YaHei,'宋体' , Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
  20. font-size: 14px;
  21. background-color: #EFEFEF;
  22. }
  23. .bootstrap-table .table:not(.table-condensed), .bootstrap-table .table:not(.table-condensed) > tbody > tr > th, .bootstrap-table .table:not(.table-condensed) > tfoot > tr > th, .bootstrap-table .table:not(.table-condensed) > thead > tr > td, .bootstrap-table .table:not(.table-condensed) > tbody > tr > td, .bootstrap-table .table:not(.table-condensed) > tfoot > tr > td{
  24. padding: 4px;
  25. vertical-align: middle;
  26. } */