| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="utf-8">
- <title>
- 流水报表
- </title>
- <meta name="description" content="Page Titile">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no, user-scalable=no, minimal-ui">
-
- <style>
- /* .ant-table-body::-webkit-scrollbar {
- width:6px;
- height:6px
- } */
- .ant-table-body::-webkit-scrollbar:hover{
- background:#f7f7f7
- }
- .ant-table-body::-webkit-scrollbar-thumb {
- background:#ccc;
- border-right:1px solid #fff;
- }
- .ant-table-body::-webkit-scrollbar-thumb:hover{
- background:#B01C6B
- }
- /* .ant-table-body::-webkit-scrollbar {
- width:6px;
- height:6px
- } */
- .ant-table-body::-webkit-scrollbar:hover{
- background:#f7f7f7
- }
- .ant-table-body::-webkit-scrollbar-thumb {
- background:#ccc;
- border-right:1px solid #fff;
- }
- .ant-table-body::-scrollbar-thumb:hover{
- background:#B01C6B
- }
- .bgGreen {
- background: #f2faf3 !important;
- color: #17ab0c !important;
- }
- .bgRed {
- background: #f2dede !important;
- color: #b94a48 !important;
- }
- legend {
- display: block;
- width: 100%;
- padding: 0;
- margin-bottom: 20px;
- font-size: 21px;
- line-height: 40px;
- color: #333333;
- border: 0;
- border-bottom: 1px solid #E2E2E2;
- }
- .taC {
- text-align: center;
- background: #f6f6f6 !important;
- }
- .taC td:last-child{
- text-align: center;
- background: #f6f6f6 !important;
- }
- .taC td:first-child{
- text-align: center;
- background: #f6f6f6 !important;
- }
- .taB {
- text-align: center;
- background: #fff3e5 !important;
- }
- .taB td:last-child{
- text-align: center;
- background: #fff3e5 !important;
- }
- .taB td:first-child{
- text-align: center;
- background: #fff3e5 !important;
- }
- .hide{
- display: none;
- }
- </style>
- <link href="/global/frame/wbReport/css/vendor.70eeac769593618146cf.css" rel="stylesheet"></head>
- <body style="overflow:hidden;">
-
- <!-- BEGIN Page Wrapper -->
- <div id="root" ></div>
- <!-- END Page Wrapper -->
-
- <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>
- </html>
|