weiyun-ui
Version:
UI library For Vue
1 lines • 5.21 kB
Source Map (JSON)
{"version":3,"sources":["webpack://[name]/packages/components/chat/src/index.vue?11cc","webpack://[name]/packages/components/chat/src/index.vue?2c67"],"names":[],"mappings":"AAAA,uBAAuB,0BAAA,CAA4B,oCAAoC,SAAA,CAAU,YAAA,CAAa,qBAAA,CAAsB,wBAAA,CAAyB,cAAA,CAAe,iBAAA,CAAkB,eAAA,CAAgB,qDAAqD,MAAA,CAAO,aAAA,CAAc,yDAAA,CAA0D,yDAAA,CAA0D,qDAAA,CAAsD,cAAA,CAAe,wEAAwE,aAAA,CAAc,UAAA,CAAW,6FAA6F,YAAA,CAAa,kBAAA,CAAmB,kBAAA,CAAmB,iBAAA,CAAkB,QAAA,CAAS,UAAA,CAAW,kHAAkH,cAAA,CAAe,eAAA,CAAgB,sHAAsH,UAAA,CAAW,WAAA,CAAY,iBAAA,CAAkB,uHAAuH,YAAA,CAAa,kBAAA,CAAmB,sBAAA,CAAuB,kBAAA,CAAmB,UAAA,CAAW,WAAA,CAAY,iBAAA,CAAkB,wBAAA,CAAyB,UAAA,CAAW,gHAAgH,cAAA,CAAe,8FAA8F,wBAAA,CAAyB,YAAA,CAAa,iBAAA,CAAkB,aAAA,CAAc,oBAAA,CAAqB,8FAA8F,cAAA,CAAe,aAAA,CAAc,kBAAA,CAAmB,cAAA,CAAiB,iBAAA,CAAkB,eAAA,CAAgB,2FAA2F,YAAA,CAAa,qBAAA,CAAsB,sBAAA,CAAuB,sBAAA,CAAuB,gBAAA,CAAiB,4FAA4F,YAAA,CAAa,qBAAA,CAAsB,oBAAA,CAAqB,sBAAA,CAAuB,eAAA,CAAgB,kHAAkH,wBAAA,CAAyB,gBAAA,CAAiB,6DAA6D,cAAA,CAAe,YAAA,CAAa,kBAAA,CAAmB,kBAAA,CAAmB,0BAAA,CAA2B,OAAA,CAAQ,gBAAA,CAAiB,UAAA,CAAW,wBAAA,CAAyB,6FAA6F,UAAA,CAAW,gFAAgF,YAAA,CAAa,kBAAA,CAAmB,kBAAA,CAAmB,0BAAA,CAA2B,OAAA,CAAQ,6FAA6F,YAAA,CAAa,mDAAmD,YAAA,CAAa,kBAAA,CAAmB,uEAAuE,MAAA,CAAO,YAAA,CAAa,kBAAA,CAAmB,2FAA2F,cAAA,CAAe,kGAAkG,MAAA,CAAO,gGAAgG,aAAA,CCAt3G,qCAAqC,SAAA,CAAU,UAAA,CAAW,2CAA2C,iBAAA,CAAkB,+CAAA,CAAgD,0BAAA,CAA2B,2CAA2C,iBAAA,CAAkB,+CAAA,CAAgD,0BAAA","file":"style.css","sourcesContent":["[data-v-c40a998c]:root{--chat-reduce-height: 300px}.wy-chat_container[data-v-c40a998c]{padding:0;display:flex;flex-direction:column;background-color:#f8f9fc;font-size:13px;position:relative;overflow:hidden}.wy-chat_container .wy-chat_content[data-v-c40a998c]{flex:1;overflow:auto;min-height:calc(100vh - var(--chat-reduce-height, 300px));max-height:calc(100vh - var(--chat-reduce-height, 300px));height:calc(100vh - var(--chat-reduce-height, 300px));padding:0 15px}.wy-chat_container .wy-chat_content .wy-chat_item-wrap[data-v-c40a998c]{margin:15px 0;width:100%}.wy-chat_container .wy-chat_content .wy-chat_item-wrap .wy-chat_item-header[data-v-c40a998c]{display:flex;flex-direction:row;align-items:center;margin-bottom:5px;gap:10px;color:#bbb}.wy-chat_container .wy-chat_content .wy-chat_item-wrap .wy-chat_item-header .wy-chat_item-avatar[data-v-c40a998c]{font-size:16px;font-weight:700}.wy-chat_container .wy-chat_content .wy-chat_item-wrap .wy-chat_item-header .wy-chat_item-avatar img[data-v-c40a998c]{width:30px;height:30px;border-radius:50%}.wy-chat_container .wy-chat_content .wy-chat_item-wrap .wy-chat_item-header .wy-chat_item-avatar span[data-v-c40a998c]{display:flex;flex-direction:row;justify-content:center;align-items:center;width:30px;height:30px;border-radius:50%;background-color:#20c6b1;color:#fff}.wy-chat_container .wy-chat_content .wy-chat_item-wrap .wy-chat_item-header .wy-chat_item-time[data-v-c40a998c]{font-size:12px}.wy-chat_container .wy-chat_content .wy-chat_item-wrap .wy-chat_item-content[data-v-c40a998c]{background-color:#f0eeee;padding:10px;border-radius:5px;color:#505050;white-space:pre-line}.wy-chat_container .wy-chat_content .wy-chat_item-wrap .wy-chat_item-to-desc[data-v-c40a998c]{font-size:11px;color:#a8a7a7;background:#f4f3f3;margin:0 0 5px 0;border-radius:3px;padding:5px 8px}.wy-chat_container .wy-chat_content .wy-chat_item-wrap .wy-chat_item-left[data-v-c40a998c]{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;margin-right:12%}.wy-chat_container .wy-chat_content .wy-chat_item-wrap .wy-chat_item-right[data-v-c40a998c]{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;margin-left:12%}.wy-chat_container .wy-chat_content .wy-chat_item-wrap .wy-chat_item-right .wy-chat_item-content[data-v-c40a998c]{background-color:#bcf5ee;text-align:right}.wy-chat_container .wy-chat_choose-receiver[data-v-c40a998c]{font-size:12px;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:5px;padding:5px 15px;margin:2px;background-color:#f8f9fc}.wy-chat_container .wy-chat_choose-receiver .wy-chat_choose-receiver__title[data-v-c40a998c]{color:#999}.wy-chat_container .wy-chat_choose-receiver[data-v-c40a998c] .el-checkbox-group{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:5px}.wy-chat_container .wy-chat_choose-receiver[data-v-c40a998c] .el-checkbox-group .el-checkbox{margin:5px 0}.wy-chat_container .wy-chat_input[data-v-c40a998c]{display:flex;flex-direction:row}.wy-chat_container .wy-chat_input .wy-chat_input-wrap[data-v-c40a998c]{flex:1;display:flex;flex-direction:row}.wy-chat_container .wy-chat_input .wy-chat_input-wrap[data-v-c40a998c] .el-textarea__inner{font-size:12px}.wy-chat_container .wy-chat_input .wy-chat_input-wrap .wy-chat_input-wrap__input[data-v-c40a998c]{flex:1}.wy-chat_container .wy-chat_input .wy-chat_input-wrap .wy-chat_input-wrap__btn[data-v-c40a998c]{flex:0 0 40px}","[data-v-c40a998c]::-webkit-scrollbar{width:6px;height:6px}[data-v-c40a998c]::-webkit-scrollbar-track{border-radius:4px;-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,.2);background:rgba(0,0,0,.08)}[data-v-c40a998c]::-webkit-scrollbar-thumb{border-radius:6px;-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,.2);background:rgba(0,0,0,.12)}"]}