index.html 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>
  6. 流水报表
  7. </title>
  8. <meta name="description" content="Page Titile">
  9. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  10. <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no, user-scalable=no, minimal-ui">
  11. <style>
  12. /* .ant-table-body::-webkit-scrollbar {
  13. width:6px;
  14. height:6px
  15. } */
  16. .ant-table-body::-webkit-scrollbar:hover{
  17. background:#f7f7f7
  18. }
  19. .ant-table-body::-webkit-scrollbar-thumb {
  20. background:#ccc;
  21. border-right:1px solid #fff;
  22. }
  23. .ant-table-body::-webkit-scrollbar-thumb:hover{
  24. background:#B01C6B
  25. }
  26. /* .ant-table-body::-webkit-scrollbar {
  27. width:6px;
  28. height:6px
  29. } */
  30. .ant-table-body::-webkit-scrollbar:hover{
  31. background:#f7f7f7
  32. }
  33. .ant-table-body::-webkit-scrollbar-thumb {
  34. background:#ccc;
  35. border-right:1px solid #fff;
  36. }
  37. .ant-table-body::-scrollbar-thumb:hover{
  38. background:#B01C6B
  39. }
  40. .bgGreen {
  41. background: #f2faf3 !important;
  42. color: #17ab0c !important;
  43. }
  44. .bgRed {
  45. background: #f2dede !important;
  46. color: #b94a48 !important;
  47. }
  48. legend {
  49. display: block;
  50. width: 100%;
  51. padding: 0;
  52. margin-bottom: 20px;
  53. font-size: 21px;
  54. line-height: 40px;
  55. color: #333333;
  56. border: 0;
  57. border-bottom: 1px solid #E2E2E2;
  58. }
  59. .taC {
  60. text-align: center;
  61. background: #f6f6f6 !important;
  62. }
  63. .taC td:last-child{
  64. text-align: center;
  65. background: #f6f6f6 !important;
  66. }
  67. .taC td:first-child{
  68. text-align: center;
  69. background: #f6f6f6 !important;
  70. }
  71. .taB {
  72. text-align: center;
  73. background: #fff3e5 !important;
  74. }
  75. .taB td:last-child{
  76. text-align: center;
  77. background: #fff3e5 !important;
  78. }
  79. .taB td:first-child{
  80. text-align: center;
  81. background: #fff3e5 !important;
  82. }
  83. .hide{
  84. display: none;
  85. }
  86. </style>
  87. <link href="/global/frame/wbReport/css/vendor.70eeac769593618146cf.css" rel="stylesheet"></head>
  88. <body style="overflow:hidden;">
  89. <!-- BEGIN Page Wrapper -->
  90. <div id="root" ></div>
  91. <!-- END Page Wrapper -->
  92. <script src="/global/frame/wbReport/nodejs/framework.70eeac769593618146cf.bundle.js"></script><script src="/global/frame/wbReport/nodejs/vendor.70eeac769593618146cf.bundle.js"></script><script src="/global/frame/wbReport/nodejs/wbReport.70eeac769593618146cf.bundle.js"></script></body>
  93. </html>