inl-ui 0.0.71 → 0.0.73
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.
- package/dist/index.js +105 -13
- package/dist/index.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/pageComponent/views/pss/components/Info.tsx +3 -2
- package/src/pageComponent/views/pss/components/table.tsx +7 -0
- package/src/pageComponent/views/pssRecord/assets/index.less +74 -9
- package/src/pageComponent/views/pssRecord/components/Info.tsx +112 -8
- package/src/pageComponent/views/systemManager/paramManager/index.tsx +17 -8
- package/src/pageComponent/views/systemManager/paramManager/tabItem.tsx +39 -28
package/dist/style.css
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
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
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}
|
|
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
|
|
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}
|
|
15
15
|
.thingModelBox{overflow:hidden}.thingModel{background:#fff;height:100%}.thingModel .table_wrap{box-sizing:border-box;flex-direction:column;flex-grow:1;height:100%}.thingModel .table_wrap .ant-empty{position:relative;top:50%;transform:translateY(-50%)}.align-r{text-align:right}.mar-t-20{margin-top:20px}.mar-t-10{margin-top:10px}.red{color:#ff4d4f}.gray{color:#a4aabf}.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}.flex-lr-c{align-items:center;display:flex;justify-content:space-between}.update_attr_con{height:60vh;overflow-y:auto;padding:0 10px}.update_attr_con .alarm_card{border:1px solid #e7e7e7;border-radius:2px;margin-bottom:10px;padding:13px 10px}.update_attr_con .alarm_card:hover{border:1px solid #b9c2d5;box-shadow:0 2px 4px 0 rgba(186,193,226,.3)}.update_attr_con .alarm_card:hover a{display:block}.update_attr_con .alarm_card p{color:#354052;margin-bottom:0}.update_attr_con .alarm_card p:nth-of-type(2){margin-top:4px}.update_attr_con .alarm_card a{display:none}
|
package/package.json
CHANGED
|
@@ -16,8 +16,9 @@ import {
|
|
|
16
16
|
TimelineItem,
|
|
17
17
|
Modal,
|
|
18
18
|
Input,
|
|
19
|
+
Textarea,
|
|
19
20
|
} from "ant-design-vue";
|
|
20
|
-
|
|
21
|
+
|
|
21
22
|
import { CheckOutlined } from "@ant-design/icons-vue";
|
|
22
23
|
|
|
23
24
|
import dayjs, { Dayjs } from "dayjs";
|
|
@@ -457,7 +458,7 @@ export default defineComponent({
|
|
|
457
458
|
>
|
|
458
459
|
<div class="modal_content">
|
|
459
460
|
<div class="title">同意审批意见</div>
|
|
460
|
-
<
|
|
461
|
+
<Textarea
|
|
461
462
|
autoSize={{ minRows: 3, maxRows: 5 }}
|
|
462
463
|
bordered={false}
|
|
463
464
|
showCount
|
|
@@ -337,6 +337,7 @@ export default defineComponent({
|
|
|
337
337
|
operationState.comment = "";
|
|
338
338
|
operationState.showFooter = false;
|
|
339
339
|
|
|
340
|
+
operationState.showInfo = false;
|
|
340
341
|
refresh();
|
|
341
342
|
}
|
|
342
343
|
};
|
|
@@ -392,6 +393,8 @@ export default defineComponent({
|
|
|
392
393
|
operationState.showPerform = false;
|
|
393
394
|
|
|
394
395
|
operationState.showFooter = false;
|
|
396
|
+
|
|
397
|
+
operationState.showInfo = false;
|
|
395
398
|
refresh();
|
|
396
399
|
}
|
|
397
400
|
};
|
|
@@ -414,6 +417,8 @@ export default defineComponent({
|
|
|
414
417
|
operationState.showPerform = false;
|
|
415
418
|
|
|
416
419
|
operationState.showFooter = false;
|
|
420
|
+
|
|
421
|
+
operationState.showInfo = false;
|
|
417
422
|
refresh();
|
|
418
423
|
}
|
|
419
424
|
};
|
|
@@ -437,6 +442,7 @@ export default defineComponent({
|
|
|
437
442
|
operationState.comment = "";
|
|
438
443
|
operationState.showFooter = false;
|
|
439
444
|
|
|
445
|
+
operationState.showInfo = false;
|
|
440
446
|
refresh();
|
|
441
447
|
}
|
|
442
448
|
};
|
|
@@ -460,6 +466,7 @@ export default defineComponent({
|
|
|
460
466
|
operationState.comment = "";
|
|
461
467
|
operationState.showFooter = false;
|
|
462
468
|
|
|
469
|
+
operationState.showInfo = false;
|
|
463
470
|
refresh();
|
|
464
471
|
}
|
|
465
472
|
};
|
|
@@ -79,8 +79,6 @@
|
|
|
79
79
|
.ant-modal-body {
|
|
80
80
|
flex: 1;
|
|
81
81
|
height: 0;
|
|
82
|
-
padding-top: 0;
|
|
83
|
-
padding-bottom: 0;
|
|
84
82
|
}
|
|
85
83
|
|
|
86
84
|
.ant-modal-footer {
|
|
@@ -141,14 +139,81 @@
|
|
|
141
139
|
}
|
|
142
140
|
}
|
|
143
141
|
|
|
144
|
-
.
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
142
|
+
.loop {
|
|
143
|
+
display: flex;
|
|
144
|
+
flex-direction: row;
|
|
145
|
+
border-bottom: 1px solid #e7e7e7;
|
|
146
|
+
padding-bottom: 24px;
|
|
147
|
+
box-sizing: border-box;
|
|
148
|
+
margin-bottom: 24px;
|
|
149
|
+
|
|
150
|
+
.every {
|
|
151
|
+
width: 200px;
|
|
152
|
+
display: flex;
|
|
153
|
+
flex-direction: column;
|
|
148
154
|
font-weight: 400;
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
155
|
+
margin-right: 46px;
|
|
156
|
+
|
|
157
|
+
&_title {
|
|
158
|
+
font-size: 16px;
|
|
159
|
+
font-family: PingFangSC-Regular, PingFang SC;
|
|
160
|
+
font-weight: 400;
|
|
161
|
+
color: #1f2329;
|
|
162
|
+
line-height: 22px;
|
|
163
|
+
margin-bottom: 4px;
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
&_spa {
|
|
167
|
+
color: #8f959e;
|
|
168
|
+
font-size: 14px;
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
&_state {
|
|
172
|
+
// flex: 1;
|
|
173
|
+
width: 120px;
|
|
174
|
+
margin-top: 24px;
|
|
175
|
+
display: flex;
|
|
176
|
+
flex-direction: row;
|
|
177
|
+
justify-content: space-between;
|
|
178
|
+
|
|
179
|
+
.point {
|
|
180
|
+
width: 10px;
|
|
181
|
+
height: 10px;
|
|
182
|
+
border-radius: 50%;
|
|
183
|
+
margin-right: 8px;
|
|
184
|
+
|
|
185
|
+
&.green {
|
|
186
|
+
background: #18c0bf;
|
|
187
|
+
border: 1px solid rgba(12, 137, 137, 0.8);
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
&.red {
|
|
191
|
+
background: #ff6b54;
|
|
192
|
+
border: 1px solid #b23622;
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
&.gray {
|
|
196
|
+
background: #e0e4e8;
|
|
197
|
+
border: 1px solid #5d616b;
|
|
198
|
+
}
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
img {
|
|
202
|
+
width: 13px;
|
|
203
|
+
height: 12px;
|
|
204
|
+
margin-right: 8px;
|
|
205
|
+
}
|
|
206
|
+
}
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
.cus-table {
|
|
210
|
+
flex: 1;
|
|
211
|
+
|
|
212
|
+
img {
|
|
213
|
+
width: 13px;
|
|
214
|
+
height: 12px;
|
|
215
|
+
margin-right: 8px;
|
|
216
|
+
}
|
|
152
217
|
}
|
|
153
218
|
}
|
|
154
219
|
|
|
@@ -7,8 +7,8 @@ import {
|
|
|
7
7
|
reactive,
|
|
8
8
|
watch,
|
|
9
9
|
} from "vue";
|
|
10
|
-
import { Row, Col, Timeline, TimelineItem, Input } from "ant-design-vue";
|
|
11
|
-
|
|
10
|
+
import { Row, Col, Table, Timeline, TimelineItem, Input } from "ant-design-vue";
|
|
11
|
+
|
|
12
12
|
import { CheckOutlined } from "@ant-design/icons-vue";
|
|
13
13
|
|
|
14
14
|
import dayjs, { Dayjs } from "dayjs";
|
|
@@ -93,6 +93,42 @@ export default defineComponent({
|
|
|
93
93
|
}
|
|
94
94
|
);
|
|
95
95
|
|
|
96
|
+
const commonTable: any = reactive({
|
|
97
|
+
columns: [
|
|
98
|
+
{
|
|
99
|
+
title: "序号",
|
|
100
|
+
width: "15%",
|
|
101
|
+
key: "num",
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
dataIndex: "applyUser",
|
|
105
|
+
title: "申请人",
|
|
106
|
+
width: "15%",
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
title: "挂锁",
|
|
110
|
+
width: "15%",
|
|
111
|
+
key: "lock",
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
dataIndex: "lockNo",
|
|
115
|
+
title: "编号",
|
|
116
|
+
width: "15%",
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
dataIndex: "operationUser",
|
|
120
|
+
title: "当前操作人",
|
|
121
|
+
width: "15%",
|
|
122
|
+
align: "center",
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
title: "当前状态",
|
|
126
|
+
width: "15%",
|
|
127
|
+
key: "state",
|
|
128
|
+
},
|
|
129
|
+
],
|
|
130
|
+
});
|
|
131
|
+
|
|
96
132
|
const close = () => {
|
|
97
133
|
context.emit("update:showInfo", false);
|
|
98
134
|
};
|
|
@@ -214,14 +250,82 @@ export default defineComponent({
|
|
|
214
250
|
</Row>
|
|
215
251
|
</div>
|
|
216
252
|
|
|
217
|
-
<div class="content_title">
|
|
253
|
+
<div class="content_title" style="margin-top: 24px">
|
|
218
254
|
控制回路 ({dataObj.value?.loopVOs?.length})
|
|
219
255
|
</div>
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
<div class="
|
|
223
|
-
|
|
224
|
-
|
|
256
|
+
{dataObj.value?.loopVOs?.map((loopVo: any, index: number) => (
|
|
257
|
+
<div class="loop" key={index}>
|
|
258
|
+
<div class="every">
|
|
259
|
+
<div class="every_title">{loopVo.loop.name}</div>
|
|
260
|
+
<div class="every_spa">位置:</div>
|
|
261
|
+
<div class="state flex">
|
|
262
|
+
<div class="every_state">
|
|
263
|
+
<div class="flex-center">
|
|
264
|
+
<div
|
|
265
|
+
class={[
|
|
266
|
+
"point ",
|
|
267
|
+
loopVo.loop.loopStatusPO.code === "0" && "gray",
|
|
268
|
+
loopVo.loop.loopStatusPO.code === "1" && "red",
|
|
269
|
+
(loopVo.loop.loopStatusPO.code === "2" ||
|
|
270
|
+
loopVo.loop.loopStatusPO.code === "3") &&
|
|
271
|
+
"green",
|
|
272
|
+
]}
|
|
273
|
+
></div>
|
|
274
|
+
<div class="value">
|
|
275
|
+
{loopVo.loop.loopStatusPO.name}
|
|
276
|
+
</div>
|
|
277
|
+
</div>
|
|
278
|
+
|
|
279
|
+
<div class="flex-center">
|
|
280
|
+
<img
|
|
281
|
+
src={
|
|
282
|
+
loopVo.locks.length === 0
|
|
283
|
+
? "/micro-assets/inl/pss/rlock.png"
|
|
284
|
+
: "/micro-assets/inl/pss/glock.png"
|
|
285
|
+
}
|
|
286
|
+
alt="锁"
|
|
287
|
+
/>
|
|
288
|
+
<div class="num">{loopVo.locks.length}</div>
|
|
289
|
+
</div>
|
|
290
|
+
</div>
|
|
291
|
+
</div>
|
|
292
|
+
</div>
|
|
293
|
+
|
|
294
|
+
<div class="cus-table">
|
|
295
|
+
<Table
|
|
296
|
+
pagination={false}
|
|
297
|
+
columns={commonTable.columns}
|
|
298
|
+
loading={false}
|
|
299
|
+
scroll={{ y: "100%" }}
|
|
300
|
+
dataSource={loopVo.loop.list}
|
|
301
|
+
style="width: 100%"
|
|
302
|
+
v-slots={{
|
|
303
|
+
bodyCell: ({ column, record, index }: any) => {
|
|
304
|
+
// console.log(text, column, record, index);
|
|
305
|
+
if (column.key === "num") {
|
|
306
|
+
return index + 1;
|
|
307
|
+
}
|
|
308
|
+
|
|
309
|
+
if (column.key === "lock") {
|
|
310
|
+
return (
|
|
311
|
+
<img
|
|
312
|
+
src="/micro-assets/inl/pss/glock.png"
|
|
313
|
+
alt="锁"
|
|
314
|
+
/>
|
|
315
|
+
);
|
|
316
|
+
}
|
|
317
|
+
|
|
318
|
+
if (column.key === "state") {
|
|
319
|
+
return (
|
|
320
|
+
<span class="stateNode">{record.taskStatus}</span>
|
|
321
|
+
);
|
|
322
|
+
}
|
|
323
|
+
},
|
|
324
|
+
}}
|
|
325
|
+
></Table>
|
|
326
|
+
</div>
|
|
327
|
+
</div>
|
|
328
|
+
))}
|
|
225
329
|
|
|
226
330
|
<div class="content_title">工单流程</div>
|
|
227
331
|
<div class="timeLine">
|
|
@@ -1,10 +1,3 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* @Abstract: 摘要
|
|
3
|
-
* @Author: wang liang
|
|
4
|
-
* @Date: 2022-03-25 10:51:58
|
|
5
|
-
* @LastEditors: wang liang
|
|
6
|
-
* @LastEditTime: 2022-03-31 14:05:35
|
|
7
|
-
*/
|
|
8
1
|
/*
|
|
9
2
|
* @Abstract: 参数管理
|
|
10
3
|
* @Author: wang liang
|
|
@@ -12,7 +5,15 @@
|
|
|
12
5
|
* @LastEditors: wang liang
|
|
13
6
|
* @LastEditTime: 2022-03-29 15:03:27
|
|
14
7
|
*/
|
|
15
|
-
import {
|
|
8
|
+
import {
|
|
9
|
+
computed,
|
|
10
|
+
defineComponent,
|
|
11
|
+
onMounted,
|
|
12
|
+
PropType,
|
|
13
|
+
provide,
|
|
14
|
+
ref,
|
|
15
|
+
watch,
|
|
16
|
+
} from "vue";
|
|
16
17
|
import { api, setInstance } from "@/api/param";
|
|
17
18
|
import utils from "@/utils";
|
|
18
19
|
|
|
@@ -43,11 +44,19 @@ const ParamManager = defineComponent({
|
|
|
43
44
|
menu: {
|
|
44
45
|
type: Object as PropType<any>,
|
|
45
46
|
},
|
|
47
|
+
readonly: {
|
|
48
|
+
type: Boolean,
|
|
49
|
+
default: false,
|
|
50
|
+
},
|
|
46
51
|
},
|
|
47
52
|
setup(props, { emit }) {
|
|
48
53
|
setInstance({ prefix: props.prefix, serverName: props.serverName });
|
|
49
54
|
const urlMap = { ...props.url };
|
|
50
55
|
provide("urlMap", urlMap);
|
|
56
|
+
provide(
|
|
57
|
+
"readonly",
|
|
58
|
+
computed(() => props.readonly)
|
|
59
|
+
);
|
|
51
60
|
|
|
52
61
|
const menus = ref([]);
|
|
53
62
|
const currentMenu = ref(props.menu);
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import {
|
|
2
|
+
defineComponent,
|
|
3
|
+
ref,
|
|
4
|
+
provide,
|
|
5
|
+
onBeforeUpdate,
|
|
6
|
+
inject,
|
|
7
|
+
Ref,
|
|
8
|
+
} from "vue";
|
|
2
9
|
import { api } from "@/api/param";
|
|
3
10
|
import { IUrlObj } from "./index";
|
|
4
11
|
|
|
@@ -19,6 +26,7 @@ const TabItem = defineComponent({
|
|
|
19
26
|
},
|
|
20
27
|
setup(props) {
|
|
21
28
|
const urlMap = inject<IUrlObj>("urlMap")!;
|
|
29
|
+
const readonly = inject<Ref<boolean>>("readonly")!;
|
|
22
30
|
|
|
23
31
|
/* ===== 表单ref ===== */
|
|
24
32
|
// 菜单级别form ref
|
|
@@ -102,38 +110,41 @@ const TabItem = defineComponent({
|
|
|
102
110
|
return () => (
|
|
103
111
|
<div class="tab-item">
|
|
104
112
|
{/* 编辑按钮 */}
|
|
105
|
-
|
|
106
|
-
<
|
|
107
|
-
|
|
108
|
-
|
|
113
|
+
{!readonly.value && (
|
|
114
|
+
<div class="operation">
|
|
115
|
+
<a-space>
|
|
116
|
+
{isEdit.value ? (
|
|
117
|
+
<>
|
|
118
|
+
<a-button
|
|
119
|
+
key="cancle"
|
|
120
|
+
style={{ width: "100px" }}
|
|
121
|
+
onClick={() => (isEdit.value = false)}
|
|
122
|
+
>
|
|
123
|
+
取消
|
|
124
|
+
</a-button>
|
|
125
|
+
<a-button
|
|
126
|
+
key="save"
|
|
127
|
+
style={{ width: "100px" }}
|
|
128
|
+
type="primary"
|
|
129
|
+
onClick={handleSave}
|
|
130
|
+
>
|
|
131
|
+
保存
|
|
132
|
+
</a-button>
|
|
133
|
+
</>
|
|
134
|
+
) : (
|
|
109
135
|
<a-button
|
|
110
|
-
key="
|
|
111
|
-
style={{ width: "100px" }}
|
|
112
|
-
onClick={() => (isEdit.value = false)}
|
|
113
|
-
>
|
|
114
|
-
取消
|
|
115
|
-
</a-button>
|
|
116
|
-
<a-button
|
|
117
|
-
key="save"
|
|
136
|
+
key="edit"
|
|
118
137
|
style={{ width: "100px" }}
|
|
119
138
|
type="primary"
|
|
120
|
-
onClick={
|
|
139
|
+
onClick={() => (isEdit.value = true)}
|
|
121
140
|
>
|
|
122
|
-
|
|
141
|
+
编辑
|
|
123
142
|
</a-button>
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
type="primary"
|
|
130
|
-
onClick={() => (isEdit.value = true)}
|
|
131
|
-
>
|
|
132
|
-
编辑
|
|
133
|
-
</a-button>
|
|
134
|
-
)}
|
|
135
|
-
</a-space>
|
|
136
|
-
</div>
|
|
143
|
+
)}
|
|
144
|
+
</a-space>
|
|
145
|
+
</div>
|
|
146
|
+
)}
|
|
147
|
+
|
|
137
148
|
{/* 标签级别的参数 (暂时不要) */}
|
|
138
149
|
{/* <DynamicForm id={props.tabId} /> */}
|
|
139
150
|
{/* 菜单级别 列表 */}
|