diff --git a/src/components/videoHK/index.vue b/src/components/videoHK/index.vue index 5f6bb5e..b3e728e 100644 --- a/src/components/videoHK/index.vue +++ b/src/components/videoHK/index.vue @@ -102,7 +102,7 @@ if (props.cameraIndexCode) { AllData.videoParams.cameraIndexCode = props.cameraIndexCode.trim(); AllData.videoParams.wndId = -1; - debugger; + // debugger; if (AllData.oWebControl) { previewVideo(); } else { diff --git a/src/components/videoHK/index.vue b/src/components/videoHK/index.vue index 5f6bb5e..b3e728e 100644 --- a/src/components/videoHK/index.vue +++ b/src/components/videoHK/index.vue @@ -102,7 +102,7 @@ if (props.cameraIndexCode) { AllData.videoParams.cameraIndexCode = props.cameraIndexCode.trim(); AllData.videoParams.wndId = -1; - debugger; + // debugger; if (AllData.oWebControl) { previewVideo(); } else { diff --git a/src/views/DialogTabs/DialogConfig.js b/src/views/DialogTabs/DialogConfig.js index efaa151..74fc2b1 100644 --- a/src/views/DialogTabs/DialogConfig.js +++ b/src/views/DialogTabs/DialogConfig.js @@ -41,6 +41,11 @@ content: markRaw(res_components['RQ_FengXianJianCe']), name: 'RQ_FengXianJianCe', }, + { + title: '智慧外呼提醒', + content: markRaw(res_components['RQ_ZhiHuiWaiHu']), + name: 'RQ_ZhiHuiWaiHu', + }, ], }; diff --git a/src/components/videoHK/index.vue b/src/components/videoHK/index.vue index 5f6bb5e..b3e728e 100644 --- a/src/components/videoHK/index.vue +++ b/src/components/videoHK/index.vue @@ -102,7 +102,7 @@ if (props.cameraIndexCode) { AllData.videoParams.cameraIndexCode = props.cameraIndexCode.trim(); AllData.videoParams.wndId = -1; - debugger; + // debugger; if (AllData.oWebControl) { previewVideo(); } else { diff --git a/src/views/DialogTabs/DialogConfig.js b/src/views/DialogTabs/DialogConfig.js index efaa151..74fc2b1 100644 --- a/src/views/DialogTabs/DialogConfig.js +++ b/src/views/DialogTabs/DialogConfig.js @@ -41,6 +41,11 @@ content: markRaw(res_components['RQ_FengXianJianCe']), name: 'RQ_FengXianJianCe', }, + { + title: '智慧外呼提醒', + content: markRaw(res_components['RQ_ZhiHuiWaiHu']), + name: 'RQ_ZhiHuiWaiHu', + }, ], }; diff --git a/src/views/DialogTabs/component/GongDanPaiFa.vue b/src/views/DialogTabs/component/GongDanPaiFa.vue index 966b76d..887785b 100644 --- a/src/views/DialogTabs/component/GongDanPaiFa.vue +++ b/src/views/DialogTabs/component/GongDanPaiFa.vue @@ -25,11 +25,7 @@ - 派发工单 @@ -70,6 +66,7 @@ width: 100%; height: 100%; text-align: center; + padding-top: 20px; :deep(.GongDanPaiForm) { width: 100%; diff --git a/src/components/videoHK/index.vue b/src/components/videoHK/index.vue index 5f6bb5e..b3e728e 100644 --- a/src/components/videoHK/index.vue +++ b/src/components/videoHK/index.vue @@ -102,7 +102,7 @@ if (props.cameraIndexCode) { AllData.videoParams.cameraIndexCode = props.cameraIndexCode.trim(); AllData.videoParams.wndId = -1; - debugger; + // debugger; if (AllData.oWebControl) { previewVideo(); } else { diff --git a/src/views/DialogTabs/DialogConfig.js b/src/views/DialogTabs/DialogConfig.js index efaa151..74fc2b1 100644 --- a/src/views/DialogTabs/DialogConfig.js +++ b/src/views/DialogTabs/DialogConfig.js @@ -41,6 +41,11 @@ content: markRaw(res_components['RQ_FengXianJianCe']), name: 'RQ_FengXianJianCe', }, + { + title: '智慧外呼提醒', + content: markRaw(res_components['RQ_ZhiHuiWaiHu']), + name: 'RQ_ZhiHuiWaiHu', + }, ], }; diff --git a/src/views/DialogTabs/component/GongDanPaiFa.vue b/src/views/DialogTabs/component/GongDanPaiFa.vue index 966b76d..887785b 100644 --- a/src/views/DialogTabs/component/GongDanPaiFa.vue +++ b/src/views/DialogTabs/component/GongDanPaiFa.vue @@ -25,11 +25,7 @@ - 派发工单 @@ -70,6 +66,7 @@ width: 100%; height: 100%; text-align: center; + padding-top: 20px; :deep(.GongDanPaiForm) { width: 100%; diff --git a/src/views/DialogTabs/component/RQ_FengXianJianCe.vue b/src/views/DialogTabs/component/RQ_FengXianJianCe.vue index 119b894..d36a830 100644 --- a/src/views/DialogTabs/component/RQ_FengXianJianCe.vue +++ b/src/views/DialogTabs/component/RQ_FengXianJianCe.vue @@ -1,10 +1,167 @@ @@ -12,5 +169,117 @@ #RQ_FengXianJianCe { width: 100%; height: 100%; + + .SearchBox { + width: 100%; + height: 60px; + display: flex; + box-sizing: border-box; + border-bottom: 1px solid #1a7494; + height: 60px; + line-height: 60px; + + .SearchLabel { + font-family: Source Han Sans CN; + font-weight: 400; + font-size: 16px; + color: #ffffff; + padding: 0 10px; + margin-left: 40px; + height: 60px; + line-height: 60px; + + .SearchLabelValue { + font-family: Source Han Sans CN; + font-weight: 400; + font-size: 16px; + color: #1cf5fc; + margin: 0 10px; + } + } + :deep(.SearchSel) { + width: 180px; + + .el-input__wrapper { + background: #0e4559; + border: 1px solid #1cf5fc; + box-shadow: none; + + .el-input__inner { + color: #c1d3d4; + } + } + } + + .SearchRightBTN { + float: right; + font-family: Source Han Sans CN; + font-weight: 400; + font-size: 16px; + color: #1cf5fc; + } + } + + :deep(.TableBox) { + width: 100%; + height: calc(100% - 60px); + .el-table { + background-color: transparent; + --el-table-row-hover-bg-color: transparent; + // 表头 + .el-table__header-wrapper { + background-color: transparent !important; + .el-table__header { + tr { + background-color: transparent !important; + } + .el-table__cell { + background: linear-gradient(0deg, #00fbffa3 0%, #00fbff00 100%) !important; + background: none; + border-radius: 2px; + border: 1px solid #74dde1; + font-family: Source Han Sans CN; + font-weight: 400; + font-size: 14px; + color: #ffffff; + line-height: 58px; + } + } + } + // 内容 + .el-table__body-wrapper { + .el-table__row { + background-color: transparent; + border: none; + td.el-table__cell { + border: none; + .cell { + font-family: Source Han Sans CN; + font-weight: 400; + font-size: 14px; + color: #ffffff; + } + } + } + .el-table__row--striped { + td.el-table__cell { + background: linear-gradient(0deg, #008599 0%, #08596d 100%); + border: none; + } + } + } + } + + .pagination-container { + background: none; + padding: 32px 16px; + + .el-pagination__total, + .el-pagination__goto, + .el-pagination__classifier { + color: white; + } + } + } } diff --git a/src/components/videoHK/index.vue b/src/components/videoHK/index.vue index 5f6bb5e..b3e728e 100644 --- a/src/components/videoHK/index.vue +++ b/src/components/videoHK/index.vue @@ -102,7 +102,7 @@ if (props.cameraIndexCode) { AllData.videoParams.cameraIndexCode = props.cameraIndexCode.trim(); AllData.videoParams.wndId = -1; - debugger; + // debugger; if (AllData.oWebControl) { previewVideo(); } else { diff --git a/src/views/DialogTabs/DialogConfig.js b/src/views/DialogTabs/DialogConfig.js index efaa151..74fc2b1 100644 --- a/src/views/DialogTabs/DialogConfig.js +++ b/src/views/DialogTabs/DialogConfig.js @@ -41,6 +41,11 @@ content: markRaw(res_components['RQ_FengXianJianCe']), name: 'RQ_FengXianJianCe', }, + { + title: '智慧外呼提醒', + content: markRaw(res_components['RQ_ZhiHuiWaiHu']), + name: 'RQ_ZhiHuiWaiHu', + }, ], }; diff --git a/src/views/DialogTabs/component/GongDanPaiFa.vue b/src/views/DialogTabs/component/GongDanPaiFa.vue index 966b76d..887785b 100644 --- a/src/views/DialogTabs/component/GongDanPaiFa.vue +++ b/src/views/DialogTabs/component/GongDanPaiFa.vue @@ -25,11 +25,7 @@ - 派发工单 @@ -70,6 +66,7 @@ width: 100%; height: 100%; text-align: center; + padding-top: 20px; :deep(.GongDanPaiForm) { width: 100%; diff --git a/src/views/DialogTabs/component/RQ_FengXianJianCe.vue b/src/views/DialogTabs/component/RQ_FengXianJianCe.vue index 119b894..d36a830 100644 --- a/src/views/DialogTabs/component/RQ_FengXianJianCe.vue +++ b/src/views/DialogTabs/component/RQ_FengXianJianCe.vue @@ -1,10 +1,167 @@ @@ -12,5 +169,117 @@ #RQ_FengXianJianCe { width: 100%; height: 100%; + + .SearchBox { + width: 100%; + height: 60px; + display: flex; + box-sizing: border-box; + border-bottom: 1px solid #1a7494; + height: 60px; + line-height: 60px; + + .SearchLabel { + font-family: Source Han Sans CN; + font-weight: 400; + font-size: 16px; + color: #ffffff; + padding: 0 10px; + margin-left: 40px; + height: 60px; + line-height: 60px; + + .SearchLabelValue { + font-family: Source Han Sans CN; + font-weight: 400; + font-size: 16px; + color: #1cf5fc; + margin: 0 10px; + } + } + :deep(.SearchSel) { + width: 180px; + + .el-input__wrapper { + background: #0e4559; + border: 1px solid #1cf5fc; + box-shadow: none; + + .el-input__inner { + color: #c1d3d4; + } + } + } + + .SearchRightBTN { + float: right; + font-family: Source Han Sans CN; + font-weight: 400; + font-size: 16px; + color: #1cf5fc; + } + } + + :deep(.TableBox) { + width: 100%; + height: calc(100% - 60px); + .el-table { + background-color: transparent; + --el-table-row-hover-bg-color: transparent; + // 表头 + .el-table__header-wrapper { + background-color: transparent !important; + .el-table__header { + tr { + background-color: transparent !important; + } + .el-table__cell { + background: linear-gradient(0deg, #00fbffa3 0%, #00fbff00 100%) !important; + background: none; + border-radius: 2px; + border: 1px solid #74dde1; + font-family: Source Han Sans CN; + font-weight: 400; + font-size: 14px; + color: #ffffff; + line-height: 58px; + } + } + } + // 内容 + .el-table__body-wrapper { + .el-table__row { + background-color: transparent; + border: none; + td.el-table__cell { + border: none; + .cell { + font-family: Source Han Sans CN; + font-weight: 400; + font-size: 14px; + color: #ffffff; + } + } + } + .el-table__row--striped { + td.el-table__cell { + background: linear-gradient(0deg, #008599 0%, #08596d 100%); + border: none; + } + } + } + } + + .pagination-container { + background: none; + padding: 32px 16px; + + .el-pagination__total, + .el-pagination__goto, + .el-pagination__classifier { + color: white; + } + } + } } diff --git a/src/views/DialogTabs/component/RQ_ZhiHuiWaiHu.vue b/src/views/DialogTabs/component/RQ_ZhiHuiWaiHu.vue new file mode 100644 index 0000000..a780511 --- /dev/null +++ b/src/views/DialogTabs/component/RQ_ZhiHuiWaiHu.vue @@ -0,0 +1,107 @@ + + + + + diff --git a/src/components/videoHK/index.vue b/src/components/videoHK/index.vue index 5f6bb5e..b3e728e 100644 --- a/src/components/videoHK/index.vue +++ b/src/components/videoHK/index.vue @@ -102,7 +102,7 @@ if (props.cameraIndexCode) { AllData.videoParams.cameraIndexCode = props.cameraIndexCode.trim(); AllData.videoParams.wndId = -1; - debugger; + // debugger; if (AllData.oWebControl) { previewVideo(); } else { diff --git a/src/views/DialogTabs/DialogConfig.js b/src/views/DialogTabs/DialogConfig.js index efaa151..74fc2b1 100644 --- a/src/views/DialogTabs/DialogConfig.js +++ b/src/views/DialogTabs/DialogConfig.js @@ -41,6 +41,11 @@ content: markRaw(res_components['RQ_FengXianJianCe']), name: 'RQ_FengXianJianCe', }, + { + title: '智慧外呼提醒', + content: markRaw(res_components['RQ_ZhiHuiWaiHu']), + name: 'RQ_ZhiHuiWaiHu', + }, ], }; diff --git a/src/views/DialogTabs/component/GongDanPaiFa.vue b/src/views/DialogTabs/component/GongDanPaiFa.vue index 966b76d..887785b 100644 --- a/src/views/DialogTabs/component/GongDanPaiFa.vue +++ b/src/views/DialogTabs/component/GongDanPaiFa.vue @@ -25,11 +25,7 @@ - 派发工单 @@ -70,6 +66,7 @@ width: 100%; height: 100%; text-align: center; + padding-top: 20px; :deep(.GongDanPaiForm) { width: 100%; diff --git a/src/views/DialogTabs/component/RQ_FengXianJianCe.vue b/src/views/DialogTabs/component/RQ_FengXianJianCe.vue index 119b894..d36a830 100644 --- a/src/views/DialogTabs/component/RQ_FengXianJianCe.vue +++ b/src/views/DialogTabs/component/RQ_FengXianJianCe.vue @@ -1,10 +1,167 @@ @@ -12,5 +169,117 @@ #RQ_FengXianJianCe { width: 100%; height: 100%; + + .SearchBox { + width: 100%; + height: 60px; + display: flex; + box-sizing: border-box; + border-bottom: 1px solid #1a7494; + height: 60px; + line-height: 60px; + + .SearchLabel { + font-family: Source Han Sans CN; + font-weight: 400; + font-size: 16px; + color: #ffffff; + padding: 0 10px; + margin-left: 40px; + height: 60px; + line-height: 60px; + + .SearchLabelValue { + font-family: Source Han Sans CN; + font-weight: 400; + font-size: 16px; + color: #1cf5fc; + margin: 0 10px; + } + } + :deep(.SearchSel) { + width: 180px; + + .el-input__wrapper { + background: #0e4559; + border: 1px solid #1cf5fc; + box-shadow: none; + + .el-input__inner { + color: #c1d3d4; + } + } + } + + .SearchRightBTN { + float: right; + font-family: Source Han Sans CN; + font-weight: 400; + font-size: 16px; + color: #1cf5fc; + } + } + + :deep(.TableBox) { + width: 100%; + height: calc(100% - 60px); + .el-table { + background-color: transparent; + --el-table-row-hover-bg-color: transparent; + // 表头 + .el-table__header-wrapper { + background-color: transparent !important; + .el-table__header { + tr { + background-color: transparent !important; + } + .el-table__cell { + background: linear-gradient(0deg, #00fbffa3 0%, #00fbff00 100%) !important; + background: none; + border-radius: 2px; + border: 1px solid #74dde1; + font-family: Source Han Sans CN; + font-weight: 400; + font-size: 14px; + color: #ffffff; + line-height: 58px; + } + } + } + // 内容 + .el-table__body-wrapper { + .el-table__row { + background-color: transparent; + border: none; + td.el-table__cell { + border: none; + .cell { + font-family: Source Han Sans CN; + font-weight: 400; + font-size: 14px; + color: #ffffff; + } + } + } + .el-table__row--striped { + td.el-table__cell { + background: linear-gradient(0deg, #008599 0%, #08596d 100%); + border: none; + } + } + } + } + + .pagination-container { + background: none; + padding: 32px 16px; + + .el-pagination__total, + .el-pagination__goto, + .el-pagination__classifier { + color: white; + } + } + } } diff --git a/src/views/DialogTabs/component/RQ_ZhiHuiWaiHu.vue b/src/views/DialogTabs/component/RQ_ZhiHuiWaiHu.vue new file mode 100644 index 0000000..a780511 --- /dev/null +++ b/src/views/DialogTabs/component/RQ_ZhiHuiWaiHu.vue @@ -0,0 +1,107 @@ + + + + + diff --git a/src/views/DialogTabs/dialogTabs.vue b/src/views/DialogTabs/dialogTabs.vue index d22fa52..454280b 100644 --- a/src/views/DialogTabs/dialogTabs.vue +++ b/src/views/DialogTabs/dialogTabs.vue @@ -118,6 +118,7 @@ .el-tabs__header { background: #02566b; + margin: 0; .el-tabs__item { color: #93a7ba; @@ -135,7 +136,7 @@ .el-tabs__content { width: 100%; - height: calc(100% - 55px); + height: calc(100% - 45px); .el-tab-pane { width: 100%; diff --git a/src/components/videoHK/index.vue b/src/components/videoHK/index.vue index 5f6bb5e..b3e728e 100644 --- a/src/components/videoHK/index.vue +++ b/src/components/videoHK/index.vue @@ -102,7 +102,7 @@ if (props.cameraIndexCode) { AllData.videoParams.cameraIndexCode = props.cameraIndexCode.trim(); AllData.videoParams.wndId = -1; - debugger; + // debugger; if (AllData.oWebControl) { previewVideo(); } else { diff --git a/src/views/DialogTabs/DialogConfig.js b/src/views/DialogTabs/DialogConfig.js index efaa151..74fc2b1 100644 --- a/src/views/DialogTabs/DialogConfig.js +++ b/src/views/DialogTabs/DialogConfig.js @@ -41,6 +41,11 @@ content: markRaw(res_components['RQ_FengXianJianCe']), name: 'RQ_FengXianJianCe', }, + { + title: '智慧外呼提醒', + content: markRaw(res_components['RQ_ZhiHuiWaiHu']), + name: 'RQ_ZhiHuiWaiHu', + }, ], }; diff --git a/src/views/DialogTabs/component/GongDanPaiFa.vue b/src/views/DialogTabs/component/GongDanPaiFa.vue index 966b76d..887785b 100644 --- a/src/views/DialogTabs/component/GongDanPaiFa.vue +++ b/src/views/DialogTabs/component/GongDanPaiFa.vue @@ -25,11 +25,7 @@ - 派发工单 @@ -70,6 +66,7 @@ width: 100%; height: 100%; text-align: center; + padding-top: 20px; :deep(.GongDanPaiForm) { width: 100%; diff --git a/src/views/DialogTabs/component/RQ_FengXianJianCe.vue b/src/views/DialogTabs/component/RQ_FengXianJianCe.vue index 119b894..d36a830 100644 --- a/src/views/DialogTabs/component/RQ_FengXianJianCe.vue +++ b/src/views/DialogTabs/component/RQ_FengXianJianCe.vue @@ -1,10 +1,167 @@ @@ -12,5 +169,117 @@ #RQ_FengXianJianCe { width: 100%; height: 100%; + + .SearchBox { + width: 100%; + height: 60px; + display: flex; + box-sizing: border-box; + border-bottom: 1px solid #1a7494; + height: 60px; + line-height: 60px; + + .SearchLabel { + font-family: Source Han Sans CN; + font-weight: 400; + font-size: 16px; + color: #ffffff; + padding: 0 10px; + margin-left: 40px; + height: 60px; + line-height: 60px; + + .SearchLabelValue { + font-family: Source Han Sans CN; + font-weight: 400; + font-size: 16px; + color: #1cf5fc; + margin: 0 10px; + } + } + :deep(.SearchSel) { + width: 180px; + + .el-input__wrapper { + background: #0e4559; + border: 1px solid #1cf5fc; + box-shadow: none; + + .el-input__inner { + color: #c1d3d4; + } + } + } + + .SearchRightBTN { + float: right; + font-family: Source Han Sans CN; + font-weight: 400; + font-size: 16px; + color: #1cf5fc; + } + } + + :deep(.TableBox) { + width: 100%; + height: calc(100% - 60px); + .el-table { + background-color: transparent; + --el-table-row-hover-bg-color: transparent; + // 表头 + .el-table__header-wrapper { + background-color: transparent !important; + .el-table__header { + tr { + background-color: transparent !important; + } + .el-table__cell { + background: linear-gradient(0deg, #00fbffa3 0%, #00fbff00 100%) !important; + background: none; + border-radius: 2px; + border: 1px solid #74dde1; + font-family: Source Han Sans CN; + font-weight: 400; + font-size: 14px; + color: #ffffff; + line-height: 58px; + } + } + } + // 内容 + .el-table__body-wrapper { + .el-table__row { + background-color: transparent; + border: none; + td.el-table__cell { + border: none; + .cell { + font-family: Source Han Sans CN; + font-weight: 400; + font-size: 14px; + color: #ffffff; + } + } + } + .el-table__row--striped { + td.el-table__cell { + background: linear-gradient(0deg, #008599 0%, #08596d 100%); + border: none; + } + } + } + } + + .pagination-container { + background: none; + padding: 32px 16px; + + .el-pagination__total, + .el-pagination__goto, + .el-pagination__classifier { + color: white; + } + } + } } diff --git a/src/views/DialogTabs/component/RQ_ZhiHuiWaiHu.vue b/src/views/DialogTabs/component/RQ_ZhiHuiWaiHu.vue new file mode 100644 index 0000000..a780511 --- /dev/null +++ b/src/views/DialogTabs/component/RQ_ZhiHuiWaiHu.vue @@ -0,0 +1,107 @@ + + + + + diff --git a/src/views/DialogTabs/dialogTabs.vue b/src/views/DialogTabs/dialogTabs.vue index d22fa52..454280b 100644 --- a/src/views/DialogTabs/dialogTabs.vue +++ b/src/views/DialogTabs/dialogTabs.vue @@ -118,6 +118,7 @@ .el-tabs__header { background: #02566b; + margin: 0; .el-tabs__item { color: #93a7ba; @@ -135,7 +136,7 @@ .el-tabs__content { width: 100%; - height: calc(100% - 55px); + height: calc(100% - 45px); .el-tab-pane { width: 100%; diff --git a/src/views/RongyunCommunication/ModalContact/index.vue b/src/views/RongyunCommunication/ModalContact/index.vue index def8832..ed07b44 100644 --- a/src/views/RongyunCommunication/ModalContact/index.vue +++ b/src/views/RongyunCommunication/ModalContact/index.vue @@ -15,10 +15,18 @@ -
+
- + @@ -40,7 +48,7 @@ {{ item.registerPlatform }} - {{ item.isOnlion == 1 ? '在线 ' : '离线 ' }} + {{ item.isOnlion == 1 ? "在线 " : "离线 " }} @@ -92,7 +100,9 @@
{{ item.groupName }}
- 全选 + 全选
@@ -106,9 +116,13 @@ > {{ row.name }} ( - + {{ p.registerPlatform }} - {{ p.isOnlion == 1 ? '在线 ' : '离线 ' }} + {{ p.isOnlion == 1 ? "在线 " : "离线 " }} ) @@ -128,20 +142,20 @@ @@ -12,5 +169,117 @@ #RQ_FengXianJianCe { width: 100%; height: 100%; + + .SearchBox { + width: 100%; + height: 60px; + display: flex; + box-sizing: border-box; + border-bottom: 1px solid #1a7494; + height: 60px; + line-height: 60px; + + .SearchLabel { + font-family: Source Han Sans CN; + font-weight: 400; + font-size: 16px; + color: #ffffff; + padding: 0 10px; + margin-left: 40px; + height: 60px; + line-height: 60px; + + .SearchLabelValue { + font-family: Source Han Sans CN; + font-weight: 400; + font-size: 16px; + color: #1cf5fc; + margin: 0 10px; + } + } + :deep(.SearchSel) { + width: 180px; + + .el-input__wrapper { + background: #0e4559; + border: 1px solid #1cf5fc; + box-shadow: none; + + .el-input__inner { + color: #c1d3d4; + } + } + } + + .SearchRightBTN { + float: right; + font-family: Source Han Sans CN; + font-weight: 400; + font-size: 16px; + color: #1cf5fc; + } + } + + :deep(.TableBox) { + width: 100%; + height: calc(100% - 60px); + .el-table { + background-color: transparent; + --el-table-row-hover-bg-color: transparent; + // 表头 + .el-table__header-wrapper { + background-color: transparent !important; + .el-table__header { + tr { + background-color: transparent !important; + } + .el-table__cell { + background: linear-gradient(0deg, #00fbffa3 0%, #00fbff00 100%) !important; + background: none; + border-radius: 2px; + border: 1px solid #74dde1; + font-family: Source Han Sans CN; + font-weight: 400; + font-size: 14px; + color: #ffffff; + line-height: 58px; + } + } + } + // 内容 + .el-table__body-wrapper { + .el-table__row { + background-color: transparent; + border: none; + td.el-table__cell { + border: none; + .cell { + font-family: Source Han Sans CN; + font-weight: 400; + font-size: 14px; + color: #ffffff; + } + } + } + .el-table__row--striped { + td.el-table__cell { + background: linear-gradient(0deg, #008599 0%, #08596d 100%); + border: none; + } + } + } + } + + .pagination-container { + background: none; + padding: 32px 16px; + + .el-pagination__total, + .el-pagination__goto, + .el-pagination__classifier { + color: white; + } + } + } } diff --git a/src/views/DialogTabs/component/RQ_ZhiHuiWaiHu.vue b/src/views/DialogTabs/component/RQ_ZhiHuiWaiHu.vue new file mode 100644 index 0000000..a780511 --- /dev/null +++ b/src/views/DialogTabs/component/RQ_ZhiHuiWaiHu.vue @@ -0,0 +1,107 @@ + + + + + diff --git a/src/views/DialogTabs/dialogTabs.vue b/src/views/DialogTabs/dialogTabs.vue index d22fa52..454280b 100644 --- a/src/views/DialogTabs/dialogTabs.vue +++ b/src/views/DialogTabs/dialogTabs.vue @@ -118,6 +118,7 @@ .el-tabs__header { background: #02566b; + margin: 0; .el-tabs__item { color: #93a7ba; @@ -135,7 +136,7 @@ .el-tabs__content { width: 100%; - height: calc(100% - 55px); + height: calc(100% - 45px); .el-tab-pane { width: 100%; diff --git a/src/views/RongyunCommunication/ModalContact/index.vue b/src/views/RongyunCommunication/ModalContact/index.vue index def8832..ed07b44 100644 --- a/src/views/RongyunCommunication/ModalContact/index.vue +++ b/src/views/RongyunCommunication/ModalContact/index.vue @@ -15,10 +15,18 @@
-
+
- + @@ -40,7 +48,7 @@ {{ item.registerPlatform }} - {{ item.isOnlion == 1 ? '在线 ' : '离线 ' }} + {{ item.isOnlion == 1 ? "在线 " : "离线 " }} @@ -92,7 +100,9 @@
{{ item.groupName }}
- 全选 + 全选
@@ -106,9 +116,13 @@ > {{ row.name }} ( - + {{ p.registerPlatform }} - {{ p.isOnlion == 1 ? '在线 ' : '离线 ' }} + {{ p.isOnlion == 1 ? "在线 " : "离线 " }} ) @@ -128,20 +142,20 @@ @@ -12,5 +169,117 @@ #RQ_FengXianJianCe { width: 100%; height: 100%; + + .SearchBox { + width: 100%; + height: 60px; + display: flex; + box-sizing: border-box; + border-bottom: 1px solid #1a7494; + height: 60px; + line-height: 60px; + + .SearchLabel { + font-family: Source Han Sans CN; + font-weight: 400; + font-size: 16px; + color: #ffffff; + padding: 0 10px; + margin-left: 40px; + height: 60px; + line-height: 60px; + + .SearchLabelValue { + font-family: Source Han Sans CN; + font-weight: 400; + font-size: 16px; + color: #1cf5fc; + margin: 0 10px; + } + } + :deep(.SearchSel) { + width: 180px; + + .el-input__wrapper { + background: #0e4559; + border: 1px solid #1cf5fc; + box-shadow: none; + + .el-input__inner { + color: #c1d3d4; + } + } + } + + .SearchRightBTN { + float: right; + font-family: Source Han Sans CN; + font-weight: 400; + font-size: 16px; + color: #1cf5fc; + } + } + + :deep(.TableBox) { + width: 100%; + height: calc(100% - 60px); + .el-table { + background-color: transparent; + --el-table-row-hover-bg-color: transparent; + // 表头 + .el-table__header-wrapper { + background-color: transparent !important; + .el-table__header { + tr { + background-color: transparent !important; + } + .el-table__cell { + background: linear-gradient(0deg, #00fbffa3 0%, #00fbff00 100%) !important; + background: none; + border-radius: 2px; + border: 1px solid #74dde1; + font-family: Source Han Sans CN; + font-weight: 400; + font-size: 14px; + color: #ffffff; + line-height: 58px; + } + } + } + // 内容 + .el-table__body-wrapper { + .el-table__row { + background-color: transparent; + border: none; + td.el-table__cell { + border: none; + .cell { + font-family: Source Han Sans CN; + font-weight: 400; + font-size: 14px; + color: #ffffff; + } + } + } + .el-table__row--striped { + td.el-table__cell { + background: linear-gradient(0deg, #008599 0%, #08596d 100%); + border: none; + } + } + } + } + + .pagination-container { + background: none; + padding: 32px 16px; + + .el-pagination__total, + .el-pagination__goto, + .el-pagination__classifier { + color: white; + } + } + } } diff --git a/src/views/DialogTabs/component/RQ_ZhiHuiWaiHu.vue b/src/views/DialogTabs/component/RQ_ZhiHuiWaiHu.vue new file mode 100644 index 0000000..a780511 --- /dev/null +++ b/src/views/DialogTabs/component/RQ_ZhiHuiWaiHu.vue @@ -0,0 +1,107 @@ + + + + + diff --git a/src/views/DialogTabs/dialogTabs.vue b/src/views/DialogTabs/dialogTabs.vue index d22fa52..454280b 100644 --- a/src/views/DialogTabs/dialogTabs.vue +++ b/src/views/DialogTabs/dialogTabs.vue @@ -118,6 +118,7 @@ .el-tabs__header { background: #02566b; + margin: 0; .el-tabs__item { color: #93a7ba; @@ -135,7 +136,7 @@ .el-tabs__content { width: 100%; - height: calc(100% - 55px); + height: calc(100% - 45px); .el-tab-pane { width: 100%; diff --git a/src/views/RongyunCommunication/ModalContact/index.vue b/src/views/RongyunCommunication/ModalContact/index.vue index def8832..ed07b44 100644 --- a/src/views/RongyunCommunication/ModalContact/index.vue +++ b/src/views/RongyunCommunication/ModalContact/index.vue @@ -15,10 +15,18 @@
-
+
- + @@ -40,7 +48,7 @@ {{ item.registerPlatform }} - {{ item.isOnlion == 1 ? '在线 ' : '离线 ' }} + {{ item.isOnlion == 1 ? "在线 " : "离线 " }} @@ -92,7 +100,9 @@
{{ item.groupName }}
- 全选 + 全选
@@ -106,9 +116,13 @@ > {{ row.name }} ( - + {{ p.registerPlatform }} - {{ p.isOnlion == 1 ? '在线 ' : '离线 ' }} + {{ p.isOnlion == 1 ? "在线 " : "离线 " }} ) @@ -128,20 +142,20 @@ diff --git a/src/views/DialogTabs/component/RQ_ZhiHuiWaiHu.vue b/src/views/DialogTabs/component/RQ_ZhiHuiWaiHu.vue new file mode 100644 index 0000000..a780511 --- /dev/null +++ b/src/views/DialogTabs/component/RQ_ZhiHuiWaiHu.vue @@ -0,0 +1,107 @@ + + + + + diff --git a/src/views/DialogTabs/dialogTabs.vue b/src/views/DialogTabs/dialogTabs.vue index d22fa52..454280b 100644 --- a/src/views/DialogTabs/dialogTabs.vue +++ b/src/views/DialogTabs/dialogTabs.vue @@ -118,6 +118,7 @@ .el-tabs__header { background: #02566b; + margin: 0; .el-tabs__item { color: #93a7ba; @@ -135,7 +136,7 @@ .el-tabs__content { width: 100%; - height: calc(100% - 55px); + height: calc(100% - 45px); .el-tab-pane { width: 100%; diff --git a/src/views/RongyunCommunication/ModalContact/index.vue b/src/views/RongyunCommunication/ModalContact/index.vue index def8832..ed07b44 100644 --- a/src/views/RongyunCommunication/ModalContact/index.vue +++ b/src/views/RongyunCommunication/ModalContact/index.vue @@ -15,10 +15,18 @@
-
+
- + @@ -40,7 +48,7 @@ {{ item.registerPlatform }} - {{ item.isOnlion == 1 ? '在线 ' : '离线 ' }} + {{ item.isOnlion == 1 ? "在线 " : "离线 " }} @@ -92,7 +100,9 @@
{{ item.groupName }}
- 全选 + 全选
@@ -106,9 +116,13 @@ > {{ row.name }} ( - + {{ p.registerPlatform }} - {{ p.isOnlion == 1 ? '在线 ' : '离线 ' }} + {{ p.isOnlion == 1 ? "在线 " : "离线 " }} ) @@ -128,20 +142,20 @@ diff --git a/src/views/DialogTabs/component/RQ_ZhiHuiWaiHu.vue b/src/views/DialogTabs/component/RQ_ZhiHuiWaiHu.vue new file mode 100644 index 0000000..a780511 --- /dev/null +++ b/src/views/DialogTabs/component/RQ_ZhiHuiWaiHu.vue @@ -0,0 +1,107 @@ + + + + + diff --git a/src/views/DialogTabs/dialogTabs.vue b/src/views/DialogTabs/dialogTabs.vue index d22fa52..454280b 100644 --- a/src/views/DialogTabs/dialogTabs.vue +++ b/src/views/DialogTabs/dialogTabs.vue @@ -118,6 +118,7 @@ .el-tabs__header { background: #02566b; + margin: 0; .el-tabs__item { color: #93a7ba; @@ -135,7 +136,7 @@ .el-tabs__content { width: 100%; - height: calc(100% - 55px); + height: calc(100% - 45px); .el-tab-pane { width: 100%; diff --git a/src/views/RongyunCommunication/ModalContact/index.vue b/src/views/RongyunCommunication/ModalContact/index.vue index def8832..ed07b44 100644 --- a/src/views/RongyunCommunication/ModalContact/index.vue +++ b/src/views/RongyunCommunication/ModalContact/index.vue @@ -15,10 +15,18 @@
-
+
- + @@ -40,7 +48,7 @@ {{ item.registerPlatform }} - {{ item.isOnlion == 1 ? '在线 ' : '离线 ' }} + {{ item.isOnlion == 1 ? "在线 " : "离线 " }} @@ -92,7 +100,9 @@
{{ item.groupName }}
- 全选 + 全选
@@ -106,9 +116,13 @@ > {{ row.name }} ( - + {{ p.registerPlatform }} - {{ p.isOnlion == 1 ? '在线 ' : '离线 ' }} + {{ p.isOnlion == 1 ? "在线 " : "离线 " }} ) @@ -128,20 +142,20 @@ diff --git a/src/views/DialogTabs/component/RQ_ZhiHuiWaiHu.vue b/src/views/DialogTabs/component/RQ_ZhiHuiWaiHu.vue new file mode 100644 index 0000000..a780511 --- /dev/null +++ b/src/views/DialogTabs/component/RQ_ZhiHuiWaiHu.vue @@ -0,0 +1,107 @@ + + + + + diff --git a/src/views/DialogTabs/dialogTabs.vue b/src/views/DialogTabs/dialogTabs.vue index d22fa52..454280b 100644 --- a/src/views/DialogTabs/dialogTabs.vue +++ b/src/views/DialogTabs/dialogTabs.vue @@ -118,6 +118,7 @@ .el-tabs__header { background: #02566b; + margin: 0; .el-tabs__item { color: #93a7ba; @@ -135,7 +136,7 @@ .el-tabs__content { width: 100%; - height: calc(100% - 55px); + height: calc(100% - 45px); .el-tab-pane { width: 100%; diff --git a/src/views/RongyunCommunication/ModalContact/index.vue b/src/views/RongyunCommunication/ModalContact/index.vue index def8832..ed07b44 100644 --- a/src/views/RongyunCommunication/ModalContact/index.vue +++ b/src/views/RongyunCommunication/ModalContact/index.vue @@ -15,10 +15,18 @@
-
+
- + @@ -40,7 +48,7 @@ {{ item.registerPlatform }} - {{ item.isOnlion == 1 ? '在线 ' : '离线 ' }} + {{ item.isOnlion == 1 ? "在线 " : "离线 " }} @@ -92,7 +100,9 @@
{{ item.groupName }}
- 全选 + 全选
@@ -106,9 +116,13 @@ > {{ row.name }} ( - + {{ p.registerPlatform }} - {{ p.isOnlion == 1 ? '在线 ' : '离线 ' }} + {{ p.isOnlion == 1 ? "在线 " : "离线 " }} ) @@ -128,20 +142,20 @@ diff --git a/src/views/DialogTabs/component/RQ_ZhiHuiWaiHu.vue b/src/views/DialogTabs/component/RQ_ZhiHuiWaiHu.vue new file mode 100644 index 0000000..a780511 --- /dev/null +++ b/src/views/DialogTabs/component/RQ_ZhiHuiWaiHu.vue @@ -0,0 +1,107 @@ + + + + + diff --git a/src/views/DialogTabs/dialogTabs.vue b/src/views/DialogTabs/dialogTabs.vue index d22fa52..454280b 100644 --- a/src/views/DialogTabs/dialogTabs.vue +++ b/src/views/DialogTabs/dialogTabs.vue @@ -118,6 +118,7 @@ .el-tabs__header { background: #02566b; + margin: 0; .el-tabs__item { color: #93a7ba; @@ -135,7 +136,7 @@ .el-tabs__content { width: 100%; - height: calc(100% - 55px); + height: calc(100% - 45px); .el-tab-pane { width: 100%; diff --git a/src/views/RongyunCommunication/ModalContact/index.vue b/src/views/RongyunCommunication/ModalContact/index.vue index def8832..ed07b44 100644 --- a/src/views/RongyunCommunication/ModalContact/index.vue +++ b/src/views/RongyunCommunication/ModalContact/index.vue @@ -15,10 +15,18 @@
-
+
- + @@ -40,7 +48,7 @@ {{ item.registerPlatform }} - {{ item.isOnlion == 1 ? '在线 ' : '离线 ' }} + {{ item.isOnlion == 1 ? "在线 " : "离线 " }} @@ -92,7 +100,9 @@
{{ item.groupName }}
- 全选 + 全选
@@ -106,9 +116,13 @@ > {{ row.name }} ( - + {{ p.registerPlatform }} - {{ p.isOnlion == 1 ? '在线 ' : '离线 ' }} + {{ p.isOnlion == 1 ? "在线 " : "离线 " }} ) @@ -128,20 +142,20 @@ diff --git a/src/views/DialogTabs/component/RQ_ZhiHuiWaiHu.vue b/src/views/DialogTabs/component/RQ_ZhiHuiWaiHu.vue new file mode 100644 index 0000000..a780511 --- /dev/null +++ b/src/views/DialogTabs/component/RQ_ZhiHuiWaiHu.vue @@ -0,0 +1,107 @@ + + + + + diff --git a/src/views/DialogTabs/dialogTabs.vue b/src/views/DialogTabs/dialogTabs.vue index d22fa52..454280b 100644 --- a/src/views/DialogTabs/dialogTabs.vue +++ b/src/views/DialogTabs/dialogTabs.vue @@ -118,6 +118,7 @@ .el-tabs__header { background: #02566b; + margin: 0; .el-tabs__item { color: #93a7ba; @@ -135,7 +136,7 @@ .el-tabs__content { width: 100%; - height: calc(100% - 55px); + height: calc(100% - 45px); .el-tab-pane { width: 100%; diff --git a/src/views/RongyunCommunication/ModalContact/index.vue b/src/views/RongyunCommunication/ModalContact/index.vue index def8832..ed07b44 100644 --- a/src/views/RongyunCommunication/ModalContact/index.vue +++ b/src/views/RongyunCommunication/ModalContact/index.vue @@ -15,10 +15,18 @@
-
+
- + @@ -40,7 +48,7 @@ {{ item.registerPlatform }} - {{ item.isOnlion == 1 ? '在线 ' : '离线 ' }} + {{ item.isOnlion == 1 ? "在线 " : "离线 " }} @@ -92,7 +100,9 @@
{{ item.groupName }}
- 全选 + 全选
@@ -106,9 +116,13 @@ > {{ row.name }} ( - + {{ p.registerPlatform }} - {{ p.isOnlion == 1 ? '在线 ' : '离线 ' }} + {{ p.isOnlion == 1 ? "在线 " : "离线 " }} ) @@ -128,20 +142,20 @@