cnhis-design-vue 2.0.13 → 2.0.16
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/CHANGELOG.md +21 -7
- package/es/age/index.js +2 -2
- package/es/big-table/index.js +23 -23
- package/es/button/index.js +2 -2
- package/es/captcha/index.js +3 -3
- package/es/checkbox/index.js +1 -1
- package/es/color-picker/index.js +1 -1
- package/es/drag-layout/index.js +3 -3
- package/es/editor/index.js +1 -1
- package/es/fabric-chart/index.js +9 -9
- package/es/form-table/index.js +17 -17
- package/es/index/index.js +307 -300
- package/es/index/style.css +1 -1
- package/es/input/index.js +1 -1
- package/es/map/index.js +1 -1
- package/es/multi-chat/index.js +55 -57
- package/es/multi-chat/style.css +1 -1
- package/es/multi-chat-client/index.js +45 -50
- package/es/multi-chat-client/style.css +1 -1
- package/es/multi-chat-history/index.js +4 -4
- package/es/multi-chat-record/index.js +4 -4
- package/es/multi-chat-setting/index.js +139 -130
- package/es/multi-chat-setting/style.css +1 -1
- package/es/multi-chat-sip/index.js +1 -1
- package/es/radio/index.js +1 -1
- package/es/scale-view/index.js +24 -24
- package/es/select/index.js +3 -3
- package/es/select-label/index.js +3 -3
- package/es/select-person/index.js +2 -2
- package/es/table-filter/index.js +21 -21
- package/es/tag/index.js +1 -1
- package/es/verification-code/index.js +2 -2
- package/package.json +1 -1
- package/packages/multi-chat/chat/chatFooter.vue +7 -8
- package/packages/multi-chat/chat/scrollList.vue +2 -1
- package/packages/multi-chat/setting/baseInfo/index.vue +38 -31
|
@@ -291,7 +291,7 @@ module.exports = require("core-js/modules/es.array.find.js");
|
|
|
291
291
|
|
|
292
292
|
"use strict";
|
|
293
293
|
|
|
294
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
294
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"7b0a7b8f-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/components/msg-describe.vue?vue&type=template&id=4b76a796&scoped=true&
|
|
295
295
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"msg-describe"},[_c('div',{staticClass:"msg-describe__header"},[_vm._v(_vm._s(_vm.content.title || ''))]),_c('div',{staticClass:"msg-describe__content"},[_c('div',{ref:"wrapper",class:_vm.isOpen ? '' : 'wrapper'},_vm._l((_vm.contentParams),function(item,i){return _c('div',{key:i,staticClass:"desc-item"},[_c('div',{staticClass:"desc-title"},[_vm._v(" "+_vm._s(item.p_name)+" ")]),_c('div',{staticClass:"desc-txt"},[_vm._v(" "+_vm._s(item.p_value)+" ")])])}),0),(_vm.foldVisible)?_c('div',{staticClass:"fold-btn",on:{"click":_vm.toggleOpen}},[_vm._v(" "+_vm._s(_vm.isOpen ? _vm.i18nText('1.4.9.33') : _vm.i18nText('1.10.233') + _vm.i18nText('1.10.149'))+" "),_c('a-icon',{attrs:{"type":_vm.isOpen ? 'up' : 'down'}})],1):_vm._e()])])}
|
|
296
296
|
var staticRenderFns = []
|
|
297
297
|
|
|
@@ -684,13 +684,6 @@ module.exports = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABz
|
|
|
684
684
|
|
|
685
685
|
/***/ }),
|
|
686
686
|
|
|
687
|
-
/***/ "1f02":
|
|
688
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
689
|
-
|
|
690
|
-
// extracted by mini-css-extract-plugin
|
|
691
|
-
|
|
692
|
-
/***/ }),
|
|
693
|
-
|
|
694
687
|
/***/ "1f1a":
|
|
695
688
|
/***/ (function(module, exports) {
|
|
696
689
|
|
|
@@ -932,7 +925,7 @@ module.exports = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABz
|
|
|
932
925
|
|
|
933
926
|
"use strict";
|
|
934
927
|
|
|
935
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
928
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"7b0a7b8f-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/chat/audio.vue?vue&type=template&id=d99c71a2&scoped=true&
|
|
936
929
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"single-audio",style:({ width: _vm.size === 'big' ? '414px' : '207px' }),on:{"mousedown":_vm.handleMove}},[_c('div',{staticClass:"header",style:({
|
|
937
930
|
height: _vm.size === 'big' ? '40px' : '30px',
|
|
938
931
|
lineHeight: _vm.size === 'big' ? '40px' : '30px',
|
|
@@ -2190,7 +2183,7 @@ function _slicedToArray(arr, i) {
|
|
|
2190
2183
|
|
|
2191
2184
|
"use strict";
|
|
2192
2185
|
|
|
2193
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
2186
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"7b0a7b8f-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/components/msg-prescription.vue?vue&type=template&id=a9aa04b2&scoped=true&
|
|
2194
2187
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{class:['msg-prescription', _vm.theme],on:{"click":_vm.handleTemplateDetail}},[_c('div',{staticClass:"prescription_header"},[_c('span',{staticClass:"prescription_header-title"},[_vm._v(_vm._s(_vm.content.title))]),(_vm.topRightButton)?_c('span',{staticClass:"prescription_header-btn",on:{"click":function($event){$event.stopPropagation();return _vm.handleTemplateButton($event, _vm.topRightButton)}}},[_vm._v(" "+_vm._s(_vm.topRightButton.title)+" ")]):(_vm.showArrow)?_c('a-icon',{attrs:{"type":"right","color":"#969696"}}):_vm._e()],1),_c('div',{staticClass:"prescription_wrapper"},[(_vm.content.icon)?_c('svg-icon',{staticClass:"prescription_logo",attrs:{"icon-class":_vm.content.icon}}):(_vm.content.image)?_c('img',{staticClass:"prescription_logo",attrs:{"src":_vm.content.image}}):_vm._e(),_c('bodyComp',{staticClass:"prescription_body",attrs:{"body":_vm.body}})],1),(_vm.toolbarButton.length)?_c('div',{staticClass:"prescription_btn-group"},_vm._l((_vm.toolbarButton),function(btn,index){return _c('a-button',{key:index,attrs:{"type":"primary","shape":"round","ghost":""},on:{"click":function($event){$event.stopPropagation();return _vm.handleTemplateButton($event, btn)}}},[_vm._v(" "+_vm._s(btn.title)+" ")])}),1):_vm._e(),(_vm.bottomButton)?_c('div',{staticClass:"prescription_footer"},[_c('span',{staticClass:"prescription_footer-btn",on:{"click":function($event){$event.stopPropagation();return _vm.handleTemplateButton($event, _vm.bottomButton)}}},[_vm._v(" "+_vm._s(_vm.bottomButton.title)+" ")])]):_vm._e()])}
|
|
2195
2188
|
var staticRenderFns = []
|
|
2196
2189
|
|
|
@@ -2442,7 +2435,7 @@ module.exports = function (it) {
|
|
|
2442
2435
|
|
|
2443
2436
|
"use strict";
|
|
2444
2437
|
|
|
2445
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
2438
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"7b0a7b8f-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/chat/chatMain.vue?vue&type=template&id=bfc2e530&scoped=true&
|
|
2446
2439
|
var render = function () {
|
|
2447
2440
|
var this$1 = this;
|
|
2448
2441
|
var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"message-wrapper"},[(_vm.isServer && _vm.enable)?_c('chat-header',{attrs:{"hideHeader":_vm.hideHeader},on:{"openPortraitPanel":_vm.handleOpenPortraitPanel}}):_vm._e(),_c('a-layout-content',[_vm._t("default"),(_vm.showBroadcast)?_c('div',{staticClass:"broadcast-wrap"},[(_vm.broadcastCarousel)?_c('div',{staticClass:"carousel-item",class:{ 'has-link': _vm.assemblySetting.broadcast.PC.list[0].url },on:{"click":function($event){return _vm.goToBroadcastLink(_vm.assemblySetting.broadcast.PC.list[0])}}},[_c('a-icon',{attrs:{"type":"sound"}}),_c('span',{staticClass:"ellips"},[_vm._v(" "+_vm._s(_vm.assemblySetting.broadcast.PC.list[0].content)+" ")])],1):[_c('a-carousel',{attrs:{"dotPosition":"right","autoplay":"","dots":false}},_vm._l((_vm.assemblySetting.broadcast.PC.list),function(item,i){return _c('div',{key:i,staticClass:"carousel-item",class:{ 'has-link': item.url },on:{"click":function($event){return _vm.goToBroadcastLink(item)}}},[_c('a-icon',{attrs:{"type":"sound"}}),_c('span',{staticClass:"ellips"},[_vm._v(_vm._s(item.content))])],1)}),0)]],2):_vm._e(),(_vm.sessionHistoryList.length > 1 && !(!_vm.onChating && _vm.currentTab === 'end') && !_vm.sessionEnd)?_c('div',{staticStyle:{"position":"absolute","top":"0","left":"20px","z-index":"1"}},[_c('a-radio-group',{attrs:{"value":_vm.selectedSession,"buttonStyle":"solid"},on:{"change":_vm.handleSessionIdChange}},_vm._l((_vm.sessionHistoryList),function(item){return _c('a-radio-button',{key:item.id + item.fromId,attrs:{"value":item.id + '-' + item.fromId}},[_vm._v(_vm._s(item.fromName))])}),1)],1):_vm._e(),_c('div',{directives:[{name:"infinite-scroll",rawName:"v-infinite-scroll",value:(_vm.handleInfiniteOnLoad),expression:"handleInfiniteOnLoad"}],ref:"message-wrapper",staticClass:"online-message",on:{"scroll":_vm.scrollEvent}},[_vm._l((_vm.msgList),function(item,index){return [(item)?_c('div',{key:index},[(_vm.isNeedShowTime(item, index))?_c('p',{staticClass:"message-time"},[_vm._v(" "+_vm._s(_vm.formatDate(item.createdTime))+" ")]):_vm._e(),(item.recallFlag)?_c('div',{staticStyle:{"margin":"10px 0"}},[(_vm.handleRecallFlag(item))?[_vm._v(" "+_vm._s(_vm.getRecallText(item, _vm.isServer))+" "),([0, 4].includes(item.content && item.content.type) && _vm.onChating && _vm.isServer)?_c('a',{staticStyle:{"text-decoration":"underline"},on:{"click":function($event){return _vm.reEditMessage(item)}}},[_vm._v(","+_vm._s(_vm.i18nText('1.9.368')))]):_vm._e()]:[_vm._v(" "+_vm._s(_vm.getRecallText(item) || ((item.fromName) + " " + (_vm.i18nText('1.9.365'))))+" ")]],2):(_vm.isSystemMsg(item))?_c('div',{staticClass:"system-msg"},[_c('a-icon',{staticClass:"system-icon",attrs:{"theme":"filled","type":"exclamation-circle"}}),_c('div',[_c('span',{domProps:{"innerHTML":_vm._s(_vm.getSystemMsgContent(item))}}),_vm._l((_vm.getTemplateButton(item)),function(btn,index){return _c('span',{key:index,staticClass:"system-btn",on:{"click":function($event){return _vm.handleTemplateButton(btn)}}},[_vm._v(_vm._s(btn.title))])})],2)],1):(!item.recallFlag)?_c('div',{staticClass:"message-item",class:[_vm.getMessageItemClass(item), { 'read-status': _vm.enableReadRecord && item.readStatus }],attrs:{"data-rid":item.readStatus === 'N' ? item.id : ''}},[(!_vm.isServer && item.fromPortrait)?_c('img',{staticClass:"msg-avatar",attrs:{"src":item.fromPortrait}}):(!_vm.isServer && item.fromName)?_c('div',{staticClass:"first-name"},[_vm._v(" "+_vm._s(item.fromName && item.fromName.slice(0, 2))+" ")]):(!_vm.isServer)?_c('img',{staticClass:"msg-avatar",attrs:{"src":_vm.getAvatar(item),"width":"40","height":"40"}}):[(item.fromId === 'SYSTEM')?_c('img',{staticClass:"msg-avatar",attrs:{"src":_vm.customerStaffIcon,"width":"40","height":"40"}}):(item.content && item.content.source === 1)?_c('img',{staticClass:"msg-avatar",attrs:{"src":__webpack_require__("6753"),"width":"40","height":"40"}}):(item.portrait)?_c('img',{staticClass:"msg-avatar",attrs:{"src":item.portrait}}):_c('div',{staticClass:"first-name"},[_vm._v(" "+_vm._s(item.fromName && item.fromName.slice(0, 2))+" ")])],_c('div',{staticStyle:{"display":"flex"},on:{"contextmenu":function($event){return _vm.handleContextmenu($event, item)}}},[(item.sending)?_c('a-spin',[_c('a-icon',{staticStyle:{"font-size":"24px"},attrs:{"slot":"indicator","type":"loading","spin":""},slot:"indicator"})],1):_vm._e(),_c('a-popconfirm',{attrs:{"okText":_vm.i18nText('1.1.1.1.3'),"cancelText":_vm.i18nText('2.7.1.14')},on:{"confirm":function($event){return _vm.handleSendFail(item)}}},[_c('a-icon',{attrs:{"slot":"icon","type":"exclamation-circle"},slot:"icon"}),_c('div',{attrs:{"slot":"title"},slot:"title"},[_c('span',[_vm._v("确认重新发送该消息?")])]),(item.fail)?_c('a-icon',{staticStyle:{"font-size":"16px","display":"flex","align-items":"center","color":"red"},attrs:{"theme":"filled","type":"exclamation-circle"}}):_vm._e()],1),(item.content.type === 0)?_c('div',{staticClass:"content-wrap"},[_c('span',{staticClass:"right-time"},[_vm._v(" "+_vm._s(_vm.formatDate(item.createdTime || item.sendTime, true))+" ")]),_c('div',{class:{
|
|
@@ -2537,7 +2530,7 @@ module.exports = {};
|
|
|
2537
2530
|
|
|
2538
2531
|
"use strict";
|
|
2539
2532
|
|
|
2540
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
2533
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"7b0a7b8f-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/chat/chatHeader.vue?vue&type=template&id=4be1a9a6&scoped=true&
|
|
2541
2534
|
var render = function () {
|
|
2542
2535
|
var this$1 = this;
|
|
2543
2536
|
var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('a-layout-header',[(!_vm.hideHeader)?_c('div',{staticClass:"chat-header-wrapper"},[_c('div',{staticClass:"chat-header-title",on:{"click":function($event){return _vm.$emit('openPortraitPanel', { fromId: _vm.clientId })}}},[(_vm.clientParams.name)?_c('Avatar',{attrs:{"src":_vm.curScrollItem && _vm.curScrollItem.portrait,"size":30,"name":_vm.clientParams.name,"len":2}}):_vm._e(),_c('span',{staticClass:"chat-header-username"},[_vm._v(_vm._s(_vm.clientParams.name))]),(_vm.curScrollItem)?[(_vm.curScrollItem.sendName)?_c('a-tooltip',{attrs:{"placement":"topLeft"}},[_c('template',{slot:"title"},[_vm._v(_vm._s(_vm.curScrollItem.sendName + '转接给了你'))]),_c('span',{staticClass:"zhuanjie"},[_c('svg-icon',{staticStyle:{"font-size":"16px"},attrs:{"icon-class":"liaotian-zhuanchu"}}),_vm._v(" "+_vm._s(_vm.curScrollItem.sendName)+" ")],1)],2):_vm._e(),(_vm.curScrollItem.receiveName)?_c('a-tooltip',{attrs:{"placement":"topLeft"}},[_c('template',{slot:"title"},[_vm._v(_vm._s('你转接给了' + _vm.curScrollItem.receiveName))]),_c('span',{staticClass:"zhuanchu"},[_c('svg-icon',{staticStyle:{"font-size":"16px"},attrs:{"icon-class":"liaotian-zhuanru"}}),_vm._v(" "+_vm._s(_vm.curScrollItem.receiveName)+" ")],1)],2):_vm._e()]:_vm._e()],2),_c('div',{staticClass:"chat-header-opt"},[(_vm.isShow('TRANSFER') && _vm.sessionType == 1 && _vm.onChating)?_c('a-button',{staticClass:"chat-header-opt-btn",attrs:{"disabled":!_vm.onChating && !!_vm.convertButtonTitle},on:{"click":_vm.handleConvertShow}},[_vm._v(_vm._s(_vm.convertButtonTitle))]):_vm._e(),_c('UserStatus',{staticClass:"chat-header-opt-btn"}),(_vm.isSessionOwner && !_vm.isStaff)?_c('a-button',{staticClass:"chat-header-opt-btn",attrs:{"disabled":!_vm.onChating},on:{"click":_vm.handleConfirm}},[_vm._v(_vm._s(_vm.endSessionTitle))]):_vm._e()],1)]):_vm._e(),(_vm.sessionTimer)?_c('a-alert',{staticClass:"session-time",attrs:{"type":"success"},scopedSlots:_vm._u([{key:"message",fn:function(){return [_vm._v(" "+_vm._s(_vm.i18nText('1.9.324'))+": "+_vm._s(_vm.formatedSessionTime)+" ")]},proxy:true}],null,false,3826010762)}):_vm._e(),_c('a-modal',{attrs:{"title":_vm.convertButtonTitle,"visible":_vm.convertShow,"maskClosable":false,"mask":true,"width":400,"destroyOnClose":"","okText":_vm.i18nText('1.9.326')},on:{"cancel":function () {
|
|
@@ -4028,7 +4021,7 @@ var store = __webpack_require__("c6cd");
|
|
|
4028
4021
|
|
|
4029
4022
|
"use strict";
|
|
4030
4023
|
|
|
4031
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
4024
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"7b0a7b8f-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/chat/video.vue?vue&type=template&id=5e1d7bf5&scoped=true&
|
|
4032
4025
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{ref:"video",staticClass:"video-popover"},[_c('div',{staticClass:"video-header"},[_c('span',{staticClass:"video-title"},[_c('span',[_vm._v("视频通话")]),(_vm.sipName)?_c('a-tooltip',{attrs:{"placement":"bottom","overlayStyle":{ maxWidth: 'auto', fontSize: '12px' }}},[_c('span',{attrs:{"slot":"title"},slot:"title"},[_vm._v(" 当前设备"+_vm._s(_vm.sipName)),_c('br'),_vm._v(" 若要更换音视频设备,请点击设置进行更改 ")]),_c('svg-icon',{attrs:{"icon-class":"xitongtubiaodaohangtubiaowenti"}})],1):_vm._e()],1),_c('a-icon',{staticClass:"icon-item",attrs:{"type":_vm.size === 'big' ? 'shrink' : 'arrows-alt'},on:{"click":_vm.handleSize}}),_c('a-popconfirm',{attrs:{"okText":_vm.i18nText('1.1.1.1.3'),"cancelText":_vm.i18nText('2.7.1.14')},on:{"confirm":_vm.handleClose}},[_c('a-icon',{staticStyle:{"color":"red"},attrs:{"slot":"icon","type":"question-circle-o"},slot:"icon"}),_c('div',{attrs:{"slot":"title"},slot:"title"},[_c('span',[_vm._v(_vm._s(_vm.i18nText('1.9.384')))]),_c('br'),_c('span',[_vm._v(_vm._s(_vm.i18nText('1.9.385'))+"?")])]),_c('a-icon',{staticClass:"icon-item",attrs:{"type":"close"}})],1)],1),_c('div',{style:(_vm.remoteVideoWrapStyle),attrs:{"id":"remote-video-wrap"}},[_c('div',{staticClass:"video-placeholder",style:(_vm.localStreamStyle),attrs:{"id":"local_stream"}})]),_c('div',{staticClass:"panel-wrapper",style:(_vm.panelWrapperStyle)},[_c('ul',{staticClass:"operation-panel"},[_c('li',{staticClass:"panel-item",on:{"click":_vm.handleAudio}},[_c('img',{attrs:{"src":__webpack_require__("46bb")("./" + (_vm.muteAudio ? 'muted-audio' : 'audio') + ".png"),"width":_vm.size === 'big' ? 40 : 24}}),_c('span',{style:({ fontSize: _vm.size === 'big' ? '14px' : '12px' })},[_vm._v("静音")])]),_c('li',{staticClass:"panel-item",on:{"click":_vm.handleReject}},[_c('img',{attrs:{"src":__webpack_require__("73ff"),"width":_vm.size === 'big' ? 40 : 24}}),_c('span',{style:({ fontSize: _vm.size === 'big' ? '14px' : '12px' })},[_vm._v("挂断")])]),_c('li',{staticClass:"panel-item",on:{"click":_vm.handleVideo}},[_c('img',{attrs:{"src":__webpack_require__("46bb")("./" + (_vm.muteVideo ? 'muted-video' : 'normal-video') + ".png"),"width":_vm.size === 'big' ? 40 : 24}}),_c('span',{style:({ fontSize: _vm.size === 'big' ? '14px' : '12px' })},[_vm._v("视频")])]),_c('li',{staticClass:"panel-item",on:{"click":_vm.handleScreenToggle}},[_c('img',{attrs:{"src":__webpack_require__("46bb")("./" + (_vm.screen ? 'normal-screen' : 'muted-screen') + ".png"),"width":_vm.size === 'big' ? 40 : 24}}),_c('span',{style:({ fontSize: _vm.size === 'big' ? '14px' : '12px' })},[_vm._v("屏幕共享")])])])])])}
|
|
4033
4026
|
var staticRenderFns = []
|
|
4034
4027
|
|
|
@@ -5525,7 +5518,7 @@ module.exports = !$assign || fails(function () {
|
|
|
5525
5518
|
|
|
5526
5519
|
"use strict";
|
|
5527
5520
|
|
|
5528
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
5521
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"7b0a7b8f-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/chat/chatFooter.vue?vue&type=template&id=54252e2e&scoped=true&
|
|
5529
5522
|
var render = function () {
|
|
5530
5523
|
var this$1 = this;
|
|
5531
5524
|
var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('a-layout-footer',{directives:[{name:"show",rawName:"v-show",value:(!_vm.queueItem || !_vm.hideQueueBtns),expression:"!queueItem || !hideQueueBtns"}],staticStyle:{"position":"relative","cursor":"pointer"}},[_c('div',{staticClass:"message-operate"},[(_vm.isShow('PICTURE'))?_c('a-upload',{directives:[{name:"decorator",rawName:"v-decorator",value:([
|
|
@@ -5541,7 +5534,7 @@ var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('a-layo
|
|
|
5541
5534
|
var staticRenderFns = []
|
|
5542
5535
|
|
|
5543
5536
|
|
|
5544
|
-
// CONCATENATED MODULE: ./packages/multi-chat/chat/chatFooter.vue?vue&type=template&id=
|
|
5537
|
+
// CONCATENATED MODULE: ./packages/multi-chat/chat/chatFooter.vue?vue&type=template&id=54252e2e&scoped=true&
|
|
5545
5538
|
|
|
5546
5539
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/slicedToArray.js + 1 modules
|
|
5547
5540
|
var slicedToArray = __webpack_require__("3835");
|
|
@@ -5991,7 +5984,7 @@ function getPanelSetting(params, setting, clientParams) {
|
|
|
5991
5984
|
// EXTERNAL MODULE: ./packages/multi-chat/store/helper.js
|
|
5992
5985
|
var helper = __webpack_require__("e3c5");
|
|
5993
5986
|
|
|
5994
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
5987
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"7b0a7b8f-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/chat/quickReply.vue?vue&type=template&id=428cfe0f&
|
|
5995
5988
|
var quickReplyvue_type_template_id_428cfe0f_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"quick-reply"},[_c('div',{staticClass:"quick-search"},[_c('a-input',{attrs:{"allowClear":""},on:{"change":_vm.handleSearch},model:{value:(_vm.value),callback:function ($$v) {_vm.value=$$v},expression:"value"}})],1),_c('a-tabs',{model:{value:(_vm.quickReplyKey),callback:function ($$v) {_vm.quickReplyKey=$$v},expression:"quickReplyKey"}},_vm._l((_vm.validQuick),function(data){return _c('a-tab-pane',{key:data.category},[_c('template',{slot:"tab"},[_vm._v(_vm._s(data.category))]),(data.list.length > 0)?_c('ul',{ref:"quick-reply",refInFor:true,staticClass:"quick-reply-wrapper"},[_vm._l((data.list),function(item,index){return [(item.content !== undefined)?_c('li',{key:index,staticClass:"quick-reply-item",class:{ 'quick-input': item.edit }},[(!item.edit)?_c('div',{staticClass:"text",on:{"click":function($event){return _vm.setFooterMessage(item.content)}}},[_vm._v(" "+_vm._s(item.content)+" "),_c('span',{staticClass:"operate"},[_c('svg-icon',{staticStyle:{"font-size":"16px"},attrs:{"icon-class":"fasong"},on:{"click":function($event){$event.stopPropagation();return _vm.handleQuickEdit(item, 'send')}}}),(_vm.quickReplyKey === "个人")?_c('a-icon',{attrs:{"type":"edit"},on:{"click":function($event){$event.stopPropagation();return _vm.handleQuickEdit(item, 'show')}}}):_vm._e(),(_vm.quickReplyKey === "个人")?_c('a-icon',{attrs:{"type":"delete"},on:{"click":function($event){$event.stopPropagation();return _vm.handleQuickDelete(item)}}}):_vm._e()],1)]):_c('div',{staticClass:"input"},[_c('a-textarea',{attrs:{"placeholder":_vm.i18nText('1.9.40') + '...',"autosize":"","maxLength":200},on:{"change":_vm.handleChange},model:{value:(item.editValue),callback:function ($$v) {_vm.$set(item, "editValue", $$v)},expression:"item.editValue"}}),_c('div',{staticClass:"confirm"},[_c('span',{staticStyle:{"color":"#969696"},on:{"click":function($event){$event.stopPropagation();return _vm.handleQuickEdit(item, 'cancel')}}},[_vm._v(_vm._s(_vm.i18nText('1.1.1.1.4')))]),_vm._v(" | "),_c('span',{staticStyle:{"color":"#5585F5"},on:{"click":function($event){$event.stopPropagation();return _vm.handleQuickEdit(item, 'ok')}}},[_vm._v(_vm._s(_vm.i18nText('1.1.1.1.3')))])])],1)]):_vm._e()]}),_c('div',{staticStyle:{"text-align":"center","margin-top":"10px"}},[_vm._v(" "+_vm._s(_vm.i18nText('3.5.13'))+"~ ")])],2):_c('div',{staticClass:"quick-reply-no-wrapper"},[_c('img',{attrs:{"src":__webpack_require__("1caa")}}),_c('span',{staticStyle:{"display":"inline-block","margin-top":"20px","font-size":"20px"}},[_vm._v(_vm._s(_vm.i18nText('1.1.6.11')))])])],2)}),1),(_vm.isOrgAdmin || _vm.quickReplyKey === "个人")?_c('div',{staticClass:"quick-add",on:{"click":function($event){$event.stopPropagation();return _vm.handleQuickAdd.apply(null, arguments)}}},[_c('a-icon',{attrs:{"type":"plus"}}),_vm._v(" "+_vm._s(_vm.i18nText('1.9.355'))+" ")],1):_vm._e()],1)}
|
|
5996
5989
|
var quickReplyvue_type_template_id_428cfe0f_staticRenderFns = []
|
|
5997
5990
|
|
|
@@ -6341,7 +6334,7 @@ var component = Object(componentNormalizer["a" /* default */])(
|
|
|
6341
6334
|
)
|
|
6342
6335
|
|
|
6343
6336
|
/* harmony default export */ var quickReply = (component.exports);
|
|
6344
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
6337
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"7b0a7b8f-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/chat/voice.vue?vue&type=template&id=7e851a0c&scoped=true&
|
|
6345
6338
|
var voicevue_type_template_id_7e851a0c_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.canRecordering),expression:"canRecordering"}],staticClass:"voice-page"},[_c('div',{staticClass:"voice-containter"},[_c('a-icon',{staticClass:"close-icon",attrs:{"type":"close"},on:{"click":_vm.closeVoice}}),_c('div',{staticClass:"img-wrap"},[(!_vm.isEndRecord)?_c('div',{staticClass:"end-wrap"},[_c('img',{attrs:{"src":__webpack_require__("fdf2"),"alt":""}}),_c('a-progress',{staticClass:"progress-ele",attrs:{"type":"circle","percent":_vm.percent,"showInfo":false,"width":122,"strokeWidth":2,"showText":false,"strokeColor":'#C80606'},nativeOn:{"click":function($event){return _vm.stopRecored.apply(null, arguments)}}})],1):_c('div',{staticClass:"play-wrap"},[(!_vm.isRecordPlay)?_c('img',{attrs:{"src":__webpack_require__("c2ae"),"alt":""},on:{"click":function($event){return _vm.toggleVoice(true)}}}):_c('img',{attrs:{"src":__webpack_require__("320f"),"alt":""},on:{"click":function($event){return _vm.toggleVoice(false)}}})])]),_c('p',[_vm._v(_vm._s(_vm.voiceText))]),_c('div',{staticClass:"time-wrap"},[_vm._v(_vm._s(_vm.handleVoiceTime))]),_c('div',{staticClass:"btn-wrap"},[_c('span',{on:{"click":_vm.deleteVoice}},[_vm._v("删除")]),_c('span',{staticClass:"send-btn",on:{"click":_vm.uploadFile}},[_vm._v("发送")])])],1),_c('div',{staticStyle:{"display":"none"}},[_c('audio',{ref:"audio",attrs:{"controls":"","autoplay":"","preload":"auto","crossOrigin":"anonymous","media-player":"audioPlayer","src":_vm.curAudioUrl},on:{"ended":_vm.audioEnd}})])])}
|
|
6346
6339
|
var voicevue_type_template_id_7e851a0c_scoped_true_staticRenderFns = []
|
|
6347
6340
|
|
|
@@ -6783,7 +6776,7 @@ var voice_component = Object(componentNormalizer["a" /* default */])(
|
|
|
6783
6776
|
)
|
|
6784
6777
|
|
|
6785
6778
|
/* harmony default export */ var voice = (voice_component.exports);
|
|
6786
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
6779
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"7b0a7b8f-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/components/modal-user-transfer.vue?vue&type=template&id=f50a4f90&
|
|
6787
6780
|
var modal_user_transfervue_type_template_id_f50a4f90_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('a-modal',{attrs:{"title":_vm.title,"visible":_vm.visible,"maskClosable":false,"mask":true,"width":400,"destroyOnClose":"","okText":_vm.i18nText('1.9.326')},on:{"cancel":_vm.handleCancel,"ok":_vm.handleOk}},[_c('img',{attrs:{"src":__webpack_require__("a703"),"width":"20"}}),_vm._v(" "+_vm._s(_vm.i18nText('1.9.392'))+": "),_c('br'),_c('a-select',{staticStyle:{"width":"100%","margin":"10px 0"},attrs:{"placeholder":_vm.i18nText('1.9.327'),"showSearch":"","filterOption":_vm.filterOption},model:{value:(_vm.converUserId),callback:function ($$v) {_vm.converUserId=$$v},expression:"converUserId"}},_vm._l((_vm.serviceList),function(item,index){return _c('a-select-option',{key:index,attrs:{"value":item.userId}},[_vm._v(_vm._s(item.userName))])}),1),_c('br'),_vm._v(" "+_vm._s(_vm.i18nText('1.9.328'))+": "),_c('a-textarea',{staticStyle:{"margin":"10px 0"},model:{value:(_vm.converMark),callback:function ($$v) {_vm.converMark=$$v},expression:"converMark"}})],1)}
|
|
6788
6781
|
var modal_user_transfervue_type_template_id_f50a4f90_staticRenderFns = []
|
|
6789
6782
|
|
|
@@ -6918,7 +6911,7 @@ var modal_user_transfer_component = Object(componentNormalizer["a" /* default */
|
|
|
6918
6911
|
)
|
|
6919
6912
|
|
|
6920
6913
|
/* harmony default export */ var modal_user_transfer = (modal_user_transfer_component.exports);
|
|
6921
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
6914
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"7b0a7b8f-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/components/modal-refuse-reason.vue?vue&type=template&id=375e05a7&scoped=true&
|
|
6922
6915
|
var modal_refuse_reasonvue_type_template_id_375e05a7_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('a-modal',{attrs:{"wrapClassName":"standard-modal standard-modal-white has-mask","title":_vm.i18nText('1.9.678'),"visible":_vm.visible,"maskClosable":false,"width":400,"destroyOnClose":"","okText":_vm.i18nText('1.9.326')},on:{"cancel":_vm.handleCancel,"ok":_vm.handleOk}},[_c('div',{staticClass:"reason-tips"},[_vm._v(_vm._s(_vm.i18nText('1.1.6.7') + _vm.i18nText('1.9.678')))]),_c('a-radio-group',{staticClass:"reason-options",model:{value:(_vm.reason),callback:function ($$v) {_vm.reason=$$v},expression:"reason"}},[_vm._l((_vm.reasonList),function(item,i){return _c('a-radio',{key:i,attrs:{"value":i}},[_vm._v(" "+_vm._s(item.text)+" ")])}),_c('a-radio',{key:"-1",attrs:{"value":-1}},[_vm._v(_vm._s(_vm.i18nText('1.9.679')))])],2),_c('div',{staticClass:"reason-remark"},[_c('a-textarea',{attrs:{"disabled":_vm.reason != -1,"placeholder":_vm.i18nText('1.9.40') + _vm.i18nText('1.9.679'),"maxLength":100,"auto-size":{ minRows: 3, maxRows: 5 }},model:{value:(_vm.remark),callback:function ($$v) {_vm.remark=$$v},expression:"remark"}}),_c('div',{staticClass:"word-count"},[_vm._v(_vm._s(_vm.i18nText('1.9.272'))+_vm._s(_vm.remarkLen)+"/100")])],1)],1)}
|
|
6923
6916
|
var modal_refuse_reasonvue_type_template_id_375e05a7_scoped_true_staticRenderFns = []
|
|
6924
6917
|
|
|
@@ -7156,19 +7149,14 @@ var chatFootervue_type_script_lang_js_components;
|
|
|
7156
7149
|
var _this = this;
|
|
7157
7150
|
|
|
7158
7151
|
if (!this.isServer) return [];
|
|
7159
|
-
var toolbar =
|
|
7160
|
-
|
|
7161
|
-
if (this.closedSession) {
|
|
7162
|
-
toolbar = this.assemblySetting.closedToolbar || [];
|
|
7163
|
-
} else {
|
|
7164
|
-
toolbar = this.assemblySetting.toolbar || [];
|
|
7165
|
-
}
|
|
7166
|
-
|
|
7152
|
+
var toolbar = this.assemblySetting.toolbar || [];
|
|
7167
7153
|
toolbar = toolbar.filter(function (item) {
|
|
7168
7154
|
var source = item.source,
|
|
7169
|
-
isChecked = item.isChecked
|
|
7155
|
+
isChecked = item.isChecked,
|
|
7156
|
+
isCloseChecked = item.isCloseChecked,
|
|
7157
|
+
isClosedAble = item.isClosedAble;
|
|
7170
7158
|
|
|
7171
|
-
if (source === 'PC' && isChecked === 'Y') {
|
|
7159
|
+
if (source === 'PC' && (!_this.closedSession && isChecked === 'Y' || _this.closedSession && isCloseChecked === 'Y' && isChecked === 'Y' && isClosedAble === 'Y')) {
|
|
7172
7160
|
var showCondition = item.showCondition || [];
|
|
7173
7161
|
var i = showCondition.findIndex(function (_ref) {
|
|
7174
7162
|
var p_name = _ref.p_name,
|
|
@@ -8635,8 +8623,8 @@ var chatFootervue_type_script_lang_js_components;
|
|
|
8635
8623
|
// EXTERNAL MODULE: ./packages/multi-chat/chat/chatFooter.vue?vue&type=style&index=0&lang=less&
|
|
8636
8624
|
var chatFootervue_type_style_index_0_lang_less_ = __webpack_require__("99aa");
|
|
8637
8625
|
|
|
8638
|
-
// EXTERNAL MODULE: ./packages/multi-chat/chat/chatFooter.vue?vue&type=style&index=1&id=
|
|
8639
|
-
var
|
|
8626
|
+
// EXTERNAL MODULE: ./packages/multi-chat/chat/chatFooter.vue?vue&type=style&index=1&id=54252e2e&lang=less&scoped=true&
|
|
8627
|
+
var chatFootervue_type_style_index_1_id_54252e2e_lang_less_scoped_true_ = __webpack_require__("a8d5");
|
|
8640
8628
|
|
|
8641
8629
|
// CONCATENATED MODULE: ./packages/multi-chat/chat/chatFooter.vue
|
|
8642
8630
|
|
|
@@ -8654,7 +8642,7 @@ var chatFooter_component = Object(componentNormalizer["a" /* default */])(
|
|
|
8654
8642
|
staticRenderFns,
|
|
8655
8643
|
false,
|
|
8656
8644
|
null,
|
|
8657
|
-
"
|
|
8645
|
+
"54252e2e",
|
|
8658
8646
|
null
|
|
8659
8647
|
|
|
8660
8648
|
)
|
|
@@ -8863,6 +8851,13 @@ module.exports = require("core-js/modules/es.object.get-own-property-descriptor.
|
|
|
8863
8851
|
|
|
8864
8852
|
/***/ }),
|
|
8865
8853
|
|
|
8854
|
+
/***/ "6ea0":
|
|
8855
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
8856
|
+
|
|
8857
|
+
// extracted by mini-css-extract-plugin
|
|
8858
|
+
|
|
8859
|
+
/***/ }),
|
|
8860
|
+
|
|
8866
8861
|
/***/ "6eeb":
|
|
8867
8862
|
/***/ (function(module, exports, __webpack_require__) {
|
|
8868
8863
|
|
|
@@ -9551,17 +9546,6 @@ var WeakMap = global.WeakMap;
|
|
|
9551
9546
|
module.exports = typeof WeakMap === 'function' && /native code/.test(inspectSource(WeakMap));
|
|
9552
9547
|
|
|
9553
9548
|
|
|
9554
|
-
/***/ }),
|
|
9555
|
-
|
|
9556
|
-
/***/ "81ea":
|
|
9557
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
9558
|
-
|
|
9559
|
-
"use strict";
|
|
9560
|
-
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_chatFooter_vue_vue_type_style_index_1_id_023aa863_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("1f02");
|
|
9561
|
-
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_chatFooter_vue_vue_type_style_index_1_id_023aa863_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_chatFooter_vue_vue_type_style_index_1_id_023aa863_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0__);
|
|
9562
|
-
/* unused harmony reexport * */
|
|
9563
|
-
|
|
9564
|
-
|
|
9565
9549
|
/***/ }),
|
|
9566
9550
|
|
|
9567
9551
|
/***/ "825a":
|
|
@@ -9629,7 +9613,7 @@ module.exports = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACN
|
|
|
9629
9613
|
|
|
9630
9614
|
"use strict";
|
|
9631
9615
|
|
|
9632
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
9616
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"7b0a7b8f-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/components/user-status.vue?vue&type=template&id=492ed1ae&scoped=true&
|
|
9633
9617
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('a-dropdown',{attrs:{"placement":_vm.placement,"getPopupContainer":function (triggerNode) {
|
|
9634
9618
|
return triggerNode.parentNode || _vm.document.body;
|
|
9635
9619
|
}}},[(_vm.placement === 'bottomCenter')?_c('a-button',[(_vm.statusIcon)?_c('svg-icon',{staticStyle:{"font-size":"16px"},attrs:{"icon-class":_vm.statusIcon}}):_c('img',{attrs:{"src":_vm.getImg(_vm.status),"height":"16"}}),_vm._v(" "+_vm._s(_vm.statusDesc)+" "),_c('a-icon',{attrs:{"type":"down"}})],1):_c('div',{staticClass:"status-btn"},[(_vm.statusIcon)?_c('svg-icon',{staticStyle:{"font-size":"16px"},attrs:{"icon-class":_vm.statusIcon}}):_c('img',{attrs:{"src":_vm.getImg(_vm.status),"height":"16"}}),_vm._v(" "+_vm._s(_vm.statusDesc)+" "),_c('a-icon',{attrs:{"type":"up"}})],1),_c('a-menu',{attrs:{"slot":"overlay"},slot:"overlay"},_vm._l((_vm.statusList),function(ref){
|
|
@@ -11926,7 +11910,7 @@ module.exports = require("core-js/modules/es.string.iterator.js");
|
|
|
11926
11910
|
|
|
11927
11911
|
"use strict";
|
|
11928
11912
|
|
|
11929
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
11913
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"7b0a7b8f-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/components/read-record.vue?vue&type=template&id=7034bfab&
|
|
11930
11914
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{directives:[{name:"clickoutside",rawName:"v-clickoutside",value:(_vm.handleClickOutside),expression:"handleClickOutside"}],staticClass:"chat-read-record"},[_c('div',{staticClass:"chat-read-record__title"},[_c('span',[_vm._v("消息接收人列表")]),_c('a-icon',{attrs:{"type":"close"},on:{"click":_vm.handleClickOutside}})],1),_c('div',[_c('div',{staticClass:"chat-read-record__col"},[_c('div',{staticClass:"chat-read-record__total"},[_c('span',{staticClass:"chat-read-record__num"},[_vm._v(_vm._s(_vm.record.unread.length))]),_vm._v(" 人未读 ")]),_c('div',{staticClass:"chat-read-record__users"},_vm._l((_vm.record.unread),function(item){return _c('div',{key:item.userId,staticClass:"chat-read-record__user"},[_c('Avatar',{attrs:{"customStyle":"font-size:12px","src":item.portrait,"size":24,"name":item.name,"len":2}}),_c('div',{staticClass:"chat-read-record__username"},[_vm._v(_vm._s(item.name))])],1)}),0)]),_c('div',{staticClass:"chat-read-record__col"},[_c('div',{staticClass:"chat-read-record__total"},[_c('span',{staticClass:"chat-read-record__num"},[_vm._v(_vm._s(_vm.record.readed.length))]),_vm._v(" 人已读 ")]),_c('div',{staticClass:"chat-read-record__users"},_vm._l((_vm.record.readed),function(item){return _c('div',{key:item.userId,staticClass:"chat-read-record__user"},[_c('Avatar',{attrs:{"customStyle":"font-size:12px","src":item.portrait,"size":24,"name":item.name,"len":2}}),_c('div',{staticClass:"chat-read-record__username"},[_vm._v(_vm._s(item.name))])],1)}),0)])])])}
|
|
11931
11915
|
var staticRenderFns = []
|
|
11932
11916
|
|
|
@@ -12972,6 +12956,17 @@ if (!IS_PURE && typeof NativePromise == 'function') {
|
|
|
12972
12956
|
}
|
|
12973
12957
|
|
|
12974
12958
|
|
|
12959
|
+
/***/ }),
|
|
12960
|
+
|
|
12961
|
+
/***/ "a8d5":
|
|
12962
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
12963
|
+
|
|
12964
|
+
"use strict";
|
|
12965
|
+
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_chatFooter_vue_vue_type_style_index_1_id_54252e2e_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("6ea0");
|
|
12966
|
+
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_chatFooter_vue_vue_type_style_index_1_id_54252e2e_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_chatFooter_vue_vue_type_style_index_1_id_54252e2e_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0__);
|
|
12967
|
+
/* unused harmony reexport * */
|
|
12968
|
+
|
|
12969
|
+
|
|
12975
12970
|
/***/ }),
|
|
12976
12971
|
|
|
12977
12972
|
/***/ "a8e9":
|
|
@@ -13989,7 +13984,7 @@ var es_promise_finally = __webpack_require__("a79d");
|
|
|
13989
13984
|
// EXTERNAL MODULE: external "core-js/modules/es.function.name.js"
|
|
13990
13985
|
var es_function_name_js_ = __webpack_require__("db0a");
|
|
13991
13986
|
|
|
13992
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
13987
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"7b0a7b8f-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/chat/client/index.vue?vue&type=template&id=25007efe&scoped=true&
|
|
13993
13988
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"clientIndex"},[_c('a-spin',{staticStyle:{"width":"100%","height":"100%"},attrs:{"tip":((_vm.i18nText('3.2.8')) + "..."),"spinning":_vm.spinning}},[(!_vm.spinning)?[(_vm.isRobot)?_c('robotChat',{attrs:{"chatURL":_vm.chatURL},on:{"goCustomServe":_vm.goCustomServe}}):_c('clientChat',_vm._b({attrs:{"chatURL":_vm.chatURL,"isCustomServe":_vm.isCustomServe}},'clientChat',_vm.$attrs,false))]:_vm._e()],2)],1)}
|
|
13994
13989
|
var staticRenderFns = []
|
|
13995
13990
|
|
|
@@ -14027,7 +14022,7 @@ var create = __webpack_require__("8aef");
|
|
|
14027
14022
|
// EXTERNAL MODULE: ./packages/multi-chat/store/helper.js
|
|
14028
14023
|
var helper = __webpack_require__("e3c5");
|
|
14029
14024
|
|
|
14030
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
14025
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"7b0a7b8f-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/chat/client/clientChat.vue?vue&type=template&id=f1389824&scoped=true&
|
|
14031
14026
|
var clientChatvue_type_template_id_f1389824_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"online-chat client-chat"},[_c('a-layout',[_c('a-layout-header',[_vm._v(" "+_vm._s(_vm.chatTitle)+" "),(_vm.sessionTimer)?_c('span',{staticClass:"session-time",staticStyle:{"flex":"1","text-align":"center","color":"red"}},[_vm._v(" "+_vm._s(_vm.i18nText('1.9.324'))+": "+_vm._s(_vm.formatedSessionTime)+" ")]):_vm._e()]),_c('chat-main'),(_vm.queueMsg)?_c('div',{staticClass:"notice-bottom"},[_c('svg-icon',{attrs:{"icon-class":"anniuyuyue"}}),_c('span',{domProps:{"innerHTML":_vm._s(_vm.queueMsg)}})],1):_vm._e(),_c('chat-footer',{attrs:{"validTalkingEnv":_vm.validTalkingEnv}})],1),(_vm.evaluateModal)?_c('Evaluate',{attrs:{"orgId":_vm.accessParams.orgId,"evaluateSetting":_vm.evaluateSetting},on:{"closeEvaluate":_vm.closeEvaluate}}):_vm._e(),(_vm.showVideo)?_c('ChatVideo'):_vm._e(),(_vm.showAudio)?_c('ChatAudio',{attrs:{"validTalkingEnv":_vm.validTalkingEnv}}):_vm._e()],1)}
|
|
14032
14027
|
var clientChatvue_type_template_id_f1389824_scoped_true_staticRenderFns = []
|
|
14033
14028
|
|
|
@@ -14080,7 +14075,7 @@ var chatFooter = __webpack_require__("61f8");
|
|
|
14080
14075
|
// EXTERNAL MODULE: ./packages/multi-chat/chat/chatMain.vue + 3 modules
|
|
14081
14076
|
var chatMain = __webpack_require__("3cee");
|
|
14082
14077
|
|
|
14083
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
14078
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"7b0a7b8f-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/chat/evaluate.vue?vue&type=template&id=018624f2&scoped=true&
|
|
14084
14079
|
var evaluatevue_type_template_id_018624f2_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"evaluate-page"},[_c('a-modal',{staticClass:"evaluate-modal",attrs:{"visible":_vm.isEvaluate,"maskClosable":false,"width":'60%',"okText":_vm.i18nText('1.10.138'),"cancelText":_vm.i18nText('1.1.1.1.4')},on:{"ok":_vm.submitEvaluate,"cancel":function($event){return _vm.$emit('closeEvaluate', false)}}},[_c('div',[_c('p',{staticStyle:{"font-size":"16px","color":"#000"}},[_vm._v(_vm._s(_vm.i18nText("3.11.62")))]),(_vm.starCount > 2)?_c('span',{staticClass:"rate-wrap"},[_c('a-rate',{attrs:{"count":_vm.starCount,"allowClear":false},on:{"change":_vm.changeRate},model:{value:(_vm.star),callback:function ($$v) {_vm.star=$$v},expression:"star"}}),_c('span',{staticClass:"ant-rate-text ellips"},[_vm._v(_vm._s(_vm.starTitle))])],1):_c('span',{staticClass:"rate-two"},[_c('div',[(_vm.setting.starSetting[1].star == 2)?_c('a-icon',{class:{ 'rate-checked': _vm.star == _vm.setting.starSetting[1].star },attrs:{"type":"like","theme":_vm.star == _vm.setting.starSetting[1].star ? 'filled' : 'outlined'},on:{"click":function($event){return _vm.changeRate(_vm.setting.starSetting[1].star)}}}):_vm._e(),_c('span',{staticClass:"ellips",staticStyle:{"margin-top":"8px"}},[_vm._v(_vm._s(_vm.setting.starSetting[1].title))])],1),_c('div',[(_vm.setting.starSetting[0].star == 1)?_c('a-icon',{class:{ 'rate-checked': _vm.star == _vm.setting.starSetting[0].star },attrs:{"type":"dislike","theme":_vm.star == _vm.setting.starSetting[0].star ? 'filled' : 'outlined'},on:{"click":function($event){return _vm.changeRate(_vm.setting.starSetting[0].star)}}}):_vm._e(),_c('span',{staticClass:"ellips",staticStyle:{"margin-top":"8px"}},[_vm._v(_vm._s(_vm.setting.starSetting[0].title))])],1)])]),(_vm.rateTags.length > 0)?_c('div',[_c('p',[_vm._v(_vm._s(_vm.i18nText("1.9.393")))]),_vm._l((_vm.rateTags),function(tag){return [_c('a-checkable-tag',{key:tag,attrs:{"checked":_vm.selectedTags.indexOf(tag) > -1},on:{"change":function (checked) { return _vm.changeTag(tag, checked); }}},[_vm._v(_vm._s(tag))])]})],2):_vm._e(),(_vm.usageMode != 'form')?_vm._t("default",function(){return [(_vm.problemSolved === 'Y')?_c('div',[_c('p',[_vm._v(_vm._s(_vm.i18nText("1.9.347")))]),_c('a-radio-group',{model:{value:(_vm.solved),callback:function ($$v) {_vm.solved=$$v},expression:"solved"}},[_c('a-radio',{attrs:{"value":"N"}},[_vm._v(_vm._s(_vm.i18nText("1.9.394")))]),_c('a-radio',{attrs:{"value":"Y"}},[_vm._v(_vm._s(_vm.i18nText("1.9.395")))])],1)],1):_vm._e()]}):_vm._e(),_c('div',{staticStyle:{"margin-top":"16px"}},[_c('a-textarea',{staticClass:"remark-input",attrs:{"placeholder":_vm.i18nText('1.9.396')},model:{value:(_vm.remark),callback:function ($$v) {_vm.remark=$$v},expression:"remark"}})],1)],2)],1)}
|
|
14085
14080
|
var evaluatevue_type_template_id_018624f2_scoped_true_staticRenderFns = []
|
|
14086
14081
|
|
|
@@ -15286,7 +15281,7 @@ var clientChat_component = Object(componentNormalizer["a" /* default */])(
|
|
|
15286
15281
|
)
|
|
15287
15282
|
|
|
15288
15283
|
/* harmony default export */ var clientChat = (clientChat_component.exports);
|
|
15289
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
15284
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"7b0a7b8f-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/chat/robot/index.vue?vue&type=template&id=c7d05068&scoped=true&
|
|
15290
15285
|
var robotvue_type_template_id_c7d05068_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"online-chat robot-chat"},[_c('a-layout',[_c('a-layout-header',[_c('span',{staticClass:"title"},[_vm._v(_vm._s(_vm.chatTitle))]),(_vm.showCustomServe)?_c('span',{staticClass:"custom-serve",on:{"click":function($event){return _vm.$emit('goCustomServe')}}},[_vm._v(" 转人工客服 ")]):_vm._e()]),_c('chat-main',_vm._g({attrs:{"curChatType":'robot',"robotAvatar":_vm.robotAvatar},on:{"sendQuestion":_vm.sendQuestion,"sendIntention":_vm.sendIntention,"sendDictionary":_vm.sendDictionary}},_vm.$listeners),[(_vm.stompStatus)?_c('a-alert',{attrs:{"type":"warning","message":_vm.stompStatus,"show-icon":""}},[_c('a-icon',{attrs:{"slot":"icon","type":"exclamation-circle"},slot:"icon"})],1):_vm._e()],1),_c('chat-footer',{attrs:{"curChatType":'robot',"clientFinish":_vm.clientFinish}})],1),(_vm.evaluateModal)?_c('Evaluate',{attrs:{"orgId":_vm.accessParams.orgId,"evaluateSetting":_vm.evaluateSetting},on:{"closeEvaluate":_vm.closeEvaluate}}):_vm._e()],1)}
|
|
15291
15286
|
var robotvue_type_template_id_c7d05068_scoped_true_staticRenderFns = []
|
|
15292
15287
|
|
|
@@ -15975,7 +15970,7 @@ module.exports = require("core-js/modules/es.typed-array.uint8-array.js");
|
|
|
15975
15970
|
|
|
15976
15971
|
"use strict";
|
|
15977
15972
|
|
|
15978
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
15973
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"7b0a7b8f-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/component/svg/index.vue?vue&type=template&id=116546f7&scoped=true&
|
|
15979
15974
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('svg',_vm._g({class:_vm.svgClass,attrs:{"aria-hidden":"true"}},_vm.$listeners),[(_vm.title)?_c('title',[_vm._v(_vm._s(_vm.title))]):_vm._e(),_c('use',{attrs:{"xlink:href":_vm.iconName}})])}
|
|
15980
15975
|
var staticRenderFns = []
|
|
15981
15976
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.svg-icon[data-v-116546f7]{width:1em;height:1em;vertical-align:-.15em;fill:currentColor;overflow:hidden}.quick-reply{width:600px;height:400px}.quick-reply .ant-popover-inner-content{height:100%}.quick-reply .quick-reply{display:flex;flex-direction:column;height:100%;width:100%}.quick-reply .ant-popover-content,.quick-reply .ant-popover-inner,.quick-reply .ant-popover-inner>div{height:100%}.quick-reply .ant-tabs{flex:1}.quick-reply .ant-tabs-content{height:calc(100% - 44px)}.quick-reply .ant-tabs-tabpane,.quick-reply .quick-reply-wrapper{height:100%}.quick-reply .ant-input{min-height:40px;box-sizing:border-box;resize:none;padding-bottom:34px;background-color:#f5f7fc;border:none;outline:none}.quick-reply .quick-reply-wrapper{height:100%;overflow:auto}.quick-reply .quick-reply-wrapper::-webkit-scrollbar{width:5px;background-color:#f5f5f5}.quick-reply .quick-reply-no-wrapper{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center}.quick-reply .quick-reply-item{padding:0 17px;font-size:14px;line-height:24px;word-wrap:break-word;word-break:normal;cursor:pointer}.quick-reply .quick-reply-item .text{display:inline-block;width:100%;padding:5px 0;border-bottom:1px solid #efefef}.quick-reply .quick-reply-item .text:hover{border:none}.quick-reply .quick-reply-item .text .operate{display:none;float:right}.quick-reply .quick-reply-item .text .operate>i{margin-left:10px}.quick-reply .quick-reply-item .input{position:relative;margin-bottom:6px}.quick-reply .quick-reply-item .input .confirm{position:absolute;right:10px;bottom:7px;font-size:14px}.quick-reply .quick-reply-item:not(.quick-input):hover{background-color:#5585f5;color:#fff}.quick-reply .quick-reply-item:not(.quick-input):hover .operate{display:block}.quick-reply .quick-add{line-height:40px;padding:0 17px;color:#5585f5;cursor:pointer}.quick-reply .quick-search .ant-input{height:40px;line-height:20px;background-color:#fff;padding:10px 12px;border:1px solid #d9d9d9}.quick-reply .input{padding-top:8px}.quick-reply .input .ant-input{background-color:#fbfbfb;border:1px solid #d5d5d5}.voice-page[data-v-7e851a0c]{position:fixed;z-index:300000;top:calc(50% - 232px);left:calc(50% - 207px);width:414px;height:464px;background:#fff;border-radius:16px;box-shadow:0 0 16px 6px rgba(0,0,0,.14);cursor:default}.voice-page[data-v-7e851a0c]:before{content:" ";width:100%;height:100%;position:fixed;top:0;left:0;cursor:default}.voice-page .voice-containter[data-v-7e851a0c]{position:relative;width:100%;height:100%;padding:66px;text-align:center}.voice-page .voice-containter .close-icon[data-v-7e851a0c]{position:absolute;top:14px;right:14px;font-size:16px;color:#979797}.voice-page .voice-containter .img-wrap[data-v-7e851a0c]{width:136px;height:136px;margin:26px auto;cursor:pointer}.voice-page .voice-containter .img-wrap .end-wrap[data-v-7e851a0c]{position:relative;width:100%;height:100%}.voice-page .voice-containter .img-wrap .end-wrap img[data-v-7e851a0c]{width:100%;height:100%}.voice-page .voice-containter .img-wrap .end-wrap .progress-ele[data-v-7e851a0c]{position:absolute;top:48%;left:49.8%;transform:translate(-50%,-50%)}.voice-page .voice-containter .img-wrap .play-wrap[data-v-7e851a0c]{display:inline-flex;justify-content:center;align-items:center;width:120px;height:120px;background:linear-gradient(180deg,#2d7aff,#2c5df4);box-shadow:0 5px 8px 0 rgba(44,101,247,.39);border-radius:50%}.voice-page .voice-containter .img-wrap .play-wrap img[data-v-7e851a0c]{width:35px}.voice-page .voice-containter p[data-v-7e851a0c]{margin-bottom:10px;font-size:16px}.voice-page .voice-containter .time-wrap[data-v-7e851a0c]{font-size:30px}.voice-page .voice-containter .btn-wrap[data-v-7e851a0c]{margin-top:35px}.voice-page .voice-containter .btn-wrap span[data-v-7e851a0c]{display:inline-block;padding:8px 32px;border-radius:20px;border:1px solid #d9d9d9;cursor:pointer}.voice-page .voice-containter .btn-wrap .send-btn[data-v-7e851a0c]{margin-left:18px;background:#2d7aff;color:#fff;border-color:#2d7aff}.reason-tips[data-v-375e05a7]{font-size:14px;color:#212121;line-height:20px;margin-bottom:16px}.reason-tips[data-v-375e05a7]:before{content:"*";color:#e54949}.reason-options .ant-radio-wrapper[data-v-375e05a7]{margin-bottom:16px}.reason-remark[data-v-375e05a7]{position:relative}.reason-remark textarea[data-v-375e05a7]{padding-bottom:30px}.reason-remark .word-count[data-v-375e05a7]{position:absolute;bottom:8px;right:11px;text-align:right;color:#969696;font-size:12px;line-height:20px}.chat-footer-modal-big{padding:10px}.chat-footer-modal-big.ant-modal-wrap{overflow:none}.chat-footer-modal-big .ant-modal{width:100%;height:100%;top:0;padding-bottom:0}.chat-footer-modal-big .ant-modal-content{height:100%}.chat-footer-modal-big .ant-modal-body{height:calc(100% - 55px)}.chat-footer-modal-small.ant-modal-wrap{overflow:none}.chat-footer-modal-small .ant-modal{width:80%;height:80%;padding-bottom:0;top:60px}.chat-footer-modal-small .ant-modal-content{height:100%}.chat-footer-modal-small .ant-modal-body{height:100%;padding:0}.message-operate[data-v-023aa863]{display:flex;align-items:center;height:40px;line-height:18px;background:#fff;overflow-x:auto;overflow-y:hidden;border-top:1px solid #e6e6e6}.message-operate[data-v-023aa863]::-webkit-scrollbar{height:5px}.message-operate>img[data-v-023aa863]{margin-left:10px}.message-operate[data-v-023aa863] .ant-tabs .ant-tabs-top-content>.ant-tabs-tabpane{height:300px!important;overflow:auto!important}.message-operate[data-v-023aa863] .ant-upload-list{display:none}.message-operate[data-v-023aa863] .ant-upload{height:32px;vertical-align:middle;display:inline-block}.message-operate .no-click[data-v-023aa863]{pointer-events:none;opacity:.4}.message-operate .svg-icon[data-v-023aa863]{color:rgba(0,0,0,.6)}.emoji-wrapper[data-v-023aa863]{width:500px;height:300px;overflow:auto;display:grid;grid-template-columns:repeat(10,1fr)}.emoji-wrapper .emoji[data-v-023aa863]{display:inline-block;font-size:20px;margin:10px;text-align:center}.emoji-wrapper[data-v-023aa863]::-webkit-scrollbar{width:5px}.message[data-v-023aa863]{position:relative;height:150px}.message .message-send[data-v-023aa863]{position:absolute;bottom:8px;right:14px;height:40px;border-radius:20px;width:86px;font-weight:600;font-size:18px;color:#fff;background-color:#5585f5;border-color:#5585f5}.message .message-send[data-v-023aa863]:hover{background-color:rgba(85,133,245,.7);border-color:rgba(85,133,245,.7)}.message .message-send[disabled][data-v-023aa863],.message .message-send[disabled][data-v-023aa863]:hover{background-color:#f5f5f5;border-color:#d9d9d9;color:#bebebe}.message .prompt[data-v-023aa863]{position:absolute;bottom:16px;right:120px;color:#a6a6a6}.infinite-container[data-v-023aa863]{overflow-y:auto}.message-wrapper[data-v-023aa863]{position:relative}.message-wrapper .loading-icon[data-v-023aa863]{position:absolute;top:0;left:50%}.content-edit[data-v-023aa863]{width:100%;height:100%;padding:0 16px 56px;word-break:break-word;cursor:text}.content-edit[data-v-023aa863]::-webkit-scrollbar{width:5px}.content-edit>div[data-v-023aa863]{height:100%;outline:none;overflow-y:auto;overflow-x:hidden}.overlay[data-v-023aa863]{position:absolute;width:100%;height:100%;top:0;cursor:not-allowed}.queue-page[data-v-023aa863]{display:flex;flex-direction:column;align-items:center;justify-content:center;position:absolute;width:100%;height:100%;top:0;background:#fff;z-index:500;border-top:1px solid #e6e6e6}.queue-page .queue-tips[data-v-023aa863]{font-size:16px;color:#272727;line-height:22px;margin-bottom:16px}.queue-page .queue-btns[data-v-023aa863]{display:flex;justify-content:center}.queue-page .toSession[data-v-023aa863]{width:80px;height:80px;line-height:80px;text-align:center;background:linear-gradient(180deg,#fff,#f5f5f5);box-shadow:0 4px 9px 0 hsla(0,0%,72.9%,.79);border-radius:50%;color:#4b4b4b;font-size:20px;font-weight:500;font-family:PingFangSC-Medium,PingFang SC;transition:transform .3s ease}.queue-page .toSession.primary[data-v-023aa863]{background:linear-gradient(180deg,#2d7aff,#2c5df4);box-shadow:0 5px 8px 0 rgba(44,101,247,.39);color:#fff}.queue-page .toSession.danger[data-v-023aa863]{background:linear-gradient(180deg,#ff4b4b,#c80606);box-shadow:0 5px 8px 0 rgba(217,26,26,.35);color:#fff}.queue-page .toSession[data-v-023aa863]:hover{transform:scale(1.2)}.queue-page .toSession+.toSession[data-v-023aa863]{margin-left:36px}.toolbar[data-v-023aa863]{margin:0 5px;font-size:20px;outline:none;padding:6px;box-sizing:content-box}.toolbar[data-v-023aa863]:hover{background-color:#ebebeb;border-radius:6px}.closed-toolbar[data-v-023aa863]{z-index:100}[data-v-023aa863] p{margin-bottom:0}.click-voice[data-v-023aa863]{color:#2d7aff}.msg-describe[data-v-4b76a796]{width:235px;border-radius:0 8px;overflow:hidden;text-align:left;background-color:#fff}.msg-describe__header[data-v-4b76a796]{background-color:#5585f5;padding:10px 16px;font-size:16px;font-weight:600;color:#fff;line-height:22px;word-break:break-word}.msg-describe__content[data-v-4b76a796]{padding:10px 18px 8px;border-radius:0 0 8px 8px;word-break:break-word;overflow:hidden;border:1px solid #e6e6e6;border-top:0}.msg-describe__content .wrapper[data-v-4b76a796]{overflow:hidden;max-height:128px}.msg-describe .desc-item+.desc-item[data-v-4b76a796]{margin-top:8px}.msg-describe .desc-title[data-v-4b76a796]{font-size:14px;color:#7a7a7a;line-height:20px}.msg-describe .desc-txt[data-v-4b76a796]{font-size:16px;color:#212121;line-height:26px;font-weight:600}.msg-describe .fold-btn[data-v-4b76a796]{display:inline-block;font-size:14px;color:#7a7a7a;line-height:20px;margin-top:8px;cursor:pointer}.msg-describe .fold-btn i[data-v-4b76a796]{font-size:12px;margin-left:4px}.multichat-msg_picture{position:relative;min-width:160px;height:160px;background-color:#fff;border-radius:16px;border:12px solid transparent;padding:2px;overflow:hidden}.multichat-msg_picture:before{content:"";position:absolute;left:0;bottom:0;right:0;top:0;background-color:#fff;border-radius:6px}.multichat-msg_picture-icon{max-width:100%;height:100%;display:block;margin:0 auto;border-radius:4px;position:relative}.multichat-msg_picture-static{color:#fff;position:absolute;bottom:2px;left:2px;right:2px;line-height:22px;background-color:rgba(0,0,0,.6);font-size:12px;text-align:center;border-radius:0 0 4px 4px}.msg-prescription[data-v-a9aa04b2]{text-align:left;padding:0 16px;width:230px;background-color:#fff;border-radius:16px;font-size:14px;border:1px solid #ebebeb}.msg-prescription .prescription_header[data-v-a9aa04b2]{padding:8px 0;display:flex;align-items:center;border-bottom:1px solid #ebebeb}.msg-prescription .prescription_header-title[data-v-a9aa04b2]{line-height:22px;height:22px;font-size:16px;color:#000;flex:1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.msg-prescription .prescription_header-btn[data-v-a9aa04b2]{height:20px;line-height:20px;max-width:50%;overflow:hidden;cursor:pointer;color:#5585f5}.msg-prescription .prescription_wrapper[data-v-a9aa04b2]{display:flex;padding:10px 0}.msg-prescription .prescription_logo[data-v-a9aa04b2]{width:40px;height:40px;margin-right:12px}.msg-prescription .prescription_logo.img[data-v-a9aa04b2]{border-radius:50%}.msg-prescription .prescription_body[data-v-a9aa04b2]{flex:1;overflow:hidden;color:#666;word-break:break-all}.msg-prescription .prescription_btn-group[data-v-a9aa04b2]{margin-right:-8px;text-align:center}.msg-prescription .prescription_btn-group .ant-btn[data-v-a9aa04b2]{margin-bottom:8px;min-width:61px;max-width:100%;margin-right:8px;color:#5585f5;border-color:#5585f5}.msg-prescription .prescription_footer[data-v-a9aa04b2]{padding:2px 0 10px;line-height:20px;text-align:center}.msg-prescription .prescription_footer-btn[data-v-a9aa04b2]{cursor:pointer;display:inline-block;vertical-align:top;color:rgba(0,0,0,.45);padding-right:18px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAABDElEQVQ4T+WULQ6EMBCF3yocBgsXQOC4AnfA4UjgBCSgIOEEkOBw3IEr4BBcACwGh2IzTUqWn243m3U7rp32y5v30j62bdvwg3r8EWhdV9R1Ddd1oarqwb1lWdA0DTzPg6Ioh97Fo2EYEMcxDMNAmqY7jCBJkmAcR2RZBtM034Oo23Ud8jzfYbTHIVEUwbbtS87C1DhM13V2aZomiCDUvwXN8wxN03ZldJBDeO8s6dYjGsP3fTiOw2BUNE7btqiqinkn9YhSIzP7vkcYhgxGRZCiKGBZFgtDmhpdeoUFQcBAZVkKIUKPzjBai5Rwr96+Na6MDt+N82q49NESjOrsiTS1b38UqaJPwT8DPQFuOb/LC5pRKgAAAABJRU5ErkJggg==) 100%/18px no-repeat}.msg-prescription.customer .prescription_header-btn[data-v-a9aa04b2]{color:#21c17a}.msg-prescription.customer .prescription_btn-group .ant-btn[data-v-a9aa04b2]{color:#21c17a;border-color:#21c17a}.chat-read-status-text{line-height:20px;font-size:14px;color:rgba(0,0,0,.6);text-align:right;cursor:pointer}.chat-read-status-text.light{color:#2d7aff}.avatar-logo[data-v-2a89184f]{width:50px;border-radius:50%;font-size:18px;line-height:1;overflow:hidden;display:inline-block;vertical-align:middle}.avatar-logo-content[data-v-2a89184f]{width:100%;padding-top:100%;height:0;text-align:center;position:relative;color:#fff;background-color:#5585f5}.avatar-logo-content[data-v-2a89184f]:after{content:attr(data-name);position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);white-space:nowrap}.chat-read-record{width:430px;background:#fff;box-shadow:0 2px 4px 0 rgba(0,0,0,.1);border-radius:8px;border:1px solid #d5d5d5}.chat-read-record__title{font-size:16px;color:#000;line-height:22px;padding:15px;border-bottom:1px solid #e8e8e8;display:flex;align-items:center;justify-content:space-between}.chat-read-record__col{width:50%;float:left}.chat-read-record__col+.chat-read-record__col{border-left:1px solid #e8e8e8}.chat-read-record__total{padding:10px 14px;font-size:14px;color:#000;line-height:28px}.chat-read-record__num{font-size:20px}.chat-read-record__users{height:234px;overflow-y:auto;padding:0 8px}.chat-read-record__user{display:flex;align-items:center;padding:4px 8px}.chat-read-record__user:hover{background:#f2f2f2;border-radius:4px}.chat-read-record__user+.chat-read-record__user{margin-top:8px}.chat-read-record__username{flex:1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:14px;color:#212121;line-height:26px;padding:0 0 0 8px}.status-btn[data-v-492ed1ae]{position:relative;height:28px;line-height:28px;cursor:pointer}.ant-layout-header[data-v-4be1a9a6]{padding:0;height:auto;background-color:transparent}.ant-layout-header .session-time[data-v-4be1a9a6]{background-color:#f2fffb;border:1px solid rgba(59,213,161,.46)}.ant-layout-header .session-time[data-v-4be1a9a6] .ant-alert-message{color:#05c987}.ant-layout-header .session-time[data-v-4be1a9a6] .ant-alert-message:before{content:"";display:inline-block;width:8px;height:8px;background:#05c987;border-radius:50%;margin-right:8px}.chat-header-wrapper[data-v-4be1a9a6]{display:flex;justify-content:space-between;align-items:center;height:65px;padding:0 18px;background:#fff;border-bottom:1px solid #e6e6e6;line-height:1.2}.chat-header-wrapper .chat-header-username[data-v-4be1a9a6]{word-break:break-all}.chat-header-wrapper .chat-header-title[data-v-4be1a9a6]{cursor:pointer;flex:1;position:relative;padding-left:36px}.chat-header-wrapper .chat-header-title .zhuanchu[data-v-4be1a9a6],.chat-header-wrapper .chat-header-title .zhuanjie[data-v-4be1a9a6]{line-height:16px;height:18px;display:inline-block;text-align:center;margin-left:10px;border:1px solid #37d39f;color:#37d39f;font-size:12px;padding:0 4px 0 2px;border-radius:2px}.chat-header-wrapper .chat-header-title .zhuanchu .svg-icon[data-v-4be1a9a6],.chat-header-wrapper .chat-header-title .zhuanjie .svg-icon[data-v-4be1a9a6]{vertical-align:top}.chat-header-wrapper .chat-header-title .zhuanchu[data-v-4be1a9a6]{color:#2d7aff;border:1px solid #2d7aff}.chat-header-wrapper .chat-header-title[data-v-4be1a9a6] .avatar-logo{font-size:12px;position:absolute;left:0;top:50%;margin-top:-15px}.chat-header-wrapper .chat-header-opt[data-v-4be1a9a6]{display:flex}.chat-header-wrapper .chat-header-opt-btn[data-v-4be1a9a6]{margin-left:10px}.chat-header-wrapper[data-v-4be1a9a6] .ant-btn{border-radius:13px;height:26px}.chat-header-wrapper[data-v-4be1a9a6] .ant-btn+.ant-btn{margin-left:8px}.twa{display:inline-block;height:1em;width:1em;margin:0 .05em 0 .1em;vertical-align:-.1em;background-repeat:no-repeat;background-position:50%;background-size:1em 1em}.twa-lg{height:1.33em;width:1.33em;margin:0 .0665em 0 .133em;vertical-align:-.133em;background-size:1.33em 1.33em}.twa-2x{height:2em;width:2em;margin:0 .1em 0 .2em;vertical-align:-.2em;background-size:2em 2em}.twa-3x{height:3em;width:3em;margin:0 .15em 0 .3em;vertical-align:-.3em;background-size:3em 3em}.twa-4x{height:4em;width:4em;margin:0 .2em 0 .4em;vertical-align:-.4em;background-size:4em 4em}.twa-5x{height:5em;width:5em;margin:0 .25em 0 .5em;vertical-align:-.5em;background-size:5em 5em}.twa-grinning{background-image:url(https://twemoji.maxcdn.com/2/svg/1f600.svg)}.twa-joy{background-image:url(https://twemoji.maxcdn.com/2/svg/1f602.svg)}.twa-sweat-smile{background-image:url(https://twemoji.maxcdn.com/2/svg/1f605.svg)}.twa-laughing{background-image:url(https://twemoji.maxcdn.com/2/svg/1f606.svg)}.twa-innocent{background-image:url(https://twemoji.maxcdn.com/2/svg/1f607.svg)}.twa-wink{background-image:url(https://twemoji.maxcdn.com/2/svg/1f609.svg)}.twa-blush{background-image:url(https://twemoji.maxcdn.com/2/svg/1f60a.svg)}.twa-satisfied{background-image:url(https://twemoji.maxcdn.com/2/svg/1f60c.svg)}.twa-heart-eyes{background-image:url(https://twemoji.maxcdn.com/2/svg/1f60d.svg)}.twa-smirk{background-image:url(https://twemoji.maxcdn.com/2/svg/1f60f.svg)}.twa-sweat{background-image:url(https://twemoji.maxcdn.com/2/svg/1f613.svg)}.twa-pensive{background-image:url(https://twemoji.maxcdn.com/2/svg/1f614.svg)}.twa-confused{background-image:url(https://twemoji.maxcdn.com/2/svg/1f615.svg)}.twa-kissing{background-image:url(https://twemoji.maxcdn.com/2/svg/1f617.svg)}.twa-confounded{background-image:url(https://twemoji.maxcdn.com/2/svg/1f616.svg)}.twa-disappointed{background-image:url(https://twemoji.maxcdn.com/2/svg/1f61e.svg)}.twa-worried{background-image:url(https://twemoji.maxcdn.com/2/svg/1f61f.svg)}.twa-angry{background-image:url(https://twemoji.maxcdn.com/2/svg/1f620.svg)}.twa-rage{background-image:url(https://twemoji.maxcdn.com/2/svg/1f621.svg)}.twa-cry{background-image:url(https://twemoji.maxcdn.com/2/svg/1f622.svg)}.twa-persevere{background-image:url(https://twemoji.maxcdn.com/2/svg/1f623.svg)}.twa-triumph{background-image:url(https://twemoji.maxcdn.com/2/svg/1f624.svg)}.twa-relieved{background-image:url(https://twemoji.maxcdn.com/2/svg/1f625.svg)}.twa-frowning{background-image:url(https://twemoji.maxcdn.com/2/svg/1f626.svg)}.twa-anguished{background-image:url(https://twemoji.maxcdn.com/2/svg/1f627.svg)}.twa-weary{background-image:url(https://twemoji.maxcdn.com/2/svg/1f629.svg)}.twa-sleepy{background-image:url(https://twemoji.maxcdn.com/2/svg/1f62a.svg)}.twa-grimacing{background-image:url(https://twemoji.maxcdn.com/2/svg/1f62c.svg)}.twa-open-mouth{background-image:url(https://twemoji.maxcdn.com/2/svg/1f62e.svg)}.twa-hushed{background-image:url(https://twemoji.maxcdn.com/2/svg/1f62f.svg)}.twa-astonished{background-image:url(https://twemoji.maxcdn.com/2/svg/1f632.svg)}.twa-sleeping{background-image:url(https://twemoji.maxcdn.com/2/svg/1f634.svg)}.twa-no-mouth{background-image:url(https://twemoji.maxcdn.com/2/svg/1f636.svg)}.twa-smile-cat{background-image:url(https://twemoji.maxcdn.com/2/svg/1f638.svg)}.twa-heart-eyes-cat{background-image:url(https://twemoji.maxcdn.com/2/svg/1f63b.svg)}.twa-smirk-cat{background-image:url(https://twemoji.maxcdn.com/2/svg/1f63c.svg)}.twa-pouting-cat{background-image:url(https://twemoji.maxcdn.com/2/svg/1f63e.svg)}.twa-slightly-frowning-face{background-image:url(https://twemoji.maxcdn.com/2/svg/1f641.svg)}.twa-slightly-smiling-face{background-image:url(https://twemoji.maxcdn.com/2/svg/1f642.svg)}.twa-upside-down-face{background-image:url(https://twemoji.maxcdn.com/2/svg/1f643.svg)}.twa-face-with-rolling-eyes{background-image:url(https://twemoji.maxcdn.com/2/svg/1f644.svg)}.twa-face-with-no-good-gesture-type-4{background-image:url(https://twemoji.maxcdn.com/2/svg/1f645-1f3fd.svg)}.twa-see-no-evil{background-image:url(https://twemoji.maxcdn.com/2/svg/1f648.svg)}.twa-handshake{background-image:url(https://twemoji.maxcdn.com/2/svg/1f91d.svg)}.twa-victory-hand{background-image:url(https://twemoji.maxcdn.com/2/svg/270c.svg)}.twa-writing-hand{background-image:url(https://twemoji.maxcdn.com/2/svg/270d.svg)}.twa-soccer-ball{background-image:url(https://twemoji.maxcdn.com/2/svg/26bd.svg)}.twa-warning{background-image:url(https://twemoji.maxcdn.com/2/svg/26a0.svg)}.twa-snowflake{background-image:url(https://twemoji.maxcdn.com/2/svg/2744.svg)}.twa-coffee{background-image:url(https://twemoji.maxcdn.com/2/svg/2615.svg)}.twa-red-heart{background-image:url(https://twemoji.maxcdn.com/2/svg/2764.svg)}.twa-point-left{background-image:url(https://twemoji.maxcdn.com/2/svg/1f448.svg)}.twa-clap{background-image:url(https://twemoji.maxcdn.com/2/svg/1f44f.svg)}.twa-high-heel{background-image:url(https://twemoji.maxcdn.com/2/svg/1f460.svg)}.twa-handbag{background-image:url(https://twemoji.maxcdn.com/2/svg/1f45c.svg)}.twa-womans-clothes{background-image:url(https://twemoji.maxcdn.com/2/svg/1f45a.svg)}.twa-gift{background-image:url(https://twemoji.maxcdn.com/2/svg/1f381.svg)}.twa-ramen{background-image:url(https://twemoji.maxcdn.com/2/svg/1f35c.svg)}.twa-tada{background-image:url(https://twemoji.maxcdn.com/2/svg/1f389.svg)}.twa-trophy{background-image:url(https://twemoji.maxcdn.com/2/svg/1f3c6.svg)}.twa-hospital{background-image:url(https://twemoji.maxcdn.com/2/svg/1f3e5.svg)}.twa-feet{background-image:url(https://twemoji.maxcdn.com/2/svg/1f463.svg)}.twa-100{background-image:url(https://twemoji.maxcdn.com/2/svg/1f4af.svg)}.twa-moneybag{background-image:url(https://twemoji.maxcdn.com/2/svg/1f4b0.svg)}.twa-round-pushpin{background-image:url(https://twemoji.maxcdn.com/2/svg/1f4cd.svg)}.twa-rose{background-image:url(https://twemoji.maxcdn.com/2/svg/1f339.svg)}.message-wrapper[data-v-bfc2e530]{flex:1;height:0;display:flex;flex-direction:column;overflow-x:hidden}.message-wrapper .message-item.left .msg-describe[data-v-bfc2e530]{margin-left:10px}.message-wrapper .message-item.right .msg-describe[data-v-bfc2e530]{margin-right:10px;border-radius:8px 0}.message-wrapper .message-item.left .msg-prescription[data-v-bfc2e530]{border-radius:0 16px 16px 16px}.message-wrapper .message-item.right .msg-prescription[data-v-bfc2e530]{border-radius:16px 0 16px 16px}.message-wrapper .message-item.left[data-v-bfc2e530] .multichat-msg_picture{border-top-left-radius:0;background-color:#ebebeb}.message-wrapper .message-item.right[data-v-bfc2e530] .multichat-msg_picture{border-top-left-radius:16px;border-top-right-radius:0;background-color:#5585f5}.message-wrapper .broadcast-wrap[data-v-bfc2e530]{height:30px;text-align:center;font-size:14px;background-color:#fffbe8}.message-wrapper .broadcast-wrap[data-v-bfc2e530] .carousel-item{display:inline-flex!important;justify-content:center;align-items:center;width:100%;height:30px;text-align:center}.message-wrapper .broadcast-wrap[data-v-bfc2e530] .carousel-item.has-link{color:#ed6a0c;cursor:pointer}.message-wrapper .broadcast-wrap[data-v-bfc2e530] .carousel-item span{display:inline-block;max-width:calc(100% - 30px);margin-left:4px}.message-wrapper .loading-icon[data-v-bfc2e530]{position:absolute;top:0;left:50%}[data-v-bfc2e530] .ant-layout-content{flex:1;display:flex;flex-direction:column;position:relative}.online-message[data-v-bfc2e530]{flex:1;height:100%;overflow-y:auto;overflow-x:hidden;padding:10px 22px;text-align:center}.online-message[data-v-bfc2e530]::-webkit-scrollbar{width:5px}.online-message .message-time[data-v-bfc2e530]{display:inline-block;color:#666;font-size:14px;border-radius:4px;padding:4px;margin:0 auto;margin-bottom:16px}.online-message>div[data-v-bfc2e530]{margin-bottom:16px}.online-message .message-item[data-v-bfc2e530]{display:flex}.online-message .message-item[data-v-bfc2e530] .chat-read-status-text{display:none}.online-message .message-item.right.read-status[data-v-bfc2e530]{padding-bottom:24px;position:relative}.online-message .message-item.right.read-status[data-v-bfc2e530] .chat-read-status-text{display:block;position:absolute;right:50px;bottom:0}.online-message .message-item .right-time[data-v-bfc2e530]{display:none;position:absolute;top:-16px;left:10px;font-size:12px;color:#b0b1b1;white-space:nowrap}.online-message .message-item .content-wrap[data-v-bfc2e530]{padding:0 10px;text-align:left;position:relative}.online-message .message-item .content-wrap:hover .right-time[data-v-bfc2e530]{display:block}.online-message .message-item .content-wrap .robot-item[data-v-bfc2e530]{text-align:left}.online-message .message-item .content-wrap .robot-item a[data-v-bfc2e530]{text-decoration:underline}.online-message .message-item .content-wrap .intention-wrap[data-v-bfc2e530]{display:flex;flex-wrap:wrap;padding:8px 0 4px 0;background-color:#fff;border-radius:0 0 8px 8px}.online-message .message-item .content-wrap .intention-wrap>div[data-v-bfc2e530]{display:inline-flex;flex-direction:column;align-items:center;width:60px;height:54px;cursor:pointer}.online-message .message-item .content-wrap .intention-wrap>div:hover span[data-v-bfc2e530],.online-message .message-item .content-wrap .intention-wrap>div[data-v-bfc2e530]:hover{color:#5585f5}.online-message .message-item .content-wrap .intention-wrap span[data-v-bfc2e530]{margin-top:8px;max-width:90%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-size:12px;color:#6a6a6a}.online-message .message-item .content-wrap .dictionary-ul[data-v-bfc2e530]{padding-top:8px;display:flex;flex-wrap:wrap}.online-message .message-item .content-wrap .dictionary-ul li[data-v-bfc2e530]{padding:4px 16px;margin-right:16px;font-size:14px;color:#5585f5;background:#efefef;border-radius:16px;cursor:pointer}.online-message .message-item .content-wrap .client-btn[data-v-bfc2e530]{display:inline-block;padding:4px 8px;margin-top:8px;color:#fff;font-size:12px;border-radius:20px;background:#5585f5;cursor:pointer}.online-message .message-item .content-wrap .re-call[data-v-bfc2e530]{cursor:pointer;color:#5585f5}.online-message .message-item .content-wrap .voice-bg[data-v-bfc2e530]{display:flex;align-items:center;cursor:pointer}.online-message .message-item .content-wrap .voice-bg img[data-v-bfc2e530]{mix-blend-mode:difference;display:inline-block;width:14px}.online-message .message-item .content-wrap .voice-bg .voice-text[data-v-bfc2e530]{display:inline-block}.online-message .message-item .content-wrap .voice-bg span[data-v-bfc2e530]{margin-left:8px}.online-message .message-item .has-dictionary[data-v-bfc2e530]{padding:0;text-align:left;background:unset}.online-message .message-item .content[data-v-bfc2e530]{padding:10px;background:#ebebeb;border-radius:0 8px 8px 8px;max-width:500px;margin:0;line-height:20px;font-size:14px;color:#000;text-align:left;word-break:break-word}.online-message .message-item .content[data-v-bfc2e530] p{margin:0}.online-message .message-item .upload-image[data-v-bfc2e530]{margin-left:8px}.online-message .message-item.right[data-v-bfc2e530]{flex-direction:row-reverse}.online-message .message-item.right .right-time[data-v-bfc2e530]{left:unset;right:10px}.online-message .message-item.right .content-wrap .robot-item[data-v-bfc2e530],.online-message .message-item.right .content-wrap[data-v-bfc2e530]{text-align:right}.online-message .message-item.right .content-wrap .voice-bg[data-v-bfc2e530]{flex-direction:row-reverse;align-self:flex-end}.online-message .message-item.right .content-wrap .voice-bg img[data-v-bfc2e530]{transform:rotateY(180deg)}.online-message .message-item.right .content-wrap .voice-bg span[data-v-bfc2e530]{margin-left:0;margin-right:8px;text-align:right}.online-message .message-item.right .content-wrap .content[data-v-bfc2e530]{background-color:#e7f0ff;border-radius:8px 0 8px 8px;border:1px solid #e7f0ff;box-sizing:border-box}.online-message .message-item.right .upload-image[data-v-bfc2e530]{margin-right:8px}.online-message .bot-message[data-v-bfc2e530]{display:block;text-decoration:underline;color:#5585f5;cursor:pointer}.online-message .session-end[data-v-bfc2e530]{display:flex;justify-content:center;margin-top:15px;margin-bottom:25px}.online-message .session-end .end[data-v-bfc2e530]{display:flex;justify-content:center;width:30%;height:36px;line-height:36px;background-color:#e8e8e8;color:#939393;font-size:14px;border-radius:18px}.online-message .menu-tip[data-v-bfc2e530]{font-size:20px;align-self:flex-end;margin-bottom:8px;background:#f6f6f6;height:25px;line-height:25px;width:30px;border-radius:4px}.online-message .menu-item[data-v-bfc2e530] :hover{background:red}.online-message .menu-main[data-v-bfc2e530]{width:100px;background-color:#101627;color:#fff;text-align:left;border-radius:6px;padding:10px 0;z-index:3000;cursor:pointer}.online-message .menu-main .menu-item[data-v-bfc2e530]{padding:0 10px}.online-message .menu-main .menu-item[data-v-bfc2e530]:hover{background-color:#efefef;color:#000}.online-message .first-name[data-v-bfc2e530]{width:40px;height:40px;line-height:40px;text-align:center;background:#5585f5;color:#fff;border-radius:100%;font-size:15px}.online-message .msg-avatar[data-v-bfc2e530]{width:40px;height:40px;border-radius:50%;-o-object-fit:cover;object-fit:cover;background:#fff}.online-message[data-v-bfc2e530] .ant-spin-spinning{display:flex;align-items:center}.online-message .system-msg[data-v-bfc2e530]{margin:10px 0;text-align:left;line-height:20px;word-wrap:break-word;display:flex;justify-content:center}.online-message .system-msg .system-icon[data-v-bfc2e530]{font-size:18px;color:#ffc200;vertical-align:middle;margin-right:10px;margin-top:1px}.online-message .system-msg .system-btn[data-v-bfc2e530]{color:#5585f5;margin-left:8px;cursor:pointer;text-decoration:underline}[data-v-bfc2e530] p{margin-bottom:0}.evaluate-modal{font-size:14px;color:#969696}.evaluate-modal .ant-modal-close-x .anticon{font-size:16px;color:#2e2e2e}.evaluate-modal p{color:#969696;margin:16px 0 8px}.evaluate-modal .rate-wrap{display:flex;align-items:center}.evaluate-modal .rate-wrap>span{flex:1;margin-top:8px}.evaluate-modal .rate-wrap .ant-rate-text{color:#585858}.evaluate-modal .ant-tag{height:unset;padding:6px 8px;margin-right:16px;color:#585858;font-size:14px;border:1px solid #d5d5d5}.evaluate-modal .ant-tag-checkable-checked{color:#fff;border-color:transparent}.evaluate-modal .anticon{font-size:24px}.evaluate-modal .ant-rate-star-full{color:#ff9525}.evaluate-modal .rate-two>div{display:inline-flex;flex-direction:column;text-align:center;max-width:35%;min-width:56px}.evaluate-modal .rate-two .anticon.rate-checked,.evaluate-modal .rate-two .anticon:hover{color:#ff9525}.evaluate-modal .ant-radio-wrapper>span{color:#2e2e2e}.evaluate-modal .remark-input{min-height:112px}.video-popover[data-v-5e1d7bf5]{position:fixed;z-index:200000;top:calc(50% - 320px);left:calc(50% - 240px);background:#fff;cursor:pointer}.video-popover .video-header[data-v-5e1d7bf5]{display:flex;justify-content:center;height:32px;box-shadow:-4px -4px 10px #ced7ed}.video-popover .video-header .video-title[data-v-5e1d7bf5]{flex:1;display:inline-block;line-height:32px;text-align:center;font-size:14px}.video-popover .video-header .icon-item[data-v-5e1d7bf5]{display:flex;align-items:center;line-height:40px;margin-left:auto;margin-right:20px}.video-popover #remote-video-wrap[data-v-5e1d7bf5]{position:relative;background:#2e2e2e}.video-popover #local_stream[data-v-5e1d7bf5]{position:absolute;top:20px;right:20px;z-index:1001}.video-popover .panel-wrapper[data-v-5e1d7bf5]{position:relative}.video-popover .ant-slider[data-v-5e1d7bf5]{width:120px;margin-left:130px}.video-popover .operation-panel[data-v-5e1d7bf5]{position:relative;display:flex;justify-content:center;z-index:1002}.video-popover .operation-panel .panel-item[data-v-5e1d7bf5]{margin-right:20px;cursor:pointer;display:flex;flex-direction:column;align-items:center}.video-popover .operation-panel .panel-item>img[data-v-5e1d7bf5]{margin-bottom:10px}.single-audio[data-v-d99c71a2]{position:fixed;z-index:300000;top:calc(50% - 320px);left:calc(50% - 240px);width:414px;box-shadow:0 5px 13px 0 rgba(0,0,0,.14);background:rgba(0,0,0,.9);border-radius:8px}.single-audio .video-view[data-v-d99c71a2]{width:0;height:0;overflow:hidden}.single-audio .header[data-v-d99c71a2]{height:40px;line-height:40px;text-align:center;font-size:14px;color:#fff}.single-audio .header .icon-item[data-v-d99c71a2]{float:right;line-height:40px}.single-audio .main[data-v-d99c71a2]{display:flex;flex-direction:column;justify-content:space-between;height:560px;width:100%;padding:24px 36px 48px 36px;color:#fff}.single-audio .main .top .user[data-v-d99c71a2]{height:80px;display:flex;flex-direction:column;justify-content:space-between;padding:7px 18px;align-items:center;font-size:24px;line-height:32px}.single-audio .main .top .user .status[data-v-d99c71a2]{font-size:16px;line-height:22px}.single-audio .main .top .user-logo[data-v-d99c71a2]{display:block;margin:0 auto}.single-audio .main .bottom[data-v-d99c71a2]{display:flex;justify-content:center}.single-audio .main .bottom .item[data-v-d99c71a2]{display:flex;flex-direction:column;align-items:center;font-size:18px;color:#b2b7c2}.single-audio .main .bottom .item>img[data-v-d99c71a2]{margin-bottom:7px}.single-audio .main .bottom .item[data-v-d99c71a2]:first-child{margin-right:70px}.online-chat[data-v-f1389824]{position:relative;height:100%}.online-chat.chat-page[data-v-f1389824]{margin:0}.online-chat[data-v-f1389824] .ant-layout{height:100%}.online-chat[data-v-f1389824] .ant-layout-footer{color:#000}.online-chat .ant-layout-header[data-v-f1389824]{display:flex;justify-content:space-between;align-items:center;height:48px;padding-left:18px;padding-right:0;background:#fff;border-bottom:1px solid #d8d8d8}.online-chat .ant-layout-header .title[data-v-f1389824]{margin-right:auto}.online-chat .ant-layout-header[data-v-f1389824] .ant-btn{border-radius:13px;height:26px;margin-right:18px}.online-chat[data-v-f1389824] .ant-layout-footer{height:190px;padding:0;background:#fff}.online-chat[data-v-f1389824] .ant-layout-content{background:#fff}.online-chat .notice-bottom[data-v-f1389824]{border:1px solid #e2e2e2;border-bottom:0;padding:5px 15px;font-size:14px;line-height:20px;color:rgba(0,0,0,.6);text-align:left;background-color:#fff;word-break:break-all}.online-chat .notice-bottom .svg-icon[data-v-f1389824]{margin-right:10px;font-size:14px;color:#969696}.online-chat .notice-bottom[data-v-f1389824] .light{color:#e54949}.online-chat[data-v-c7d05068]{position:relative;height:100%}.online-chat.chat-page[data-v-c7d05068]{margin:0}.online-chat[data-v-c7d05068] .ant-layout{height:100%}.online-chat[data-v-c7d05068] .ant-layout-footer{color:#000}.online-chat .ant-layout-header[data-v-c7d05068]{display:flex;justify-content:space-between;align-items:center;height:48px;padding-left:18px;padding-right:18px;background:#fff;border-bottom:1px solid #d8d8d8}.online-chat .ant-layout-header .title[data-v-c7d05068]{margin-right:auto}.online-chat .ant-layout-header .custom-serve[data-v-c7d05068]{display:inline-block;line-height:1.5;padding:4px 16px;font-size:14px;color:#5585f5;border-radius:16px;border:1px solid #5585f5;cursor:pointer}.online-chat .ant-layout-header[data-v-c7d05068] .ant-btn{border-radius:13px;height:26px;margin-right:18px}.online-chat[data-v-c7d05068] .ant-layout-footer{height:190px;padding:0;background:#fff}.online-chat[data-v-c7d05068] .ant-layout-content{background:#fff}.clientIndex[data-v-25007efe]{width:100%;height:100%}.clientIndex[data-v-25007efe] .ant-spin-container{height:100%}
|
|
1
|
+
.svg-icon[data-v-116546f7]{width:1em;height:1em;vertical-align:-.15em;fill:currentColor;overflow:hidden}.quick-reply{width:600px;height:400px}.quick-reply .ant-popover-inner-content{height:100%}.quick-reply .quick-reply{display:flex;flex-direction:column;height:100%;width:100%}.quick-reply .ant-popover-content,.quick-reply .ant-popover-inner,.quick-reply .ant-popover-inner>div{height:100%}.quick-reply .ant-tabs{flex:1}.quick-reply .ant-tabs-content{height:calc(100% - 44px)}.quick-reply .ant-tabs-tabpane,.quick-reply .quick-reply-wrapper{height:100%}.quick-reply .ant-input{min-height:40px;box-sizing:border-box;resize:none;padding-bottom:34px;background-color:#f5f7fc;border:none;outline:none}.quick-reply .quick-reply-wrapper{height:100%;overflow:auto}.quick-reply .quick-reply-wrapper::-webkit-scrollbar{width:5px;background-color:#f5f5f5}.quick-reply .quick-reply-no-wrapper{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center}.quick-reply .quick-reply-item{padding:0 17px;font-size:14px;line-height:24px;word-wrap:break-word;word-break:normal;cursor:pointer}.quick-reply .quick-reply-item .text{display:inline-block;width:100%;padding:5px 0;border-bottom:1px solid #efefef}.quick-reply .quick-reply-item .text:hover{border:none}.quick-reply .quick-reply-item .text .operate{display:none;float:right}.quick-reply .quick-reply-item .text .operate>i{margin-left:10px}.quick-reply .quick-reply-item .input{position:relative;margin-bottom:6px}.quick-reply .quick-reply-item .input .confirm{position:absolute;right:10px;bottom:7px;font-size:14px}.quick-reply .quick-reply-item:not(.quick-input):hover{background-color:#5585f5;color:#fff}.quick-reply .quick-reply-item:not(.quick-input):hover .operate{display:block}.quick-reply .quick-add{line-height:40px;padding:0 17px;color:#5585f5;cursor:pointer}.quick-reply .quick-search .ant-input{height:40px;line-height:20px;background-color:#fff;padding:10px 12px;border:1px solid #d9d9d9}.quick-reply .input{padding-top:8px}.quick-reply .input .ant-input{background-color:#fbfbfb;border:1px solid #d5d5d5}.voice-page[data-v-7e851a0c]{position:fixed;z-index:300000;top:calc(50% - 232px);left:calc(50% - 207px);width:414px;height:464px;background:#fff;border-radius:16px;box-shadow:0 0 16px 6px rgba(0,0,0,.14);cursor:default}.voice-page[data-v-7e851a0c]:before{content:" ";width:100%;height:100%;position:fixed;top:0;left:0;cursor:default}.voice-page .voice-containter[data-v-7e851a0c]{position:relative;width:100%;height:100%;padding:66px;text-align:center}.voice-page .voice-containter .close-icon[data-v-7e851a0c]{position:absolute;top:14px;right:14px;font-size:16px;color:#979797}.voice-page .voice-containter .img-wrap[data-v-7e851a0c]{width:136px;height:136px;margin:26px auto;cursor:pointer}.voice-page .voice-containter .img-wrap .end-wrap[data-v-7e851a0c]{position:relative;width:100%;height:100%}.voice-page .voice-containter .img-wrap .end-wrap img[data-v-7e851a0c]{width:100%;height:100%}.voice-page .voice-containter .img-wrap .end-wrap .progress-ele[data-v-7e851a0c]{position:absolute;top:48%;left:49.8%;transform:translate(-50%,-50%)}.voice-page .voice-containter .img-wrap .play-wrap[data-v-7e851a0c]{display:inline-flex;justify-content:center;align-items:center;width:120px;height:120px;background:linear-gradient(180deg,#2d7aff,#2c5df4);box-shadow:0 5px 8px 0 rgba(44,101,247,.39);border-radius:50%}.voice-page .voice-containter .img-wrap .play-wrap img[data-v-7e851a0c]{width:35px}.voice-page .voice-containter p[data-v-7e851a0c]{margin-bottom:10px;font-size:16px}.voice-page .voice-containter .time-wrap[data-v-7e851a0c]{font-size:30px}.voice-page .voice-containter .btn-wrap[data-v-7e851a0c]{margin-top:35px}.voice-page .voice-containter .btn-wrap span[data-v-7e851a0c]{display:inline-block;padding:8px 32px;border-radius:20px;border:1px solid #d9d9d9;cursor:pointer}.voice-page .voice-containter .btn-wrap .send-btn[data-v-7e851a0c]{margin-left:18px;background:#2d7aff;color:#fff;border-color:#2d7aff}.reason-tips[data-v-375e05a7]{font-size:14px;color:#212121;line-height:20px;margin-bottom:16px}.reason-tips[data-v-375e05a7]:before{content:"*";color:#e54949}.reason-options .ant-radio-wrapper[data-v-375e05a7]{margin-bottom:16px}.reason-remark[data-v-375e05a7]{position:relative}.reason-remark textarea[data-v-375e05a7]{padding-bottom:30px}.reason-remark .word-count[data-v-375e05a7]{position:absolute;bottom:8px;right:11px;text-align:right;color:#969696;font-size:12px;line-height:20px}.chat-footer-modal-big{padding:10px}.chat-footer-modal-big.ant-modal-wrap{overflow:none}.chat-footer-modal-big .ant-modal{width:100%;height:100%;top:0;padding-bottom:0}.chat-footer-modal-big .ant-modal-content{height:100%}.chat-footer-modal-big .ant-modal-body{height:calc(100% - 55px)}.chat-footer-modal-small.ant-modal-wrap{overflow:none}.chat-footer-modal-small .ant-modal{width:80%;height:80%;padding-bottom:0;top:60px}.chat-footer-modal-small .ant-modal-content{height:100%}.chat-footer-modal-small .ant-modal-body{height:100%;padding:0}.message-operate[data-v-54252e2e]{display:flex;align-items:center;height:40px;line-height:18px;background:#fff;overflow-x:auto;overflow-y:hidden;border-top:1px solid #e6e6e6}.message-operate[data-v-54252e2e]::-webkit-scrollbar{height:5px}.message-operate>img[data-v-54252e2e]{margin-left:10px}.message-operate[data-v-54252e2e] .ant-tabs .ant-tabs-top-content>.ant-tabs-tabpane{height:300px!important;overflow:auto!important}.message-operate[data-v-54252e2e] .ant-upload-list{display:none}.message-operate[data-v-54252e2e] .ant-upload{height:32px;vertical-align:middle;display:inline-block}.message-operate .no-click[data-v-54252e2e]{pointer-events:none;opacity:.4}.message-operate .svg-icon[data-v-54252e2e]{color:rgba(0,0,0,.6)}.emoji-wrapper[data-v-54252e2e]{width:500px;height:300px;overflow:auto;display:grid;grid-template-columns:repeat(10,1fr)}.emoji-wrapper .emoji[data-v-54252e2e]{display:inline-block;font-size:20px;margin:10px;text-align:center}.emoji-wrapper[data-v-54252e2e]::-webkit-scrollbar{width:5px}.message[data-v-54252e2e]{position:relative;height:150px}.message .message-send[data-v-54252e2e]{position:absolute;bottom:8px;right:14px;height:40px;border-radius:20px;width:86px;font-weight:600;font-size:18px;color:#fff;background-color:#5585f5;border-color:#5585f5}.message .message-send[data-v-54252e2e]:hover{background-color:rgba(85,133,245,.7);border-color:rgba(85,133,245,.7)}.message .message-send[disabled][data-v-54252e2e],.message .message-send[disabled][data-v-54252e2e]:hover{background-color:#f5f5f5;border-color:#d9d9d9;color:#bebebe}.message .prompt[data-v-54252e2e]{position:absolute;bottom:16px;right:120px;color:#a6a6a6}.infinite-container[data-v-54252e2e]{overflow-y:auto}.message-wrapper[data-v-54252e2e]{position:relative}.message-wrapper .loading-icon[data-v-54252e2e]{position:absolute;top:0;left:50%}.content-edit[data-v-54252e2e]{width:100%;height:100%;padding:0 16px 56px;word-break:break-word;cursor:text}.content-edit[data-v-54252e2e]::-webkit-scrollbar{width:5px}.content-edit>div[data-v-54252e2e]{height:100%;outline:none;overflow-y:auto;overflow-x:hidden}.overlay[data-v-54252e2e]{position:absolute;width:100%;height:100%;top:0;cursor:not-allowed}.queue-page[data-v-54252e2e]{display:flex;flex-direction:column;align-items:center;justify-content:center;position:absolute;width:100%;height:100%;top:0;background:#fff;z-index:500;border-top:1px solid #e6e6e6}.queue-page .queue-tips[data-v-54252e2e]{font-size:16px;color:#272727;line-height:22px;margin-bottom:16px}.queue-page .queue-btns[data-v-54252e2e]{display:flex;justify-content:center}.queue-page .toSession[data-v-54252e2e]{width:80px;height:80px;line-height:80px;text-align:center;background:linear-gradient(180deg,#fff,#f5f5f5);box-shadow:0 4px 9px 0 hsla(0,0%,72.9%,.79);border-radius:50%;color:#4b4b4b;font-size:20px;font-weight:500;font-family:PingFangSC-Medium,PingFang SC;transition:transform .3s ease}.queue-page .toSession.primary[data-v-54252e2e]{background:linear-gradient(180deg,#2d7aff,#2c5df4);box-shadow:0 5px 8px 0 rgba(44,101,247,.39);color:#fff}.queue-page .toSession.danger[data-v-54252e2e]{background:linear-gradient(180deg,#ff4b4b,#c80606);box-shadow:0 5px 8px 0 rgba(217,26,26,.35);color:#fff}.queue-page .toSession[data-v-54252e2e]:hover{transform:scale(1.2)}.queue-page .toSession+.toSession[data-v-54252e2e]{margin-left:36px}.toolbar[data-v-54252e2e]{margin:0 5px;font-size:20px;outline:none;padding:6px;box-sizing:content-box}.toolbar[data-v-54252e2e]:hover{background-color:#ebebeb;border-radius:6px}.closed-toolbar[data-v-54252e2e]{z-index:100}[data-v-54252e2e] p{margin-bottom:0}.click-voice[data-v-54252e2e]{color:#2d7aff}.msg-describe[data-v-4b76a796]{width:235px;border-radius:0 8px;overflow:hidden;text-align:left;background-color:#fff}.msg-describe__header[data-v-4b76a796]{background-color:#5585f5;padding:10px 16px;font-size:16px;font-weight:600;color:#fff;line-height:22px;word-break:break-word}.msg-describe__content[data-v-4b76a796]{padding:10px 18px 8px;border-radius:0 0 8px 8px;word-break:break-word;overflow:hidden;border:1px solid #e6e6e6;border-top:0}.msg-describe__content .wrapper[data-v-4b76a796]{overflow:hidden;max-height:128px}.msg-describe .desc-item+.desc-item[data-v-4b76a796]{margin-top:8px}.msg-describe .desc-title[data-v-4b76a796]{font-size:14px;color:#7a7a7a;line-height:20px}.msg-describe .desc-txt[data-v-4b76a796]{font-size:16px;color:#212121;line-height:26px;font-weight:600}.msg-describe .fold-btn[data-v-4b76a796]{display:inline-block;font-size:14px;color:#7a7a7a;line-height:20px;margin-top:8px;cursor:pointer}.msg-describe .fold-btn i[data-v-4b76a796]{font-size:12px;margin-left:4px}.multichat-msg_picture{position:relative;min-width:160px;height:160px;background-color:#fff;border-radius:16px;border:12px solid transparent;padding:2px;overflow:hidden}.multichat-msg_picture:before{content:"";position:absolute;left:0;bottom:0;right:0;top:0;background-color:#fff;border-radius:6px}.multichat-msg_picture-icon{max-width:100%;height:100%;display:block;margin:0 auto;border-radius:4px;position:relative}.multichat-msg_picture-static{color:#fff;position:absolute;bottom:2px;left:2px;right:2px;line-height:22px;background-color:rgba(0,0,0,.6);font-size:12px;text-align:center;border-radius:0 0 4px 4px}.msg-prescription[data-v-a9aa04b2]{text-align:left;padding:0 16px;width:230px;background-color:#fff;border-radius:16px;font-size:14px;border:1px solid #ebebeb}.msg-prescription .prescription_header[data-v-a9aa04b2]{padding:8px 0;display:flex;align-items:center;border-bottom:1px solid #ebebeb}.msg-prescription .prescription_header-title[data-v-a9aa04b2]{line-height:22px;height:22px;font-size:16px;color:#000;flex:1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.msg-prescription .prescription_header-btn[data-v-a9aa04b2]{height:20px;line-height:20px;max-width:50%;overflow:hidden;cursor:pointer;color:#5585f5}.msg-prescription .prescription_wrapper[data-v-a9aa04b2]{display:flex;padding:10px 0}.msg-prescription .prescription_logo[data-v-a9aa04b2]{width:40px;height:40px;margin-right:12px}.msg-prescription .prescription_logo.img[data-v-a9aa04b2]{border-radius:50%}.msg-prescription .prescription_body[data-v-a9aa04b2]{flex:1;overflow:hidden;color:#666;word-break:break-all}.msg-prescription .prescription_btn-group[data-v-a9aa04b2]{margin-right:-8px;text-align:center}.msg-prescription .prescription_btn-group .ant-btn[data-v-a9aa04b2]{margin-bottom:8px;min-width:61px;max-width:100%;margin-right:8px;color:#5585f5;border-color:#5585f5}.msg-prescription .prescription_footer[data-v-a9aa04b2]{padding:2px 0 10px;line-height:20px;text-align:center}.msg-prescription .prescription_footer-btn[data-v-a9aa04b2]{cursor:pointer;display:inline-block;vertical-align:top;color:rgba(0,0,0,.45);padding-right:18px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAABDElEQVQ4T+WULQ6EMBCF3yocBgsXQOC4AnfA4UjgBCSgIOEEkOBw3IEr4BBcACwGh2IzTUqWn243m3U7rp32y5v30j62bdvwg3r8EWhdV9R1Ddd1oarqwb1lWdA0DTzPg6Ioh97Fo2EYEMcxDMNAmqY7jCBJkmAcR2RZBtM034Oo23Ud8jzfYbTHIVEUwbbtS87C1DhM13V2aZomiCDUvwXN8wxN03ZldJBDeO8s6dYjGsP3fTiOw2BUNE7btqiqinkn9YhSIzP7vkcYhgxGRZCiKGBZFgtDmhpdeoUFQcBAZVkKIUKPzjBai5Rwr96+Na6MDt+N82q49NESjOrsiTS1b38UqaJPwT8DPQFuOb/LC5pRKgAAAABJRU5ErkJggg==) 100%/18px no-repeat}.msg-prescription.customer .prescription_header-btn[data-v-a9aa04b2]{color:#21c17a}.msg-prescription.customer .prescription_btn-group .ant-btn[data-v-a9aa04b2]{color:#21c17a;border-color:#21c17a}.chat-read-status-text{line-height:20px;font-size:14px;color:rgba(0,0,0,.6);text-align:right;cursor:pointer}.chat-read-status-text.light{color:#2d7aff}.avatar-logo[data-v-2a89184f]{width:50px;border-radius:50%;font-size:18px;line-height:1;overflow:hidden;display:inline-block;vertical-align:middle}.avatar-logo-content[data-v-2a89184f]{width:100%;padding-top:100%;height:0;text-align:center;position:relative;color:#fff;background-color:#5585f5}.avatar-logo-content[data-v-2a89184f]:after{content:attr(data-name);position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);white-space:nowrap}.chat-read-record{width:430px;background:#fff;box-shadow:0 2px 4px 0 rgba(0,0,0,.1);border-radius:8px;border:1px solid #d5d5d5}.chat-read-record__title{font-size:16px;color:#000;line-height:22px;padding:15px;border-bottom:1px solid #e8e8e8;display:flex;align-items:center;justify-content:space-between}.chat-read-record__col{width:50%;float:left}.chat-read-record__col+.chat-read-record__col{border-left:1px solid #e8e8e8}.chat-read-record__total{padding:10px 14px;font-size:14px;color:#000;line-height:28px}.chat-read-record__num{font-size:20px}.chat-read-record__users{height:234px;overflow-y:auto;padding:0 8px}.chat-read-record__user{display:flex;align-items:center;padding:4px 8px}.chat-read-record__user:hover{background:#f2f2f2;border-radius:4px}.chat-read-record__user+.chat-read-record__user{margin-top:8px}.chat-read-record__username{flex:1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:14px;color:#212121;line-height:26px;padding:0 0 0 8px}.status-btn[data-v-492ed1ae]{position:relative;height:28px;line-height:28px;cursor:pointer}.ant-layout-header[data-v-4be1a9a6]{padding:0;height:auto;background-color:transparent}.ant-layout-header .session-time[data-v-4be1a9a6]{background-color:#f2fffb;border:1px solid rgba(59,213,161,.46)}.ant-layout-header .session-time[data-v-4be1a9a6] .ant-alert-message{color:#05c987}.ant-layout-header .session-time[data-v-4be1a9a6] .ant-alert-message:before{content:"";display:inline-block;width:8px;height:8px;background:#05c987;border-radius:50%;margin-right:8px}.chat-header-wrapper[data-v-4be1a9a6]{display:flex;justify-content:space-between;align-items:center;height:65px;padding:0 18px;background:#fff;border-bottom:1px solid #e6e6e6;line-height:1.2}.chat-header-wrapper .chat-header-username[data-v-4be1a9a6]{word-break:break-all}.chat-header-wrapper .chat-header-title[data-v-4be1a9a6]{cursor:pointer;flex:1;position:relative;padding-left:36px}.chat-header-wrapper .chat-header-title .zhuanchu[data-v-4be1a9a6],.chat-header-wrapper .chat-header-title .zhuanjie[data-v-4be1a9a6]{line-height:16px;height:18px;display:inline-block;text-align:center;margin-left:10px;border:1px solid #37d39f;color:#37d39f;font-size:12px;padding:0 4px 0 2px;border-radius:2px}.chat-header-wrapper .chat-header-title .zhuanchu .svg-icon[data-v-4be1a9a6],.chat-header-wrapper .chat-header-title .zhuanjie .svg-icon[data-v-4be1a9a6]{vertical-align:top}.chat-header-wrapper .chat-header-title .zhuanchu[data-v-4be1a9a6]{color:#2d7aff;border:1px solid #2d7aff}.chat-header-wrapper .chat-header-title[data-v-4be1a9a6] .avatar-logo{font-size:12px;position:absolute;left:0;top:50%;margin-top:-15px}.chat-header-wrapper .chat-header-opt[data-v-4be1a9a6]{display:flex}.chat-header-wrapper .chat-header-opt-btn[data-v-4be1a9a6]{margin-left:10px}.chat-header-wrapper[data-v-4be1a9a6] .ant-btn{border-radius:13px;height:26px}.chat-header-wrapper[data-v-4be1a9a6] .ant-btn+.ant-btn{margin-left:8px}.twa{display:inline-block;height:1em;width:1em;margin:0 .05em 0 .1em;vertical-align:-.1em;background-repeat:no-repeat;background-position:50%;background-size:1em 1em}.twa-lg{height:1.33em;width:1.33em;margin:0 .0665em 0 .133em;vertical-align:-.133em;background-size:1.33em 1.33em}.twa-2x{height:2em;width:2em;margin:0 .1em 0 .2em;vertical-align:-.2em;background-size:2em 2em}.twa-3x{height:3em;width:3em;margin:0 .15em 0 .3em;vertical-align:-.3em;background-size:3em 3em}.twa-4x{height:4em;width:4em;margin:0 .2em 0 .4em;vertical-align:-.4em;background-size:4em 4em}.twa-5x{height:5em;width:5em;margin:0 .25em 0 .5em;vertical-align:-.5em;background-size:5em 5em}.twa-grinning{background-image:url(https://twemoji.maxcdn.com/2/svg/1f600.svg)}.twa-joy{background-image:url(https://twemoji.maxcdn.com/2/svg/1f602.svg)}.twa-sweat-smile{background-image:url(https://twemoji.maxcdn.com/2/svg/1f605.svg)}.twa-laughing{background-image:url(https://twemoji.maxcdn.com/2/svg/1f606.svg)}.twa-innocent{background-image:url(https://twemoji.maxcdn.com/2/svg/1f607.svg)}.twa-wink{background-image:url(https://twemoji.maxcdn.com/2/svg/1f609.svg)}.twa-blush{background-image:url(https://twemoji.maxcdn.com/2/svg/1f60a.svg)}.twa-satisfied{background-image:url(https://twemoji.maxcdn.com/2/svg/1f60c.svg)}.twa-heart-eyes{background-image:url(https://twemoji.maxcdn.com/2/svg/1f60d.svg)}.twa-smirk{background-image:url(https://twemoji.maxcdn.com/2/svg/1f60f.svg)}.twa-sweat{background-image:url(https://twemoji.maxcdn.com/2/svg/1f613.svg)}.twa-pensive{background-image:url(https://twemoji.maxcdn.com/2/svg/1f614.svg)}.twa-confused{background-image:url(https://twemoji.maxcdn.com/2/svg/1f615.svg)}.twa-kissing{background-image:url(https://twemoji.maxcdn.com/2/svg/1f617.svg)}.twa-confounded{background-image:url(https://twemoji.maxcdn.com/2/svg/1f616.svg)}.twa-disappointed{background-image:url(https://twemoji.maxcdn.com/2/svg/1f61e.svg)}.twa-worried{background-image:url(https://twemoji.maxcdn.com/2/svg/1f61f.svg)}.twa-angry{background-image:url(https://twemoji.maxcdn.com/2/svg/1f620.svg)}.twa-rage{background-image:url(https://twemoji.maxcdn.com/2/svg/1f621.svg)}.twa-cry{background-image:url(https://twemoji.maxcdn.com/2/svg/1f622.svg)}.twa-persevere{background-image:url(https://twemoji.maxcdn.com/2/svg/1f623.svg)}.twa-triumph{background-image:url(https://twemoji.maxcdn.com/2/svg/1f624.svg)}.twa-relieved{background-image:url(https://twemoji.maxcdn.com/2/svg/1f625.svg)}.twa-frowning{background-image:url(https://twemoji.maxcdn.com/2/svg/1f626.svg)}.twa-anguished{background-image:url(https://twemoji.maxcdn.com/2/svg/1f627.svg)}.twa-weary{background-image:url(https://twemoji.maxcdn.com/2/svg/1f629.svg)}.twa-sleepy{background-image:url(https://twemoji.maxcdn.com/2/svg/1f62a.svg)}.twa-grimacing{background-image:url(https://twemoji.maxcdn.com/2/svg/1f62c.svg)}.twa-open-mouth{background-image:url(https://twemoji.maxcdn.com/2/svg/1f62e.svg)}.twa-hushed{background-image:url(https://twemoji.maxcdn.com/2/svg/1f62f.svg)}.twa-astonished{background-image:url(https://twemoji.maxcdn.com/2/svg/1f632.svg)}.twa-sleeping{background-image:url(https://twemoji.maxcdn.com/2/svg/1f634.svg)}.twa-no-mouth{background-image:url(https://twemoji.maxcdn.com/2/svg/1f636.svg)}.twa-smile-cat{background-image:url(https://twemoji.maxcdn.com/2/svg/1f638.svg)}.twa-heart-eyes-cat{background-image:url(https://twemoji.maxcdn.com/2/svg/1f63b.svg)}.twa-smirk-cat{background-image:url(https://twemoji.maxcdn.com/2/svg/1f63c.svg)}.twa-pouting-cat{background-image:url(https://twemoji.maxcdn.com/2/svg/1f63e.svg)}.twa-slightly-frowning-face{background-image:url(https://twemoji.maxcdn.com/2/svg/1f641.svg)}.twa-slightly-smiling-face{background-image:url(https://twemoji.maxcdn.com/2/svg/1f642.svg)}.twa-upside-down-face{background-image:url(https://twemoji.maxcdn.com/2/svg/1f643.svg)}.twa-face-with-rolling-eyes{background-image:url(https://twemoji.maxcdn.com/2/svg/1f644.svg)}.twa-face-with-no-good-gesture-type-4{background-image:url(https://twemoji.maxcdn.com/2/svg/1f645-1f3fd.svg)}.twa-see-no-evil{background-image:url(https://twemoji.maxcdn.com/2/svg/1f648.svg)}.twa-handshake{background-image:url(https://twemoji.maxcdn.com/2/svg/1f91d.svg)}.twa-victory-hand{background-image:url(https://twemoji.maxcdn.com/2/svg/270c.svg)}.twa-writing-hand{background-image:url(https://twemoji.maxcdn.com/2/svg/270d.svg)}.twa-soccer-ball{background-image:url(https://twemoji.maxcdn.com/2/svg/26bd.svg)}.twa-warning{background-image:url(https://twemoji.maxcdn.com/2/svg/26a0.svg)}.twa-snowflake{background-image:url(https://twemoji.maxcdn.com/2/svg/2744.svg)}.twa-coffee{background-image:url(https://twemoji.maxcdn.com/2/svg/2615.svg)}.twa-red-heart{background-image:url(https://twemoji.maxcdn.com/2/svg/2764.svg)}.twa-point-left{background-image:url(https://twemoji.maxcdn.com/2/svg/1f448.svg)}.twa-clap{background-image:url(https://twemoji.maxcdn.com/2/svg/1f44f.svg)}.twa-high-heel{background-image:url(https://twemoji.maxcdn.com/2/svg/1f460.svg)}.twa-handbag{background-image:url(https://twemoji.maxcdn.com/2/svg/1f45c.svg)}.twa-womans-clothes{background-image:url(https://twemoji.maxcdn.com/2/svg/1f45a.svg)}.twa-gift{background-image:url(https://twemoji.maxcdn.com/2/svg/1f381.svg)}.twa-ramen{background-image:url(https://twemoji.maxcdn.com/2/svg/1f35c.svg)}.twa-tada{background-image:url(https://twemoji.maxcdn.com/2/svg/1f389.svg)}.twa-trophy{background-image:url(https://twemoji.maxcdn.com/2/svg/1f3c6.svg)}.twa-hospital{background-image:url(https://twemoji.maxcdn.com/2/svg/1f3e5.svg)}.twa-feet{background-image:url(https://twemoji.maxcdn.com/2/svg/1f463.svg)}.twa-100{background-image:url(https://twemoji.maxcdn.com/2/svg/1f4af.svg)}.twa-moneybag{background-image:url(https://twemoji.maxcdn.com/2/svg/1f4b0.svg)}.twa-round-pushpin{background-image:url(https://twemoji.maxcdn.com/2/svg/1f4cd.svg)}.twa-rose{background-image:url(https://twemoji.maxcdn.com/2/svg/1f339.svg)}.message-wrapper[data-v-bfc2e530]{flex:1;height:0;display:flex;flex-direction:column;overflow-x:hidden}.message-wrapper .message-item.left .msg-describe[data-v-bfc2e530]{margin-left:10px}.message-wrapper .message-item.right .msg-describe[data-v-bfc2e530]{margin-right:10px;border-radius:8px 0}.message-wrapper .message-item.left .msg-prescription[data-v-bfc2e530]{border-radius:0 16px 16px 16px}.message-wrapper .message-item.right .msg-prescription[data-v-bfc2e530]{border-radius:16px 0 16px 16px}.message-wrapper .message-item.left[data-v-bfc2e530] .multichat-msg_picture{border-top-left-radius:0;background-color:#ebebeb}.message-wrapper .message-item.right[data-v-bfc2e530] .multichat-msg_picture{border-top-left-radius:16px;border-top-right-radius:0;background-color:#5585f5}.message-wrapper .broadcast-wrap[data-v-bfc2e530]{height:30px;text-align:center;font-size:14px;background-color:#fffbe8}.message-wrapper .broadcast-wrap[data-v-bfc2e530] .carousel-item{display:inline-flex!important;justify-content:center;align-items:center;width:100%;height:30px;text-align:center}.message-wrapper .broadcast-wrap[data-v-bfc2e530] .carousel-item.has-link{color:#ed6a0c;cursor:pointer}.message-wrapper .broadcast-wrap[data-v-bfc2e530] .carousel-item span{display:inline-block;max-width:calc(100% - 30px);margin-left:4px}.message-wrapper .loading-icon[data-v-bfc2e530]{position:absolute;top:0;left:50%}[data-v-bfc2e530] .ant-layout-content{flex:1;display:flex;flex-direction:column;position:relative}.online-message[data-v-bfc2e530]{flex:1;height:100%;overflow-y:auto;overflow-x:hidden;padding:10px 22px;text-align:center}.online-message[data-v-bfc2e530]::-webkit-scrollbar{width:5px}.online-message .message-time[data-v-bfc2e530]{display:inline-block;color:#666;font-size:14px;border-radius:4px;padding:4px;margin:0 auto;margin-bottom:16px}.online-message>div[data-v-bfc2e530]{margin-bottom:16px}.online-message .message-item[data-v-bfc2e530]{display:flex}.online-message .message-item[data-v-bfc2e530] .chat-read-status-text{display:none}.online-message .message-item.right.read-status[data-v-bfc2e530]{padding-bottom:24px;position:relative}.online-message .message-item.right.read-status[data-v-bfc2e530] .chat-read-status-text{display:block;position:absolute;right:50px;bottom:0}.online-message .message-item .right-time[data-v-bfc2e530]{display:none;position:absolute;top:-16px;left:10px;font-size:12px;color:#b0b1b1;white-space:nowrap}.online-message .message-item .content-wrap[data-v-bfc2e530]{padding:0 10px;text-align:left;position:relative}.online-message .message-item .content-wrap:hover .right-time[data-v-bfc2e530]{display:block}.online-message .message-item .content-wrap .robot-item[data-v-bfc2e530]{text-align:left}.online-message .message-item .content-wrap .robot-item a[data-v-bfc2e530]{text-decoration:underline}.online-message .message-item .content-wrap .intention-wrap[data-v-bfc2e530]{display:flex;flex-wrap:wrap;padding:8px 0 4px 0;background-color:#fff;border-radius:0 0 8px 8px}.online-message .message-item .content-wrap .intention-wrap>div[data-v-bfc2e530]{display:inline-flex;flex-direction:column;align-items:center;width:60px;height:54px;cursor:pointer}.online-message .message-item .content-wrap .intention-wrap>div:hover span[data-v-bfc2e530],.online-message .message-item .content-wrap .intention-wrap>div[data-v-bfc2e530]:hover{color:#5585f5}.online-message .message-item .content-wrap .intention-wrap span[data-v-bfc2e530]{margin-top:8px;max-width:90%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-size:12px;color:#6a6a6a}.online-message .message-item .content-wrap .dictionary-ul[data-v-bfc2e530]{padding-top:8px;display:flex;flex-wrap:wrap}.online-message .message-item .content-wrap .dictionary-ul li[data-v-bfc2e530]{padding:4px 16px;margin-right:16px;font-size:14px;color:#5585f5;background:#efefef;border-radius:16px;cursor:pointer}.online-message .message-item .content-wrap .client-btn[data-v-bfc2e530]{display:inline-block;padding:4px 8px;margin-top:8px;color:#fff;font-size:12px;border-radius:20px;background:#5585f5;cursor:pointer}.online-message .message-item .content-wrap .re-call[data-v-bfc2e530]{cursor:pointer;color:#5585f5}.online-message .message-item .content-wrap .voice-bg[data-v-bfc2e530]{display:flex;align-items:center;cursor:pointer}.online-message .message-item .content-wrap .voice-bg img[data-v-bfc2e530]{mix-blend-mode:difference;display:inline-block;width:14px}.online-message .message-item .content-wrap .voice-bg .voice-text[data-v-bfc2e530]{display:inline-block}.online-message .message-item .content-wrap .voice-bg span[data-v-bfc2e530]{margin-left:8px}.online-message .message-item .has-dictionary[data-v-bfc2e530]{padding:0;text-align:left;background:unset}.online-message .message-item .content[data-v-bfc2e530]{padding:10px;background:#ebebeb;border-radius:0 8px 8px 8px;max-width:500px;margin:0;line-height:20px;font-size:14px;color:#000;text-align:left;word-break:break-word}.online-message .message-item .content[data-v-bfc2e530] p{margin:0}.online-message .message-item .upload-image[data-v-bfc2e530]{margin-left:8px}.online-message .message-item.right[data-v-bfc2e530]{flex-direction:row-reverse}.online-message .message-item.right .right-time[data-v-bfc2e530]{left:unset;right:10px}.online-message .message-item.right .content-wrap .robot-item[data-v-bfc2e530],.online-message .message-item.right .content-wrap[data-v-bfc2e530]{text-align:right}.online-message .message-item.right .content-wrap .voice-bg[data-v-bfc2e530]{flex-direction:row-reverse;align-self:flex-end}.online-message .message-item.right .content-wrap .voice-bg img[data-v-bfc2e530]{transform:rotateY(180deg)}.online-message .message-item.right .content-wrap .voice-bg span[data-v-bfc2e530]{margin-left:0;margin-right:8px;text-align:right}.online-message .message-item.right .content-wrap .content[data-v-bfc2e530]{background-color:#e7f0ff;border-radius:8px 0 8px 8px;border:1px solid #e7f0ff;box-sizing:border-box}.online-message .message-item.right .upload-image[data-v-bfc2e530]{margin-right:8px}.online-message .bot-message[data-v-bfc2e530]{display:block;text-decoration:underline;color:#5585f5;cursor:pointer}.online-message .session-end[data-v-bfc2e530]{display:flex;justify-content:center;margin-top:15px;margin-bottom:25px}.online-message .session-end .end[data-v-bfc2e530]{display:flex;justify-content:center;width:30%;height:36px;line-height:36px;background-color:#e8e8e8;color:#939393;font-size:14px;border-radius:18px}.online-message .menu-tip[data-v-bfc2e530]{font-size:20px;align-self:flex-end;margin-bottom:8px;background:#f6f6f6;height:25px;line-height:25px;width:30px;border-radius:4px}.online-message .menu-item[data-v-bfc2e530] :hover{background:red}.online-message .menu-main[data-v-bfc2e530]{width:100px;background-color:#101627;color:#fff;text-align:left;border-radius:6px;padding:10px 0;z-index:3000;cursor:pointer}.online-message .menu-main .menu-item[data-v-bfc2e530]{padding:0 10px}.online-message .menu-main .menu-item[data-v-bfc2e530]:hover{background-color:#efefef;color:#000}.online-message .first-name[data-v-bfc2e530]{width:40px;height:40px;line-height:40px;text-align:center;background:#5585f5;color:#fff;border-radius:100%;font-size:15px}.online-message .msg-avatar[data-v-bfc2e530]{width:40px;height:40px;border-radius:50%;-o-object-fit:cover;object-fit:cover;background:#fff}.online-message[data-v-bfc2e530] .ant-spin-spinning{display:flex;align-items:center}.online-message .system-msg[data-v-bfc2e530]{margin:10px 0;text-align:left;line-height:20px;word-wrap:break-word;display:flex;justify-content:center}.online-message .system-msg .system-icon[data-v-bfc2e530]{font-size:18px;color:#ffc200;vertical-align:middle;margin-right:10px;margin-top:1px}.online-message .system-msg .system-btn[data-v-bfc2e530]{color:#5585f5;margin-left:8px;cursor:pointer;text-decoration:underline}[data-v-bfc2e530] p{margin-bottom:0}.evaluate-modal{font-size:14px;color:#969696}.evaluate-modal .ant-modal-close-x .anticon{font-size:16px;color:#2e2e2e}.evaluate-modal p{color:#969696;margin:16px 0 8px}.evaluate-modal .rate-wrap{display:flex;align-items:center}.evaluate-modal .rate-wrap>span{flex:1;margin-top:8px}.evaluate-modal .rate-wrap .ant-rate-text{color:#585858}.evaluate-modal .ant-tag{height:unset;padding:6px 8px;margin-right:16px;color:#585858;font-size:14px;border:1px solid #d5d5d5}.evaluate-modal .ant-tag-checkable-checked{color:#fff;border-color:transparent}.evaluate-modal .anticon{font-size:24px}.evaluate-modal .ant-rate-star-full{color:#ff9525}.evaluate-modal .rate-two>div{display:inline-flex;flex-direction:column;text-align:center;max-width:35%;min-width:56px}.evaluate-modal .rate-two .anticon.rate-checked,.evaluate-modal .rate-two .anticon:hover{color:#ff9525}.evaluate-modal .ant-radio-wrapper>span{color:#2e2e2e}.evaluate-modal .remark-input{min-height:112px}.video-popover[data-v-5e1d7bf5]{position:fixed;z-index:200000;top:calc(50% - 320px);left:calc(50% - 240px);background:#fff;cursor:pointer}.video-popover .video-header[data-v-5e1d7bf5]{display:flex;justify-content:center;height:32px;box-shadow:-4px -4px 10px #ced7ed}.video-popover .video-header .video-title[data-v-5e1d7bf5]{flex:1;display:inline-block;line-height:32px;text-align:center;font-size:14px}.video-popover .video-header .icon-item[data-v-5e1d7bf5]{display:flex;align-items:center;line-height:40px;margin-left:auto;margin-right:20px}.video-popover #remote-video-wrap[data-v-5e1d7bf5]{position:relative;background:#2e2e2e}.video-popover #local_stream[data-v-5e1d7bf5]{position:absolute;top:20px;right:20px;z-index:1001}.video-popover .panel-wrapper[data-v-5e1d7bf5]{position:relative}.video-popover .ant-slider[data-v-5e1d7bf5]{width:120px;margin-left:130px}.video-popover .operation-panel[data-v-5e1d7bf5]{position:relative;display:flex;justify-content:center;z-index:1002}.video-popover .operation-panel .panel-item[data-v-5e1d7bf5]{margin-right:20px;cursor:pointer;display:flex;flex-direction:column;align-items:center}.video-popover .operation-panel .panel-item>img[data-v-5e1d7bf5]{margin-bottom:10px}.single-audio[data-v-d99c71a2]{position:fixed;z-index:300000;top:calc(50% - 320px);left:calc(50% - 240px);width:414px;box-shadow:0 5px 13px 0 rgba(0,0,0,.14);background:rgba(0,0,0,.9);border-radius:8px}.single-audio .video-view[data-v-d99c71a2]{width:0;height:0;overflow:hidden}.single-audio .header[data-v-d99c71a2]{height:40px;line-height:40px;text-align:center;font-size:14px;color:#fff}.single-audio .header .icon-item[data-v-d99c71a2]{float:right;line-height:40px}.single-audio .main[data-v-d99c71a2]{display:flex;flex-direction:column;justify-content:space-between;height:560px;width:100%;padding:24px 36px 48px 36px;color:#fff}.single-audio .main .top .user[data-v-d99c71a2]{height:80px;display:flex;flex-direction:column;justify-content:space-between;padding:7px 18px;align-items:center;font-size:24px;line-height:32px}.single-audio .main .top .user .status[data-v-d99c71a2]{font-size:16px;line-height:22px}.single-audio .main .top .user-logo[data-v-d99c71a2]{display:block;margin:0 auto}.single-audio .main .bottom[data-v-d99c71a2]{display:flex;justify-content:center}.single-audio .main .bottom .item[data-v-d99c71a2]{display:flex;flex-direction:column;align-items:center;font-size:18px;color:#b2b7c2}.single-audio .main .bottom .item>img[data-v-d99c71a2]{margin-bottom:7px}.single-audio .main .bottom .item[data-v-d99c71a2]:first-child{margin-right:70px}.online-chat[data-v-f1389824]{position:relative;height:100%}.online-chat.chat-page[data-v-f1389824]{margin:0}.online-chat[data-v-f1389824] .ant-layout{height:100%}.online-chat[data-v-f1389824] .ant-layout-footer{color:#000}.online-chat .ant-layout-header[data-v-f1389824]{display:flex;justify-content:space-between;align-items:center;height:48px;padding-left:18px;padding-right:0;background:#fff;border-bottom:1px solid #d8d8d8}.online-chat .ant-layout-header .title[data-v-f1389824]{margin-right:auto}.online-chat .ant-layout-header[data-v-f1389824] .ant-btn{border-radius:13px;height:26px;margin-right:18px}.online-chat[data-v-f1389824] .ant-layout-footer{height:190px;padding:0;background:#fff}.online-chat[data-v-f1389824] .ant-layout-content{background:#fff}.online-chat .notice-bottom[data-v-f1389824]{border:1px solid #e2e2e2;border-bottom:0;padding:5px 15px;font-size:14px;line-height:20px;color:rgba(0,0,0,.6);text-align:left;background-color:#fff;word-break:break-all}.online-chat .notice-bottom .svg-icon[data-v-f1389824]{margin-right:10px;font-size:14px;color:#969696}.online-chat .notice-bottom[data-v-f1389824] .light{color:#e54949}.online-chat[data-v-c7d05068]{position:relative;height:100%}.online-chat.chat-page[data-v-c7d05068]{margin:0}.online-chat[data-v-c7d05068] .ant-layout{height:100%}.online-chat[data-v-c7d05068] .ant-layout-footer{color:#000}.online-chat .ant-layout-header[data-v-c7d05068]{display:flex;justify-content:space-between;align-items:center;height:48px;padding-left:18px;padding-right:18px;background:#fff;border-bottom:1px solid #d8d8d8}.online-chat .ant-layout-header .title[data-v-c7d05068]{margin-right:auto}.online-chat .ant-layout-header .custom-serve[data-v-c7d05068]{display:inline-block;line-height:1.5;padding:4px 16px;font-size:14px;color:#5585f5;border-radius:16px;border:1px solid #5585f5;cursor:pointer}.online-chat .ant-layout-header[data-v-c7d05068] .ant-btn{border-radius:13px;height:26px;margin-right:18px}.online-chat[data-v-c7d05068] .ant-layout-footer{height:190px;padding:0;background:#fff}.online-chat[data-v-c7d05068] .ant-layout-content{background:#fff}.clientIndex[data-v-25007efe]{width:100%;height:100%}.clientIndex[data-v-25007efe] .ant-spin-container{height:100%}
|