inl-ui 0.0.74 → 0.0.76

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,53 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ showDevice: {
3
+ type: BooleanConstructor;
4
+ default: boolean;
5
+ };
6
+ selectedDeviceList: {
7
+ type: ArrayConstructor;
8
+ default: () => never[];
9
+ };
10
+ currentRow: {
11
+ type: ObjectConstructor;
12
+ default: () => {};
13
+ };
14
+ oldDeviceList: {
15
+ type: ArrayConstructor;
16
+ default: () => never[];
17
+ };
18
+ oldRelevanceList: {
19
+ type: ArrayConstructor;
20
+ default: () => never[];
21
+ };
22
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("toUpdate" | "update:showDevice")[], "toUpdate" | "update:showDevice", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
23
+ showDevice: {
24
+ type: BooleanConstructor;
25
+ default: boolean;
26
+ };
27
+ selectedDeviceList: {
28
+ type: ArrayConstructor;
29
+ default: () => never[];
30
+ };
31
+ currentRow: {
32
+ type: ObjectConstructor;
33
+ default: () => {};
34
+ };
35
+ oldDeviceList: {
36
+ type: ArrayConstructor;
37
+ default: () => never[];
38
+ };
39
+ oldRelevanceList: {
40
+ type: ArrayConstructor;
41
+ default: () => never[];
42
+ };
43
+ }>> & {
44
+ onToUpdate?: ((...args: any[]) => any) | undefined;
45
+ "onUpdate:showDevice"?: ((...args: any[]) => any) | undefined;
46
+ }, {
47
+ currentRow: Record<string, any>;
48
+ showDevice: boolean;
49
+ selectedDeviceList: unknown[];
50
+ oldDeviceList: unknown[];
51
+ oldRelevanceList: unknown[];
52
+ }>;
53
+ export default _default;
@@ -0,0 +1,35 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ showRelevance: {
3
+ type: BooleanConstructor;
4
+ default: boolean;
5
+ };
6
+ selectedRelevanceList: {
7
+ type: ArrayConstructor;
8
+ default: () => never[];
9
+ };
10
+ currentRow: {
11
+ type: ObjectConstructor;
12
+ default: () => {};
13
+ };
14
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:showRelevance" | "toUpdate")[], "update:showRelevance" | "toUpdate", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
15
+ showRelevance: {
16
+ type: BooleanConstructor;
17
+ default: boolean;
18
+ };
19
+ selectedRelevanceList: {
20
+ type: ArrayConstructor;
21
+ default: () => never[];
22
+ };
23
+ currentRow: {
24
+ type: ObjectConstructor;
25
+ default: () => {};
26
+ };
27
+ }>> & {
28
+ "onUpdate:showRelevance"?: ((...args: any[]) => any) | undefined;
29
+ onToUpdate?: ((...args: any[]) => any) | undefined;
30
+ }, {
31
+ showRelevance: boolean;
32
+ selectedRelevanceList: unknown[];
33
+ currentRow: Record<string, any>;
34
+ }>;
35
+ export default _default;
@@ -2,3 +2,4 @@
2
2
  * 随机字符
3
3
  */
4
4
  export declare const randomKey: () => string;
5
+ export declare const getStatus: (runStatus: string) => any;
package/dist/style.css CHANGED
@@ -8,7 +8,7 @@
8
8
  .setting_system{background-color:#fff;box-sizing:border-box;flex-direction:column;overflow:auto!important}.setting_system .media input{width:250px}.setting_system .media .icon{line-height:32px}.setting_system .system_title{color:#354052;font-size:16px;font-weight:600;margin-bottom:20px}.setting_system .ant-form{width:800px}.setting_system .ant-form .ant-row{margin-bottom:8px}.setting_system .ant-form .icon{align-items:center;color:#3e7eff;cursor:pointer;display:flex;font-size:14px;font-weight:600}.setting_system .ant-form .icon img{margin-right:6px}.setting_system .form_footer .ant-btn-primary{margin-right:16px}.camera-permission{background-color:#fff;box-sizing:border-box;flex-direction:column}.camera-permission .ant-table-wrapper{overflow:auto}
9
9
  .play .layout{display:grid;height:100vh;overflow:hidden;width:100vw}.play .layout.layout1{grid-template-areas:"a"}.play .layout.layout4{grid-template-areas:"a b" "c d"}.play .layout.layout8{grid-template-areas:"a a a b" "a a a c" "a a a d" "e f g h"}.play .layout.layout9{grid-template-areas:"a b c" "d e f" "g h i"}.play .layout.layout13{grid-template-areas:"a a b c" "a a d e" "f g h i" "j k l m"}.play .layout.layout16{grid-template-areas:"a b c d" "e f g h" "i j k l" "m n o p"}.play .layout .layout-item{height:0;min-height:100%;min-width:100%;overflow:hidden;width:0}.play .layout .layout-item:first-of-type{grid-area:a}.play .layout .layout-item:nth-of-type(2){grid-area:b}.play .layout .layout-item:nth-of-type(3){grid-area:c}.play .layout .layout-item:nth-of-type(4){grid-area:d}.play .layout .layout-item:nth-of-type(5){grid-area:e}.play .layout .layout-item:nth-of-type(6){grid-area:f}.play .layout .layout-item:nth-of-type(7){grid-area:g}.play .layout .layout-item:nth-of-type(8){grid-area:h}.play .layout .layout-item:nth-of-type(9){grid-area:i}.play .layout .layout-item:nth-of-type(10){grid-area:j}.play .layout .layout-item:nth-of-type(11){grid-area:k}.play .layout .layout-item:nth-of-type(12){grid-area:l}.play .layout .layout-item:nth-of-type(13){grid-area:m}.play .layout .layout-item:nth-of-type(14){grid-area:n}.play .layout .layout-item:nth-of-type(15){grid-area:o}.play .layout .layout-item:nth-of-type(16){grid-area:p}.play .layout .camera{border:1px solid #fff;height:100%}.play .layout .camera .placeholder{background:#000;height:100%;width:100%}
10
10
  .noticeManager{box-sizing:border-box;flex-direction:column;overflow:hidden}.noticeManager-top{margin-bottom:20px}.noticeManager .secretKey{align-items:center;display:flex}.noticeManager .secretKey>div{flex:1}.noticeManager .noticeManager-content{overflow:auto}
11
- .pssIndex{height:100%;overflow:hidden}.pssIndex .pssList{height:100%;position:relative}.pssIndex .pssList .ant-tabs,.pssIndex .pssList .ant-tabs-content{height:100%}.pssIndex .pssList_content{display:flex;flex-direction:column;height:100%}.pssIndex .pssList_content .dropSelect{align-items:center;display:flex;flex-direction:row;margin-bottom:20px}.pssIndex .pssList_content .dropSelect .ant-dropdown-trigger{margin-right:44px}.pssIndex .pssList_content .operation_btn{margin-bottom:24px}.pssIndex .pssList_content .batchLine{background:rgba(62,126,255,.1);border-radius:2px;height:48px;margin-bottom:24px;width:100%}.pssIndex .pssList_content .table{flex:1;overflow-y:auto}.pssIndex .pssList_content .table .operation{align-items:center;color:#3e7eff;display:flex;flex-direction:row;font-size:14px;font-weight:500;justify-content:space-between}.pssIndex .pssList_content .table .operation .op button{padding:0}.pssIndex .pssList_content .pages{display:flex;justify-content:flex-end}.pssIndex .pssList_modal .modal_content .ant-row{margin-bottom:24px}.pssIndex .pssList_modal .modal_content .serach{margin-bottom:24px;width:307px}.pssInfoModal{position:absolute!important}.pssInfoModal .info_footer .red{border-color:#ff6b54;color:#ff6b54}.pssInfoModal .info_footer .yellow{border-color:#ff9000;color:#ff9000}.pssInfoModal .ant-modal{height:100%;margin:0;max-width:100%;padding-bottom:0;top:0;width:unset!important}.pssInfoModal .ant-modal-content{display:flex;flex-direction:column;height:100%}.pssInfoModal .ant-modal-body{flex:1;height:0}.pssInfoModal .ant-modal-footer{padding:0}.pssInfoModal .info_container{box-sizing:border-box;height:100%;overflow-y:auto}.pssInfoModal .info_container .title{color:#1f2329;font-size:14px;font-weight:400;margin-bottom:23px}.pssInfoModal .info_container .content{box-sizing:border-box;padding:0 16px}.pssInfoModal .info_container .content_title{align-items:center;color:#1f2329;display:flex;flex-direction:row;font-size:16px;font-weight:700;margin-bottom:20px}.pssInfoModal .info_container .content_title span{color:#5d616b;font-size:12px;font-weight:400;margin-left:9px}.pssInfoModal .info_container .content_info .ant-col{color:#1f2329;display:flex;font-weight:400;margin-bottom:12px}.pssInfoModal .info_container .content_info .ant-col .label{color:#5d616b;font-weight:400;margin-right:8px}.pssInfoModal .info_container .content .loop{border-bottom:1px solid #e7e7e7;box-sizing:border-box;display:flex;flex-direction:row;margin-bottom:24px;padding-bottom:24px}.pssInfoModal .info_container .content .loop .every{display:flex;flex-direction:column;font-weight:400;margin-right:46px;width:200px}.pssInfoModal .info_container .content .loop .every_title{color:#1f2329;font-family:PingFangSC-Regular,PingFang SC;font-size:16px;font-weight:400;line-height:22px;margin-bottom:4px}.pssInfoModal .info_container .content .loop .every_spa{color:#8f959e;font-size:14px}.pssInfoModal .info_container .content .loop .every_state{display:flex;flex-direction:row;justify-content:space-between;margin-top:24px;width:120px}.pssInfoModal .info_container .content .loop .every_state .point{border-radius:50%;height:10px;margin-right:8px;width:10px}.pssInfoModal .info_container .content .loop .every_state .point.green{background:#18c0bf;border:1px solid rgba(12,137,137,.8)}.pssInfoModal .info_container .content .loop .every_state .point.red{background:#ff6b54;border:1px solid #b23622}.pssInfoModal .info_container .content .loop .every_state .point.gray{background:#e0e4e8;border:1px solid #5d616b}.pssInfoModal .info_container .content .loop .every_state img{height:12px;margin-right:8px;width:13px}.pssInfoModal .info_container .content .loop .cus-table{flex:1}.pssInfoModal .info_container .content .loop .cus-table img{height:12px;margin-right:8px;width:13px}.pssInfoModal .info_container .content .timeLine .complate{background:#d6e4ff;border:1px solid #3f7eff;border-radius:50%;color:#3f7eff;height:16px;width:16px}.pssInfoModal .info_container .content .timeLine .active{align-items:center;background:rgba(62,126,255,.2);border-radius:50%;display:flex;height:16px;justify-content:center;width:16px}.pssInfoModal .info_container .content .timeLine .active span{background:#3e7eff;border-radius:50%;display:inline-block;height:8px;width:8px}.pssInfoModal .info_container .content .timeLine .content{flex-direction:row;justify-content:space-between;width:350px}.pssInfoModal .info_container .content .timeLine .content .timeLineActive{color:#1f2329;font-family:PingFangSC-Medium,PingFang SC;font-size:14px;font-weight:500;height:20px;line-height:20px}.pssInfoModal .info_container .content .timeLine .content .time{color:#8f959e;flex-shrink:0;font-size:12px;font-weight:400;text-align:right;width:100px}.pssInfoModal .info_footer{align-items:center;box-shadow:0 0 5px 0 rgba(0,0,0,.2);box-sizing:border-box;display:flex;flex-direction:row;height:60px;justify-content:flex-end}.pssInfoModal .info_footer .ant-btn{margin-right:24px}.pssInfoModal .info_footer .ant-btn:last-of-type{margin:0}.pssInfoModal .stateNode,.pssList .stateNode{align-items:center;background:rgba(62,126,255,.2);border-radius:2px;color:#3e7eff;font-family:PingFangSC-Regular,PingFang SC;font-size:12px;font-weight:400;height:20px;justify-content:center;line-height:16px;padding:2px 8px}.pssInfoModal .stateNode.blue,.pssList .stateNode.blue{background:rgba(62,126,255,.2);color:#3e7eff}.pssInfoModal .stateNode.red,.pssList .stateNode.red{background:rgba(237,63,60,.2);color:#ed3f3c}.pssInfoModal .stateNode.green,.pssList .stateNode.green{background:rgba(24,192,191,.2);color:#18c0bf}.pssInfoModal .stateNode.orange,.pssList .stateNode.orange{background:rgba(255,146,20,.2);color:#ff9214}.pssInfo_modal .modal_content{background:#f8f9fc;box-sizing:border-box;height:144px;padding:16px}.pssInfo_modal .modal_content .ant-input-textarea .ant-input{padding:0!important}.pssInfo_modal .transfer{display:flex;flex-direction:column;margin-top:17px}.pssInfo_modal .transfer .title{align-items:center;color:#1f2329;display:flex;flex-direction:row;font-size:16px;font-weight:400;margin-bottom:7px}.pssInfo_modal .transfer .title span{margin-right:4px}.pssInfo_modal .transfer .title span img{height:9px;width:8px}.pssInfo_modal .transfer .choosePeople .addBtn img{cursor:pointer;height:37px;width:37px}.pssInfo_transModal .searchInput{background:#f8f9fc;border-radius:30px;height:41px}.pssInfo_transModal .choosePeople{margin-top:9px}.pssInfo_transModal .choosePeople .row{align-items:center;border-bottom:1px solid #eff2f6;display:flex;flex-direction:row;padding:7px 0}.pssInfo_transModal .choosePeople .row .avater{border:1px solid #000;border-radius:50%;height:36px;margin-right:20px;width:36px}.pssInfo_transModal .choosePeople .row .label{flex:1}.pssInfo_transModal .choosePeople .row .choosen img{height:22px;width:22px}.cus-table *{scrollbar-width:none}.cus-table * ::-webkit-scrollbar{height:0!important;width:0!important}.cus-table .ant-spin-container,.cus-table .ant-spin-nested-loading,.cus-table .ant-table,.cus-table .ant-table-content,.cus-table .ant-table-fixed-left,.cus-table .ant-table-fixed-right,.cus-table .ant-table-scroll,.cus-table .ant-table-wrapper{height:100%}.cus-table .ant-table-fixed-left,.cus-table .ant-table-fixed-right,.cus-table .ant-table-scroll{display:flex;flex-direction:column}.cus-table .ant-table-fixed-left .ant-table-body,.cus-table .ant-table-fixed-left .ant-table-body-outer,.cus-table .ant-table-fixed-right .ant-table-body,.cus-table .ant-table-fixed-right .ant-table-body-outer,.cus-table .ant-table-scroll .ant-table-body,.cus-table .ant-table-scroll .ant-table-body-outer{flex:1;height:0}.cus-table .ant-table-header{background:none!important;background:#f1f3f4;height:40px;line-height:6px;margin:0!important;min-width:0!important;overflow:auto;padding-bottom:0!important}.cus-table .ant-table-body{background:none!important}.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table{background:none;border-radius:2px;overflow:hidden}.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table:not(.ant-table-bordered)>.ant-table-content>.ant-table-body>table,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table:not(.ant-table-bordered)>.ant-table-content>.ant-table-header>table,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table:not(.ant-table-bordered)>.ant-table-content>.ant-table-scroll>.ant-table-body>table,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table:not(.ant-table-bordered)>.ant-table-content>.ant-table-scroll>.ant-table-header>table{border-collapse:collapse}.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table:not(.ant-table-bordered)>.ant-table-content>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row)>td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table:not(.ant-table-bordered)>.ant-table-content>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row)>th,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table:not(.ant-table-bordered)>.ant-table-content>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row)>td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table:not(.ant-table-bordered)>.ant-table-content>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row)>th,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table:not(.ant-table-bordered)>.ant-table-content>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row)>td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table:not(.ant-table-bordered)>.ant-table-content>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row)>th,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table:not(.ant-table-bordered)>.ant-table-content>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row)>td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table:not(.ant-table-bordered)>.ant-table-content>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row)>th,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table:not(.ant-table-bordered)>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row)>td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table:not(.ant-table-bordered)>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row)>th,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table:not(.ant-table-bordered)>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row)>td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table:not(.ant-table-bordered)>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row)>th,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table:not(.ant-table-bordered)>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row)>td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table:not(.ant-table-bordered)>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row)>th,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table:not(.ant-table-bordered)>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row)>td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table:not(.ant-table-bordered)>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row)>th{border:none}.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table.ant-table-empty .ant-table-content .ant-table-body{flex:0}.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table{border-collapse:collapse;height:0}.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row),.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row),.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row),.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row),.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row),.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row),.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row),.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row){height:40px}.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) th,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) th,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) th,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) th{background:none;color:#484953;font-size:14px;height:100%;line-height:normal;padding:0}.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td.ant-table-selection-column .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th.ant-table-selection-column .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) td.ant-table-selection-column .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) th.ant-table-selection-column .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td.ant-table-selection-column .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th.ant-table-selection-column .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) td.ant-table-selection-column .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) th.ant-table-selection-column .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td.ant-table-selection-column .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th.ant-table-selection-column .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) td.ant-table-selection-column .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) th.ant-table-selection-column .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td.ant-table-selection-column .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th.ant-table-selection-column .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) td.ant-table-selection-column .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) th.ant-table-selection-column .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner{border-radius:3px}.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td.table-cell-center .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td.table-cell-center .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th.table-cell-center .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th.table-cell-center .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) td.table-cell-center .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) td.table-cell-center .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) th.table-cell-center .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) th.table-cell-center .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td.table-cell-center .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td.table-cell-center .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th.table-cell-center .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th.table-cell-center .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) td.table-cell-center .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) td.table-cell-center .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) th.table-cell-center .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) th.table-cell-center .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td.table-cell-center .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td.table-cell-center .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th.table-cell-center .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th.table-cell-center .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) td.table-cell-center .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) td.table-cell-center .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) th.table-cell-center .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) th.table-cell-center .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td.table-cell-center .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td.table-cell-center .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th.table-cell-center .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th.table-cell-center .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) td.table-cell-center .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) td.table-cell-center .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) th.table-cell-center .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) th.table-cell-center .row-cell{justify-content:center!important}.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td.table-cell-right .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td.table-cell-right .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th.table-cell-right .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th.table-cell-right .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) td.table-cell-right .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) td.table-cell-right .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) th.table-cell-right .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) th.table-cell-right .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td.table-cell-right .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td.table-cell-right .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th.table-cell-right .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th.table-cell-right .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) td.table-cell-right .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) td.table-cell-right .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) th.table-cell-right .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) th.table-cell-right .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td.table-cell-right .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td.table-cell-right .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th.table-cell-right .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th.table-cell-right .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) td.table-cell-right .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) td.table-cell-right .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) th.table-cell-right .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) th.table-cell-right .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td.table-cell-right .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td.table-cell-right .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th.table-cell-right .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th.table-cell-right .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) td.table-cell-right .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) td.table-cell-right .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) th.table-cell-right .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) th.table-cell-right .row-cell{justify-content:flex-end!important}.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-tbody>tr.ant-table-expanded-row,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-thead>tr.ant-table-expanded-row,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-tbody>tr.ant-table-expanded-row,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-thead>tr.ant-table-expanded-row,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-tbody>tr.ant-table-expanded-row,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-thead>tr.ant-table-expanded-row,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-tbody>tr.ant-table-expanded-row,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-thead>tr.ant-table-expanded-row{background:none}.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-tbody>tr.ant-table-expanded-row>td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-thead>tr.ant-table-expanded-row>td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-tbody>tr.ant-table-expanded-row>td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-thead>tr.ant-table-expanded-row>td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-tbody>tr.ant-table-expanded-row>td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-thead>tr.ant-table-expanded-row>td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-tbody>tr.ant-table-expanded-row>td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-thead>tr.ant-table-expanded-row>td{background:#fff;border-radius:8px;padding:10px 20px 0}.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th{color:#8c97b2;padding:0}.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th .ant-table-header-column{align-items:center;background:#f1f3f4;display:block;display:flex;height:100%;padding:5px 20px}.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th:first-child .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th:first-child .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th:first-child .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th:first-child .ant-table-header-column{border-bottom-left-radius:4px;border-top-left-radius:4px}.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th:last-child .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th:last-child .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th:last-child .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th:last-child .ant-table-header-column{border-bottom-right-radius:4px;border-top-right-radius:4px}.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td.ant-table-selection-column>span,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td.ant-table-selection-column>span,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td.ant-table-selection-column>span,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td.ant-table-selection-column>span{align-items:center;background:#fff;display:flex;flex-wrap:wrap;height:100%;justify-content:flex-start;min-height:100%;padding:10px 20px}.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td .row-cell>div,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td.ant-table-selection-column>span>div,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td .row-cell>div,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td.ant-table-selection-column>span>div,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td .row-cell>div,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td.ant-table-selection-column>span>div,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td .row-cell>div,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td.ant-table-selection-column>span>div{width:100%}.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row)+tr:not(.ant-table-expanded-row),.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row)+tr:not(.ant-table-expanded-row),.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row)+tr:not(.ant-table-expanded-row),.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row)+tr:not(.ant-table-expanded-row){border-top:1px dashed rgba(149,155,170,.6)}.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-placeholder,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-placeholder{border:none;border-radius:0}.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th:first-child .ant-table-header-column,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th:first-child .ant-table-header-column,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th:first-child .ant-table-header-column,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th:first-child .ant-table-header-column{border-bottom-left-radius:8px;border-top-left-radius:8px}.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th:last-child .ant-table-header-column,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th:last-child .ant-table-header-column,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th:last-child .ant-table-header-column,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th:last-child .ant-table-header-column{border-bottom-right-radius:8px;border-top-right-radius:8px}.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row),.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row),.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row),.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row){border:none!important}.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td{padding:5px 0}.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td:first-child .row-cell,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td:first-child.ant-table-selection-column>span,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td:first-child .row-cell,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td:first-child.ant-table-selection-column>span,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td:first-child .row-cell,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td:first-child.ant-table-selection-column>span,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td:first-child .row-cell,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td:first-child.ant-table-selection-column>span{border-bottom-left-radius:8px;border-top-left-radius:8px}.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td:last-child .row-cell,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td:last-child.ant-table-selection-column>span,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td:last-child .row-cell,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td:last-child.ant-table-selection-column>span,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td:last-child .row-cell,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td:last-child.ant-table-selection-column>span,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td:last-child .row-cell,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td:last-child.ant-table-selection-column>span{border-bottom-right-radius:8px;border-top-right-radius:8px}.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row):first-child td,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row):first-child td,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row):first-child td,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row):first-child td{padding-top:0}.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row):last-child td,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row):last-child td,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row):last-child td,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row):last-child td{padding-bottom:0}.PerformOperationModal .ant-modal-body{padding-top:0}.PerformOperationModal .pageContent{background:#fff}.PerformOperationModal .pageContent .line{display:flex;font-size:14px;font-weight:400;gap:8px;justify-content:space-between;margin-top:10px}.PerformOperationModal .pageContent .line.title{color:#1f2329;font-family:PingFangSC-Regular,PingFang SC;font-size:16px;font-weight:400;height:22px;line-height:22px}.PerformOperationModal .pageContent .line.titleLine .name,.PerformOperationModal .pageContent .line.titleLine .value{color:#5d616b!important}.PerformOperationModal .pageContent .line .name{color:#1f2329;flex:1;white-space:normal}.PerformOperationModal .pageContent .line .num{width:30%}.PerformOperationModal .pageContent .line .value{color:#3e7eff;text-align:right;width:20%}.ApproveOpinionModal .ant-modal-body{padding-top:0}.ApproveOpinionModal .modal_footer .red{background:#ff6b54;border-color:#ff6b54}.ApproveOpinionModal .modal_footer .yellow{background:#ff9000;border-color:#ff9000}.newOrder_modal .modal_content{max-height:500px;overflow-y:auto}.newOrder_modal .modal_content .content{flex-direction:column}.newOrder_modal .modal_content .content .line{gap:8px}.newOrder_modal .modal_content .content .line .all .num{color:#1890ff}.newOrder_modal .modal_content .content .deviceBox{margin-top:16px;max-height:260px;overflow-y:auto}.newOrder_modal .modal_content .content .deviceBox .device{margin-bottom:8px}.newOrder_modal .modal_content .content .deviceBox .device .titleLine{background:#f7f7f7;justify-content:space-between;margin-bottom:8px;padding-left:16px;width:100%}:root[data-doc-theme=dark] .newOrder_modal .modal_content .content .all .num{color:#1d33a2}.newOrder_device_modal .deviceModal_content{height:560px}.newOrder_device_modal .deviceModal_content .left{border-right:1px solid #dce1e4;flex-direction:column;margin-right:16px;padding-right:16px}.newOrder_device_modal .deviceModal_content .left .align-r{text-align:right}.newOrder_device_modal .deviceModal_content .left .tableBox{overflow-y:auto}.newOrder_device_modal .deviceModal_content .right{flex-direction:column;flex-grow:0;width:360px}.newOrder_device_modal .deviceModal_content .right .top{justify-content:space-between;margin-bottom:8px}.newOrder_device_modal .deviceModal_content .right .activedBox{flex:1;overflow-y:auto}.newOrder_device_modal .deviceModal_content .right .activedBox .tag{margin-bottom:16px}
11
+ .pssIndex{height:100%;overflow:hidden}.pssIndex .pssList{height:100%;position:relative}.pssIndex .pssList .ant-tabs,.pssIndex .pssList .ant-tabs-content{height:100%}.pssIndex .pssList_content{display:flex;flex-direction:column;height:100%}.pssIndex .pssList_content .dropSelect{align-items:center;display:flex;flex-direction:row;margin-bottom:20px}.pssIndex .pssList_content .dropSelect .ant-dropdown-trigger{margin-right:44px}.pssIndex .pssList_content .operation_btn{margin-bottom:24px}.pssIndex .pssList_content .batchLine{background:rgba(62,126,255,.1);border-radius:2px;height:48px;margin-bottom:24px;width:100%}.pssIndex .pssList_content .table{flex:1;overflow-y:auto}.pssIndex .pssList_content .table .operation{align-items:center;color:#3e7eff;display:flex;flex-direction:row;font-size:14px;font-weight:500;justify-content:space-between}.pssIndex .pssList_content .table .operation .op button{padding:0}.pssIndex .pssList_content .pages{display:flex;justify-content:flex-end}.pssIndex .pssList_modal .modal_content .ant-row{margin-bottom:24px}.pssIndex .pssList_modal .modal_content .serach{margin-bottom:24px;width:307px}.pssInfoModal{position:absolute!important}.pssInfoModal .info_footer .red{border-color:#ff6b54;color:#ff6b54}.pssInfoModal .info_footer .yellow{border-color:#ff9000;color:#ff9000}.pssInfoModal .ant-modal{height:100%;margin:0;max-width:100%;padding-bottom:0;top:0;width:unset!important}.pssInfoModal .ant-modal-content{display:flex;flex-direction:column;height:100%}.pssInfoModal .ant-modal-body{flex:1;height:0}.pssInfoModal .ant-modal-footer{padding:0}.pssInfoModal .info_container{box-sizing:border-box;height:100%;overflow-y:auto}.pssInfoModal .info_container .title{color:#1f2329;font-size:14px;font-weight:400;margin-bottom:23px}.pssInfoModal .info_container .content{box-sizing:border-box;padding:0 16px}.pssInfoModal .info_container .content_title{align-items:center;color:#1f2329;display:flex;flex-direction:row;font-size:16px;font-weight:700;margin-bottom:20px}.pssInfoModal .info_container .content_title span{color:#5d616b;font-size:12px;font-weight:400;margin-left:9px}.pssInfoModal .info_container .content_info .ant-col{color:#1f2329;display:flex;font-weight:400;margin-bottom:12px}.pssInfoModal .info_container .content_info .ant-col .label{color:#5d616b;font-weight:400;margin-right:8px}.pssInfoModal .info_container .content .loop{border-bottom:1px solid #e7e7e7;box-sizing:border-box;display:flex;flex-direction:row;margin-bottom:24px;padding-bottom:24px}.pssInfoModal .info_container .content .loop .every{display:flex;flex-direction:column;font-weight:400;margin-right:46px;width:200px}.pssInfoModal .info_container .content .loop .every_title{color:#1f2329;font-family:PingFangSC-Regular,PingFang SC;font-size:16px;font-weight:400;line-height:22px;margin-bottom:4px}.pssInfoModal .info_container .content .loop .every_spa{color:#8f959e;font-size:14px}.pssInfoModal .info_container .content .loop .every_state{display:flex;flex-direction:row;justify-content:space-between;margin-top:24px;width:120px}.pssInfoModal .info_container .content .loop .every_state .point{border-radius:50%;height:10px;margin-right:8px;width:10px}.pssInfoModal .info_container .content .loop .every_state .point.green{background:#18c0bf;border:1px solid rgba(12,137,137,.8)}.pssInfoModal .info_container .content .loop .every_state .point.red{background:#ff6b54;border:1px solid #b23622}.pssInfoModal .info_container .content .loop .every_state .point.gray{background:#e0e4e8;border:1px solid #5d616b}.pssInfoModal .info_container .content .loop .every_state img{height:12px;margin-right:8px;width:13px}.pssInfoModal .info_container .content .loop .cus-table{flex:1}.pssInfoModal .info_container .content .loop .cus-table img{height:12px;margin-right:8px;width:13px}.pssInfoModal .info_container .content .infoTabs .ant-tabs-nav-list .ant-tabs-tab-btn{font-size:16px;font-weight:700}.pssInfoModal .info_container .content .timeLine .complate{background:#d6e4ff;border:1px solid #3f7eff;border-radius:50%;color:#3f7eff;height:16px;width:16px}.pssInfoModal .info_container .content .timeLine .active{align-items:center;background:rgba(62,126,255,.2);border-radius:50%;display:flex;height:16px;justify-content:center;width:16px}.pssInfoModal .info_container .content .timeLine .active span{background:#3e7eff;border-radius:50%;display:inline-block;height:8px;width:8px}.pssInfoModal .info_container .content .timeLine .content{flex-direction:row;justify-content:space-between;width:350px}.pssInfoModal .info_container .content .timeLine .content .timeLineActive{color:#1f2329;font-family:PingFangSC-Medium,PingFang SC;font-size:14px;font-weight:500;height:20px;line-height:20px}.pssInfoModal .info_container .content .timeLine .content .time{color:#8f959e;flex-shrink:0;font-size:12px;font-weight:400;text-align:right;width:100px}.pssInfoModal .info_footer{align-items:center;box-shadow:0 0 5px 0 rgba(0,0,0,.2);box-sizing:border-box;display:flex;flex-direction:row;height:60px;justify-content:flex-end}.pssInfoModal .info_footer .ant-btn{margin-right:24px}.pssInfoModal .info_footer .ant-btn:last-of-type{margin:0}.pssInfoModal .stateNode,.pssList .stateNode{align-items:center;background:rgba(62,126,255,.2);border-radius:2px;color:#3e7eff;font-family:PingFangSC-Regular,PingFang SC;font-size:12px;font-weight:400;height:20px;justify-content:center;line-height:16px;padding:2px 8px}.pssInfoModal .stateNode.blue,.pssList .stateNode.blue{background:rgba(62,126,255,.2);color:#3e7eff}.pssInfoModal .stateNode.red,.pssList .stateNode.red{background:rgba(237,63,60,.2);color:#ed3f3c}.pssInfoModal .stateNode.green,.pssList .stateNode.green{background:rgba(24,192,191,.2);color:#18c0bf}.pssInfoModal .stateNode.orange,.pssList .stateNode.orange{background:rgba(255,146,20,.2);color:#ff9214}.pssInfo_modal .modal_content{background:#f8f9fc;box-sizing:border-box;height:144px;padding:16px}.pssInfo_modal .modal_content .ant-input-textarea .ant-input{padding:0!important}.pssInfo_modal .transfer{display:flex;flex-direction:column;margin-top:17px}.pssInfo_modal .transfer .title{align-items:center;color:#1f2329;display:flex;flex-direction:row;font-size:16px;font-weight:400;margin-bottom:7px}.pssInfo_modal .transfer .title span{margin-right:4px}.pssInfo_modal .transfer .title span img{height:9px;width:8px}.pssInfo_modal .transfer .choosePeople .addBtn img{cursor:pointer;height:37px;width:37px}.pssInfo_transModal .searchInput{background:#f8f9fc;border-radius:30px;height:41px}.pssInfo_transModal .choosePeople{margin-top:9px}.pssInfo_transModal .choosePeople .row{align-items:center;border-bottom:1px solid #eff2f6;display:flex;flex-direction:row;padding:7px 0}.pssInfo_transModal .choosePeople .row .avater{border:1px solid #000;border-radius:50%;height:36px;margin-right:20px;width:36px}.pssInfo_transModal .choosePeople .row .label{flex:1}.pssInfo_transModal .choosePeople .row .choosen img{height:22px;width:22px}.cus-table *{scrollbar-width:none}.cus-table * ::-webkit-scrollbar{height:0!important;width:0!important}.cus-table .ant-spin-container,.cus-table .ant-spin-nested-loading,.cus-table .ant-table,.cus-table .ant-table-content,.cus-table .ant-table-fixed-left,.cus-table .ant-table-fixed-right,.cus-table .ant-table-scroll,.cus-table .ant-table-wrapper{height:100%}.cus-table .ant-table-fixed-left,.cus-table .ant-table-fixed-right,.cus-table .ant-table-scroll{display:flex;flex-direction:column}.cus-table .ant-table-fixed-left .ant-table-body,.cus-table .ant-table-fixed-left .ant-table-body-outer,.cus-table .ant-table-fixed-right .ant-table-body,.cus-table .ant-table-fixed-right .ant-table-body-outer,.cus-table .ant-table-scroll .ant-table-body,.cus-table .ant-table-scroll .ant-table-body-outer{flex:1;height:0}.cus-table .ant-table-header{background:none!important;background:#f1f3f4;height:40px;line-height:6px;margin:0!important;min-width:0!important;overflow:auto;padding-bottom:0!important}.cus-table .ant-table-body{background:none!important}.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table{background:none;border-radius:2px;overflow:hidden}.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table:not(.ant-table-bordered)>.ant-table-content>.ant-table-body>table,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table:not(.ant-table-bordered)>.ant-table-content>.ant-table-header>table,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table:not(.ant-table-bordered)>.ant-table-content>.ant-table-scroll>.ant-table-body>table,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table:not(.ant-table-bordered)>.ant-table-content>.ant-table-scroll>.ant-table-header>table{border-collapse:collapse}.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table:not(.ant-table-bordered)>.ant-table-content>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row)>td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table:not(.ant-table-bordered)>.ant-table-content>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row)>th,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table:not(.ant-table-bordered)>.ant-table-content>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row)>td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table:not(.ant-table-bordered)>.ant-table-content>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row)>th,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table:not(.ant-table-bordered)>.ant-table-content>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row)>td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table:not(.ant-table-bordered)>.ant-table-content>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row)>th,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table:not(.ant-table-bordered)>.ant-table-content>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row)>td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table:not(.ant-table-bordered)>.ant-table-content>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row)>th,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table:not(.ant-table-bordered)>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row)>td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table:not(.ant-table-bordered)>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row)>th,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table:not(.ant-table-bordered)>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row)>td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table:not(.ant-table-bordered)>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row)>th,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table:not(.ant-table-bordered)>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row)>td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table:not(.ant-table-bordered)>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row)>th,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table:not(.ant-table-bordered)>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row)>td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table:not(.ant-table-bordered)>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row)>th{border:none}.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table.ant-table-empty .ant-table-content .ant-table-body{flex:0}.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table{border-collapse:collapse;height:0}.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row),.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row),.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row),.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row),.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row),.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row),.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row),.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row){height:40px}.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) th,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) th,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) th,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) th{background:none;color:#484953;font-size:14px;height:100%;line-height:normal;padding:0}.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td.ant-table-selection-column .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th.ant-table-selection-column .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) td.ant-table-selection-column .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) th.ant-table-selection-column .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td.ant-table-selection-column .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th.ant-table-selection-column .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) td.ant-table-selection-column .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) th.ant-table-selection-column .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td.ant-table-selection-column .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th.ant-table-selection-column .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) td.ant-table-selection-column .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) th.ant-table-selection-column .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td.ant-table-selection-column .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th.ant-table-selection-column .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) td.ant-table-selection-column .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) th.ant-table-selection-column .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner{border-radius:3px}.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td.table-cell-center .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td.table-cell-center .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th.table-cell-center .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th.table-cell-center .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) td.table-cell-center .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) td.table-cell-center .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) th.table-cell-center .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) th.table-cell-center .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td.table-cell-center .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td.table-cell-center .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th.table-cell-center .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th.table-cell-center .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) td.table-cell-center .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) td.table-cell-center .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) th.table-cell-center .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) th.table-cell-center .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td.table-cell-center .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td.table-cell-center .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th.table-cell-center .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th.table-cell-center .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) td.table-cell-center .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) td.table-cell-center .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) th.table-cell-center .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) th.table-cell-center .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td.table-cell-center .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td.table-cell-center .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th.table-cell-center .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th.table-cell-center .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) td.table-cell-center .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) td.table-cell-center .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) th.table-cell-center .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) th.table-cell-center .row-cell{justify-content:center!important}.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td.table-cell-right .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td.table-cell-right .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th.table-cell-right .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th.table-cell-right .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) td.table-cell-right .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) td.table-cell-right .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) th.table-cell-right .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) th.table-cell-right .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td.table-cell-right .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td.table-cell-right .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th.table-cell-right .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th.table-cell-right .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) td.table-cell-right .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) td.table-cell-right .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) th.table-cell-right .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) th.table-cell-right .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td.table-cell-right .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td.table-cell-right .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th.table-cell-right .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th.table-cell-right .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) td.table-cell-right .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) td.table-cell-right .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) th.table-cell-right .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) th.table-cell-right .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td.table-cell-right .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td.table-cell-right .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th.table-cell-right .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th.table-cell-right .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) td.table-cell-right .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) td.table-cell-right .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) th.table-cell-right .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) th.table-cell-right .row-cell{justify-content:flex-end!important}.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-tbody>tr.ant-table-expanded-row,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-thead>tr.ant-table-expanded-row,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-tbody>tr.ant-table-expanded-row,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-thead>tr.ant-table-expanded-row,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-tbody>tr.ant-table-expanded-row,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-thead>tr.ant-table-expanded-row,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-tbody>tr.ant-table-expanded-row,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-thead>tr.ant-table-expanded-row{background:none}.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-tbody>tr.ant-table-expanded-row>td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-thead>tr.ant-table-expanded-row>td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-tbody>tr.ant-table-expanded-row>td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-thead>tr.ant-table-expanded-row>td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-tbody>tr.ant-table-expanded-row>td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-thead>tr.ant-table-expanded-row>td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-tbody>tr.ant-table-expanded-row>td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-thead>tr.ant-table-expanded-row>td{background:#fff;border-radius:8px;padding:10px 20px 0}.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th{color:#8c97b2;padding:0}.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th .ant-table-header-column{align-items:center;background:#f1f3f4;display:block;display:flex;height:100%;padding:5px 20px}.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th:first-child .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th:first-child .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th:first-child .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th:first-child .ant-table-header-column{border-bottom-left-radius:4px;border-top-left-radius:4px}.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th:last-child .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th:last-child .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th:last-child .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th:last-child .ant-table-header-column{border-bottom-right-radius:4px;border-top-right-radius:4px}.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td.ant-table-selection-column>span,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td.ant-table-selection-column>span,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td.ant-table-selection-column>span,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td.ant-table-selection-column>span{align-items:center;background:#fff;display:flex;flex-wrap:wrap;height:100%;justify-content:flex-start;min-height:100%;padding:10px 20px}.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td .row-cell>div,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td.ant-table-selection-column>span>div,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td .row-cell>div,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td.ant-table-selection-column>span>div,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td .row-cell>div,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td.ant-table-selection-column>span>div,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td .row-cell>div,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td.ant-table-selection-column>span>div{width:100%}.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row)+tr:not(.ant-table-expanded-row),.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row)+tr:not(.ant-table-expanded-row),.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row)+tr:not(.ant-table-expanded-row),.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row)+tr:not(.ant-table-expanded-row){border-top:1px dashed rgba(149,155,170,.6)}.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-placeholder,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-placeholder{border:none;border-radius:0}.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th:first-child .ant-table-header-column,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th:first-child .ant-table-header-column,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th:first-child .ant-table-header-column,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th:first-child .ant-table-header-column{border-bottom-left-radius:8px;border-top-left-radius:8px}.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th:last-child .ant-table-header-column,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th:last-child .ant-table-header-column,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th:last-child .ant-table-header-column,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th:last-child .ant-table-header-column{border-bottom-right-radius:8px;border-top-right-radius:8px}.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row),.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row),.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row),.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row){border:none!important}.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td{padding:5px 0}.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td:first-child .row-cell,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td:first-child.ant-table-selection-column>span,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td:first-child .row-cell,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td:first-child.ant-table-selection-column>span,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td:first-child .row-cell,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td:first-child.ant-table-selection-column>span,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td:first-child .row-cell,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td:first-child.ant-table-selection-column>span{border-bottom-left-radius:8px;border-top-left-radius:8px}.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td:last-child .row-cell,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td:last-child.ant-table-selection-column>span,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td:last-child .row-cell,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td:last-child.ant-table-selection-column>span,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td:last-child .row-cell,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td:last-child.ant-table-selection-column>span,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td:last-child .row-cell,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td:last-child.ant-table-selection-column>span{border-bottom-right-radius:8px;border-top-right-radius:8px}.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row):first-child td,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row):first-child td,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row):first-child td,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row):first-child td{padding-top:0}.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row):last-child td,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row):last-child td,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row):last-child td,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row):last-child td{padding-bottom:0}.PerformOperationModal .ant-modal-body{padding-top:0}.PerformOperationModal .pageContent{background:#fff}.PerformOperationModal .pageContent .line{display:flex;font-size:14px;font-weight:400;gap:8px;justify-content:space-between;margin-top:10px}.PerformOperationModal .pageContent .line.title{color:#1f2329;font-family:PingFangSC-Regular,PingFang SC;font-size:16px;font-weight:400;height:22px;line-height:22px}.PerformOperationModal .pageContent .line.titleLine .name,.PerformOperationModal .pageContent .line.titleLine .value{color:#5d616b!important}.PerformOperationModal .pageContent .line .name{color:#1f2329;flex:1;white-space:normal}.PerformOperationModal .pageContent .line .num{width:30%}.PerformOperationModal .pageContent .line .value{color:#3e7eff;text-align:right;width:20%}.ApproveOpinionModal .ant-modal-body{padding-top:0}.ApproveOpinionModal .modal_footer .red{background:#ff6b54;border-color:#ff6b54}.ApproveOpinionModal .modal_footer .yellow{background:#ff9000;border-color:#ff9000}.newOrder_modal .modal_content{max-height:500px;overflow-y:auto}.newOrder_modal .modal_content .content{flex-direction:column}.newOrder_modal .modal_content .content .line{gap:8px}.newOrder_modal .modal_content .content .line .all .num{color:#1890ff}.newOrder_modal .modal_content .content .deviceBox,.newOrder_modal .modal_content .content .relevanceBox{margin-top:16px;max-height:260px;overflow-y:auto}.newOrder_modal .modal_content .content .deviceBox .device .titleLine,.newOrder_modal .modal_content .content .deviceBox .relevance .titleLine,.newOrder_modal .modal_content .content .relevanceBox .device .titleLine,.newOrder_modal .modal_content .content .relevanceBox .relevance .titleLine{background:#f7f7f7;justify-content:space-between;margin-bottom:8px;padding-left:16px;width:100%}.newOrder_modal .modal_content .content .deviceBox .device .titleLine .left .title,.newOrder_modal .modal_content .content .deviceBox .relevance .titleLine .left .title,.newOrder_modal .modal_content .content .relevanceBox .device .titleLine .left .title,.newOrder_modal .modal_content .content .relevanceBox .relevance .titleLine .left .title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:240px}.newOrder_modal .modal_content .content .deviceBox .device .titleLine .left .state,.newOrder_modal .modal_content .content .deviceBox .relevance .titleLine .left .state,.newOrder_modal .modal_content .content .relevanceBox .device .titleLine .left .state,.newOrder_modal .modal_content .content .relevanceBox .relevance .titleLine .left .state{margin-left:40px}:root[data-doc-theme=dark] .newOrder_modal .modal_content .content .all .num{color:#1d33a2}.newOrder_device_modal .deviceModal_content{height:560px}.newOrder_device_modal .deviceModal_content .left{border-right:1px solid #dce1e4;flex-direction:column;margin-right:16px;padding-right:16px}.newOrder_device_modal .deviceModal_content .left .align-r{text-align:right}.newOrder_device_modal .deviceModal_content .left .tableBox{overflow-y:auto}.newOrder_device_modal .deviceModal_content .right{flex-direction:column;flex-grow:0;width:360px}.newOrder_device_modal .deviceModal_content .right .top{justify-content:space-between;margin-bottom:8px}.newOrder_device_modal .deviceModal_content .right .activedBox{flex:1;overflow-y:auto}.newOrder_device_modal .deviceModal_content .right .activedBox .tag{margin-bottom:16px}
12
12
  .pssRecord{flex-direction:column;height:100%;overflow:hidden;position:relative}.pssRecord .seachFrom{justify-content:space-between}.pssRecord .seachFrom .operation_btn{gap:8px;margin-bottom:24px}.pssRecord .table{flex:1;overflow-y:auto}.pssRecord .table .operation{align-items:center;color:#3e7eff;display:flex;flex-direction:row;font-size:14px;font-weight:500;justify-content:space-between}.pssRecord .table .operation .op button{padding:0}.pssRecord .pages{display:flex;justify-content:flex-end}.pssRecordInfoModal{position:absolute!important}.pssRecordInfoModal .info_footer .red{border-color:#ff6b54;color:#ff6b54}.pssRecordInfoModal .info_footer .yellow{border-color:#ff9000;color:#ff9000}.pssRecordInfoModal .ant-modal{height:100%;margin:0;max-width:100%;padding-bottom:0;top:0;width:unset!important}.pssRecordInfoModal .ant-modal-header{padding-top:0}.pssRecordInfoModal .ant-modal-content{display:flex;flex-direction:column;height:100%}.pssRecordInfoModal .ant-modal-body{flex:1;height:0}.pssRecordInfoModal .ant-modal-footer{padding:0}.pssRecordInfoModal .info_container{box-sizing:border-box;height:100%;overflow-y:auto}.pssRecordInfoModal .info_container .title{color:#1f2329;font-size:14px;font-weight:400;margin-bottom:23px}.pssRecordInfoModal .info_container .content{box-sizing:border-box;padding:0 16px}.pssRecordInfoModal .info_container .content .titleBox{justify-content:space-between}.pssRecordInfoModal .info_container .content .content_title{align-items:center;color:#1f2329;display:flex;flex-direction:row;font-size:16px;font-weight:700;margin-bottom:24px}.pssRecordInfoModal .info_container .content .content_title span{color:#5d616b;font-size:12px;font-weight:400;margin-left:8px}.pssRecordInfoModal .info_container .content_info .ant-col{color:#1f2329;display:flex;font-weight:400;margin-bottom:12px}.pssRecordInfoModal .info_container .content_info .ant-col .label{color:#5d616b;font-weight:400;margin-right:8px}.pssRecordInfoModal .info_container .content .loop{border-bottom:1px solid #e7e7e7;box-sizing:border-box;display:flex;flex-direction:row;margin-bottom:24px;padding-bottom:24px}.pssRecordInfoModal .info_container .content .loop .every{display:flex;flex-direction:column;font-weight:400;margin-right:46px;width:200px}.pssRecordInfoModal .info_container .content .loop .every_title{color:#1f2329;font-family:PingFangSC-Regular,PingFang SC;font-size:16px;font-weight:400;line-height:22px;margin-bottom:4px}.pssRecordInfoModal .info_container .content .loop .every_spa{color:#8f959e;font-size:14px}.pssRecordInfoModal .info_container .content .loop .every_state{display:flex;flex-direction:row;justify-content:space-between;margin-top:24px;width:120px}.pssRecordInfoModal .info_container .content .loop .every_state .point{border-radius:50%;height:10px;margin-right:8px;width:10px}.pssRecordInfoModal .info_container .content .loop .every_state .point.green{background:#18c0bf;border:1px solid rgba(12,137,137,.8)}.pssRecordInfoModal .info_container .content .loop .every_state .point.red{background:#ff6b54;border:1px solid #b23622}.pssRecordInfoModal .info_container .content .loop .every_state .point.gray{background:#e0e4e8;border:1px solid #5d616b}.pssRecordInfoModal .info_container .content .loop .every_state img{height:12px;margin-right:8px;width:13px}.pssRecordInfoModal .info_container .content .loop .cus-table{flex:1}.pssRecordInfoModal .info_container .content .loop .cus-table img{height:12px;margin-right:8px;width:13px}.pssRecordInfoModal .info_container .content .timeLine .complate{background:#d6e4ff;border:1px solid #3f7eff;border-radius:50%;color:#3f7eff;height:16px;width:16px}.pssRecordInfoModal .info_container .content .timeLine .active{align-items:center;background:rgba(62,126,255,.2);border-radius:50%;display:flex;height:16px;justify-content:center;width:16px}.pssRecordInfoModal .info_container .content .timeLine .active span{background:#3e7eff;border-radius:50%;display:inline-block;height:8px;width:8px}.pssRecordInfoModal .info_container .content .timeLine .content{flex-direction:row;justify-content:space-between;width:350px}.pssRecordInfoModal .info_container .content .timeLine .content .timeLineActive{color:#1f2329;font-family:PingFangSC-Medium,PingFang SC;font-size:14px;font-weight:500;height:20px;line-height:20px}.pssRecordInfoModal .info_container .content .timeLine .content .time{color:#8f959e;flex-shrink:0;font-size:12px;font-weight:400;text-align:right;width:100px}.pssRecordInfoModal .info_footer{align-items:center;box-shadow:0 0 5px 0 rgba(0,0,0,.2);box-sizing:border-box;display:flex;flex-direction:row;height:60px;justify-content:flex-end}.pssRecordInfoModal .info_footer .ant-btn{margin-right:24px}.pssRecordInfoModal .info_footer .ant-btn:last-of-type{margin:0}.pssRecord .stateNode,.pssRecordInfoModal .stateNode{align-items:center;background:rgba(62,126,255,.2);border-radius:2px;color:#3e7eff;font-family:PingFangSC-Regular,PingFang SC;font-size:12px;font-weight:400;height:20px;justify-content:center;line-height:16px;padding:2px 8px}.pssRecord .stateNode.blue,.pssRecordInfoModal .stateNode.blue{background:rgba(62,126,255,.2);color:#3e7eff}.pssRecord .stateNode.red,.pssRecordInfoModal .stateNode.red{background:rgba(237,63,60,.2);color:#ed3f3c}.pssRecord .stateNode.green,.pssRecordInfoModal .stateNode.green{background:rgba(24,192,191,.2);color:#18c0bf}.pssRecord .stateNode.orange,.pssRecordInfoModal .stateNode.orange{background:rgba(255,146,20,.2);color:#ff9214}
13
13
  .editThing{height:100%;overflow:auto}.editThing .header .ant-page-header{padding:0}.editThing .header .ant-page-header .ant-page-header-heading-title{font-size:16px;font-weight:400}.editThing .header .ant-btn{margin:8px}.editThing .title{margin-bottom:25px}.editThing .title .icon{background:#1d33a2;height:15px;margin:3.5px 6px;width:4px}.editThing .title .name{color:#354052;font-size:16px;font-weight:600;height:22px;line-height:22px}.editThing .title .fold{color:#1d33a2;cursor:pointer;font-size:14px;font-weight:400;height:20px;line-height:20px;margin-left:30px}.editThing .title .fold span{margin:3px}.editThing .basic .content{margin-bottom:25px}.editThing .basic .content .contentBody{flex-wrap:wrap}.editThing .basic .content .contentBody .element{float:left;height:60px;width:calc(var(--colspan)*25%)}.editThing .basic .content .contentBody .element .ant-form-item .ant-form-item-label{width:140px}.editThing .basic .content .contentBody .element .name{line-height:32px;margin-right:10px}.editThing .basic .content .contentBody .pic{float:right;height:300px;justify-content:center;width:25%}.editThing .basic .content .contentBody .pic .tip_pic{word-wrap:break-word;bottom:10px;color:#fff;display:none;font-size:14px;left:10px;margin-top:10px;position:absolute;right:10px;word-break:break-all}.editThing .basic .content .contentBody .pic .div_pic{word-wrap:break-word;position:relative;width:240px;word-break:break-all}.editThing .basic .content .contentBody .pic .div_pic:hover .hover_action{display:flex}.editThing .basic .content .contentBody .pic .div_pic:hover .tip_pic{display:block}.editThing .basic .content .contentBody .pic .div_pic img{height:240px;width:240px}.editThing .basic .content .contentBody .pic .div_pic .hover_action{align-items:center;background:rgba(53,64,82,.5);display:none;height:240px;justify-content:center;left:0;position:absolute;top:0;transition:all esae .2s;width:240px}.editThing .basic .content .contentBody .pic .div_pic .hover_action .icon{background:hsla(0,0%,100%,.5);border-radius:100%;color:#fff;cursor:pointer;font-size:20px;height:36px;line-height:38px;text-align:center;width:36px}.editThing .tableTool button{margin:0 15px 10px 0}.thingRelationDia .inputs{grid-gap:6px 10px;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;justify-items:end}.thingRelationDia .inputs .element{height:32px}.thingRelationDia .inputs .element .name{line-height:32px;margin-right:5px}.thingRelationDia .btns{margin-left:20px}.thingRelationDia .btns button{margin-bottom:10px}
14
14
  .thingApp{height:100%;overflow:hidden}.thingInstance{background:#fff;height:100%}.thingInstance .gap{gap:8px}.thingInstance .left_wrap{border-right:1px solid #e7e7e7;box-sizing:border-box;flex-direction:column;flex-shrink:0;height:100%;padding-right:0!important;width:220px}.thingInstance .left_wrap .flex_lr_c{font-weight:700;padding-right:20px}.thingInstance .left_wrap .flex_lr_c .title{justify-content:space-between}.thingInstance .left_wrap .tree_data{display:flex;flex-direction:column;margin-top:20px;overflow:auto}.thingInstance .left_wrap .tree_data .search{padding-right:20px}.thingInstance .left_wrap .tree_data .ant-tree-switcher-noop{display:none}.thingInstance .left_wrap .tree_wrap{overflow:auto}.thingInstance .table_wrap{box-sizing:border-box;flex-direction:column;padding-left:20px}.thingInstance .table_wrap .ant-empty{position:relative;top:50%;transform:translateY(-50%)}.thingInstance .table_wrap .option .searchSelect{width:100px}.thingInstance .table_wrap .option .searchSelect .ant-select-selector{border-bottom-right-radius:0;border-right:0;border-top-right-radius:0}.thingInstance .table_wrap .option .searchVal{border-bottom-left-radius:0;border-top-left-radius:0}.thingInstance .table_wrap .tableBox{overflow:auto}.align-r{text-align:right}.mar-t-20{margin-top:20px}.mar-t-10{margin-top:10px}.red{color:#ff4d4f}.pointer{cursor:pointer}.base_wrap{display:flex;padding:16px 24px}.base_wrap img{background:#d8d8d8;flex-shrink:0;height:210px;width:280px}.base_wrap .base_info{flex-grow:1;margin-left:24px}.base_wrap .base_info h3{color:#354052;font-size:18px}.base_wrap .base_info .base_info_list{background:#f2f3f8;box-sizing:border-box;min-height:154px;padding:20px}.param_wrap{padding:10px 24px}.color-3{color:#354052}.color-6{color:#5c667d}.border-10-gray{border:10px solid #f2f3f8}.instance_modal .ant-modal-body{padding:0}.thingSpot{border-radius:50%;display:block;height:20px;margin-left:10px;width:20px}.thingSpot.red{background-color:red}.thingSpot.green{background-color:green}.thingInstance_dynamicForm .formBox{margin-bottom:10px}.thingInstance_dynamicForm .formBox .label{text-align:right;width:110px}.thingInstance_dynamicForm .formBox .item{flex:1}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "inl-ui",
3
- "version": "0.0.74",
3
+ "version": "0.0.76",
4
4
  "description": "工业 pc ui库",
5
5
  "main": "dist/index.js",
6
6
  "types": "./dist/types/src/index.d.ts",
package/src/api/pss.ts CHANGED
@@ -152,4 +152,11 @@ api.excelDetail = async (data: any) => {
152
152
  });
153
153
  };
154
154
 
155
+ /**
156
+ *查询树结构
157
+ */
158
+ api.getTree = async () => {
159
+ return instance.get(`/cabinet/findAllThingForTree`);
160
+ };
161
+
155
162
  export default api;
@@ -21,13 +21,15 @@
21
21
  }
22
22
  }
23
23
 
24
- .deviceBox {
24
+ .deviceBox,
25
+ .relevanceBox {
25
26
  max-height: 260px;
26
27
  overflow-y: auto;
27
28
  margin-top: 16px;
28
29
 
29
- .device {
30
- margin-bottom: 8px;
30
+ .device,
31
+ .relevance {
32
+ // margin-bottom: 8px;
31
33
 
32
34
  .titleLine {
33
35
  width: 100%;
@@ -35,6 +37,19 @@
35
37
  justify-content: space-between;
36
38
  padding-left: 16px;
37
39
  margin-bottom: 8px;
40
+
41
+ .left {
42
+ .title {
43
+ width: 240px;
44
+ white-space: nowrap;
45
+ overflow: hidden;
46
+ text-overflow: ellipsis;
47
+ }
48
+
49
+ .state {
50
+ margin-left: 40px;
51
+ }
52
+ }
38
53
  }
39
54
  }
40
55
  }
@@ -266,6 +266,15 @@
266
266
  }
267
267
  }
268
268
 
269
+ .infoTabs {
270
+ .ant-tabs-nav-list {
271
+ .ant-tabs-tab-btn {
272
+ font-size: 16px;
273
+ font-weight: bold;
274
+ }
275
+ }
276
+ }
277
+
269
278
  .timeLine {
270
279
  .complate {
271
280
  width: 16px;