tuikit-atomicx-vue3 0.1.1 → 3.3.0-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/MessageInput.vue_vue_type_script_setup_true_lang-XRL7A5Gj.js +123 -0
- package/dist/{PopoverTrigger-ByOI-vdB.js → PopoverTrigger-BKOIHfdS.js} +1 -1
- package/dist/{PopperContent-BaiCn-CA.js → PopperContent-DtL7HVWz.js} +29 -21
- package/dist/baseComp/TuiSwitch.js +2 -2
- package/dist/baseComp/index.d.ts +0 -1
- package/dist/baseComp/index.js +1 -3
- package/dist/chat/index.d.ts +2230 -4090
- package/dist/chat/index.js +16 -8
- package/dist/components/Avatar/Avatar.js +35 -10
- package/dist/components/Avatar/Avatar.vue.d.ts +1 -1
- package/dist/components/BarrageInput/BarrageInput.vue.d.ts +2 -2
- package/dist/components/BarrageInput/BarrageInputH5.js +30 -10
- package/dist/components/BarrageInput/BarrageInputH5.vue.d.ts +2 -2
- package/dist/components/BarrageInput/EmojiPicker/EmojiPicker.js +1 -1
- package/dist/components/BarrageInput/TextEditor/index.js +13 -5
- package/dist/components/BarrageInput/constants.d.ts +3 -0
- package/dist/components/BarrageInput/constants.js +6 -0
- package/dist/components/BarrageInput/i18n/en-US/index.d.ts +2 -0
- package/dist/components/BarrageInput/i18n/en-US/index.js +3 -1
- package/dist/components/BarrageInput/i18n/zh-CN/index.d.ts +2 -0
- package/dist/components/BarrageInput/i18n/zh-CN/index.js +3 -1
- package/dist/components/BarrageInput/index.d.ts +18 -18
- package/dist/components/BarrageList/BarrageList.js +5 -6
- package/dist/components/BarrageList/BarrageListH5.js +5 -6
- package/dist/components/BarrageList/Message/MessageLayout/MessageLayout.js +1 -1
- package/dist/components/BarrageList/Message/MessageLayout/MessageMeta/MessageMeta.js +5 -4
- package/dist/components/BarrageList/Message/MessageLayout/MessageMeta/MessageMeta.vue.d.ts +2 -2
- package/dist/components/BarrageList/Message/MessageLayout/MessageMeta/MessageStatusIcon.js +7 -4
- package/dist/components/BarrageList/Message/TextMessage/TextMessage.js +1 -1
- package/dist/components/ChatSetting/ChatSetting.js +8 -11
- package/dist/components/ChatSetting/GroupChatSetting/GroupActions/GroupActions.js +2 -1
- package/dist/components/ChatSetting/GroupChatSetting/GroupChatSetting.js +2 -1
- package/dist/components/ChatSetting/GroupChatSetting/GroupInfo/GroupInfo.js +2 -2
- package/dist/components/ChatSetting/GroupChatSetting/GroupManagement/GroupManagement.js +2 -1
- package/dist/components/ChatSetting/GroupChatSetting/GroupMembers/GroupMembers.js +2 -2
- package/dist/components/ChatSetting/SettingItem/SettingItem.js +116 -89
- package/dist/components/ChatSetting/i18n/index.d.ts +191 -1
- package/dist/components/ChatSetting/i18n/index.js +3 -4
- package/dist/components/ChatSetting/index.js +4 -0
- package/dist/components/ContactList/ContactInfo/BlacklistInfo/BlacklistInfo.js +78 -0
- package/dist/components/ContactList/ContactInfo/BlacklistInfo/BlacklistInfo.vue.d.ts +33 -0
- package/dist/components/ContactList/ContactInfo/BlacklistInfo/index.d.ts +1 -0
- package/dist/components/ContactList/ContactInfo/BlacklistInfo/index.js +4 -0
- package/dist/components/ContactList/ContactInfo/ContactInfo.js +257 -0
- package/dist/components/ContactList/ContactInfo/ContactInfo.vue.d.ts +56 -0
- package/dist/components/ContactList/ContactInfo/FriendApplicationInfo/FriendApplicationInfo.js +96 -0
- package/dist/components/ContactList/ContactInfo/FriendApplicationInfo/FriendApplicationInfo.vue.d.ts +37 -0
- package/dist/components/ContactList/ContactInfo/FriendApplicationInfo/index.d.ts +1 -0
- package/dist/components/ContactList/ContactInfo/FriendApplicationInfo/index.js +4 -0
- package/dist/components/ContactList/ContactInfo/FriendInfo/FriendInfo.js +228 -0
- package/dist/components/ContactList/ContactInfo/FriendInfo/FriendInfo.vue.d.ts +39 -0
- package/dist/components/ContactList/ContactInfo/FriendInfo/index.d.ts +1 -0
- package/dist/components/ContactList/ContactInfo/FriendInfo/index.js +4 -0
- package/dist/components/ContactList/ContactInfo/GroupApplicationInfo/GroupApplicationInfo.js +101 -0
- package/dist/components/ContactList/ContactInfo/GroupApplicationInfo/GroupApplicationInfo.vue.d.ts +37 -0
- package/dist/components/ContactList/ContactInfo/GroupApplicationInfo/index.d.ts +1 -0
- package/dist/components/ContactList/ContactInfo/GroupApplicationInfo/index.js +4 -0
- package/dist/components/ContactList/ContactInfo/GroupInfo/GroupInfo.js +154 -0
- package/dist/components/ContactList/ContactInfo/GroupInfo/GroupInfo.vue.d.ts +37 -0
- package/dist/components/ContactList/ContactInfo/GroupInfo/index.d.ts +1 -0
- package/dist/components/ContactList/ContactInfo/GroupInfo/index.js +4 -0
- package/dist/components/ContactList/ContactInfo/SearchGroupInfo/SearchGroupInfo.js +141 -0
- package/dist/components/ContactList/ContactInfo/SearchGroupInfo/SearchGroupInfo.vue.d.ts +32 -0
- package/dist/components/ContactList/ContactInfo/SearchGroupInfo/index.d.ts +1 -0
- package/dist/components/ContactList/ContactInfo/SearchGroupInfo/index.js +4 -0
- package/dist/components/ContactList/ContactInfo/SearchUserInfo/SearchUserInfo.js +122 -0
- package/dist/components/ContactList/ContactInfo/SearchUserInfo/SearchUserInfo.vue.d.ts +33 -0
- package/dist/components/ContactList/ContactInfo/SearchUserInfo/index.d.ts +1 -0
- package/dist/components/ContactList/ContactInfo/SearchUserInfo/index.js +4 -0
- package/dist/components/ContactList/ContactInfo/index.d.ts +8 -0
- package/dist/components/ContactList/ContactInfo/index.js +18 -0
- package/dist/components/ContactList/ContactList.js +281 -0
- package/dist/components/ContactList/ContactList.vue.d.ts +41 -0
- package/dist/components/ContactList/ContactListItem/BlacklistItem/BlacklistItem.js +52 -0
- package/dist/components/ContactList/ContactListItem/BlacklistItem/BlacklistItem.vue.d.ts +25 -0
- package/dist/components/ContactList/ContactListItem/BlacklistItem/index.d.ts +1 -0
- package/dist/components/ContactList/ContactListItem/BlacklistItem/index.js +4 -0
- package/dist/components/ContactList/ContactListItem/ContactListItem.js +4 -0
- package/dist/components/ContactList/ContactListItem/ContactListItem.vue.d.ts +30 -0
- package/dist/components/ContactList/ContactListItem/FriendApplicationItem/FriendApplicationItem.js +76 -0
- package/dist/components/ContactList/ContactListItem/FriendApplicationItem/FriendApplicationItem.vue.d.ts +27 -0
- package/dist/components/ContactList/ContactListItem/FriendApplicationItem/index.d.ts +1 -0
- package/dist/components/ContactList/ContactListItem/FriendApplicationItem/index.js +4 -0
- package/dist/components/ContactList/ContactListItem/FriendItem/FriendItem.js +53 -0
- package/dist/components/ContactList/ContactListItem/FriendItem/FriendItem.vue.d.ts +25 -0
- package/dist/components/ContactList/ContactListItem/FriendItem/index.d.ts +1 -0
- package/dist/components/ContactList/ContactListItem/FriendItem/index.js +4 -0
- package/dist/components/ContactList/ContactListItem/GroupApplicationItem/GroupApplicationItem.js +79 -0
- package/dist/components/ContactList/ContactListItem/GroupApplicationItem/GroupApplicationItem.vue.d.ts +27 -0
- package/dist/components/ContactList/ContactListItem/GroupApplicationItem/index.d.ts +1 -0
- package/dist/components/ContactList/ContactListItem/GroupApplicationItem/index.js +4 -0
- package/dist/components/ContactList/ContactListItem/GroupItem/GroupItem.js +52 -0
- package/dist/components/ContactList/ContactListItem/GroupItem/GroupItem.vue.d.ts +25 -0
- package/dist/components/ContactList/ContactListItem/GroupItem/index.d.ts +1 -0
- package/dist/components/ContactList/ContactListItem/GroupItem/index.js +4 -0
- package/dist/components/ContactList/ContactListItem/index.d.ts +6 -0
- package/dist/components/ContactList/ContactListItem/index.js +95 -0
- package/dist/components/ContactList/ContactSearch/ContactSearch.js +85 -0
- package/dist/components/ContactList/ContactSearch/ContactSearch.vue.d.ts +8 -0
- package/dist/components/ContactList/ContactSearch/index.d.ts +1 -0
- package/dist/components/ContactList/ContactSearch/index.js +4 -0
- package/dist/components/ContactList/constants/const.d.ts +3 -0
- package/dist/components/ContactList/constants/const.js +6 -0
- package/dist/components/ContactList/hooks/index.d.ts +1 -0
- package/dist/components/ContactList/hooks/index.js +4 -0
- package/dist/components/ContactList/hooks/useContactList.d.ts +9 -0
- package/dist/components/ContactList/hooks/useContactList.js +18 -0
- package/dist/components/ContactList/i18n/en-US.d.ts +77 -0
- package/dist/components/ContactList/i18n/en-US.js +80 -0
- package/dist/components/ContactList/i18n/index.d.ts +4 -0
- package/dist/components/ContactList/i18n/index.js +6 -0
- package/dist/components/ContactList/i18n/zh-CN.d.ts +77 -0
- package/dist/components/ContactList/i18n/zh-CN.js +80 -0
- package/dist/components/ContactList/index.d.ts +310 -0
- package/dist/components/ContactList/index.js +16 -0
- package/dist/components/ConversationList/ConversationActions/ConversationActions.js +31 -46
- package/dist/components/ConversationList/ConversationActions/ConversationActions.vue.d.ts +1 -10
- package/dist/components/ConversationList/ConversationCreate/ConversationCreate.js +160 -100
- package/dist/components/ConversationList/ConversationCreate/ConversationCreate.vue.d.ts +0 -3
- package/dist/components/ConversationList/ConversationCreate/ConversationCreateButton/ConversationCreateButton.js +79 -17
- package/dist/components/ConversationList/ConversationCreate/ConversationCreateButton/ConversationCreateButton.vue.d.ts +6 -12
- package/dist/components/ConversationList/ConversationCreate/ConversationCreateGroupDetail/ConversationCreateGroupDetail.js +78 -158
- package/dist/components/ConversationList/ConversationCreate/ConversationCreateGroupDetail/ConversationCreateGroupDetail.vue.d.ts +5 -4
- package/dist/components/ConversationList/ConversationCreate/ConversationCreateUserSelectList/ConversationCreateUserSelectList.js +38 -207
- package/dist/components/ConversationList/ConversationCreate/ConversationCreateUserSelectList/ConversationCreateUserSelectList.vue.d.ts +3 -9
- package/dist/components/ConversationList/ConversationCreate/ConversationGroupTypeInfo/ConversationGroupTypeInfo.js +35 -23
- package/dist/components/ConversationList/ConversationCreate/ConversationGroupTypeInfo/ConversationGroupTypeInfo.vue.d.ts +2 -11
- package/dist/components/ConversationList/ConversationCreate/ConversationGroupTypeInfo/index.js +1 -2
- package/dist/components/ConversationList/ConversationCreate/ConversationGroupTypeInfo/type.d.ts +2 -7
- package/dist/components/ConversationList/ConversationCreate/ConversationGroupTypeInfo/type.js +6 -14
- package/dist/components/ConversationList/ConversationCreate/index.d.ts +0 -2
- package/dist/components/ConversationList/ConversationCreate/index.js +5 -9
- package/dist/components/ConversationList/ConversationList.js +51 -39
- package/dist/components/ConversationList/ConversationList.vue.d.ts +654 -1510
- package/dist/components/ConversationList/ConversationListContent/ConversationListContent.js +4 -4
- package/dist/components/ConversationList/ConversationListContent/ConversationListContent.vue.d.ts +1 -1
- package/dist/components/ConversationList/ConversationPlaceHolder/ConversationPlaceHolder.js +2 -2
- package/dist/components/ConversationList/ConversationPreview/ConversationPreview.vue.d.ts +596 -1404
- package/dist/components/ConversationList/ConversationPreview/ConversationPreviewAbstract.js +1 -1
- package/dist/components/ConversationList/ConversationPreview/ConversationPreviewUI.js +13 -29
- package/dist/components/ConversationList/ConversationPreview/ConversationPreviewUI.vue.d.ts +146 -348
- package/dist/components/ConversationList/ConversationPreview/index.js +3 -3
- package/dist/components/ConversationList/ConversationPreview/utils.js +8 -8
- package/dist/components/ConversationList/ConversationSearch/ConversationSearch.js +5 -5
- package/dist/components/ConversationList/ConversationSearch/ConversationSearch.vue.d.ts +8 -8
- package/dist/components/ConversationList/hooks/useConversation.d.ts +6 -0
- package/dist/components/ConversationList/hooks/useConversation.js +20 -0
- package/dist/components/ConversationList/hooks/useConversationCreate.d.ts +5 -0
- package/dist/components/ConversationList/hooks/useConversationCreate.js +24 -0
- package/dist/components/ConversationList/i18n/en-US.d.ts +16 -0
- package/dist/components/ConversationList/i18n/en-US.js +25 -7
- package/dist/components/ConversationList/i18n/zh-CN.d.ts +16 -0
- package/dist/components/ConversationList/i18n/zh-CN.js +24 -6
- package/dist/components/ConversationList/index.d.ts +2096 -4595
- package/dist/components/{LiveStreamView → LiveCoreView}/DefaultStreamViewUI.js +1 -1
- package/dist/components/LiveCoreView/index.d.ts +4 -0
- package/dist/components/{LiveStreamView → LiveCoreView}/index.js +68 -74
- package/dist/components/LiveList/LiveList.js +71 -45
- package/dist/components/LiveList/LiveListH5.js +14 -15
- package/dist/components/LiveScenePanel/CameraSettingDialog.js +1 -2
- package/dist/components/LiveScenePanel/icons/AddIcon.js +2 -2
- package/dist/components/LiveScenePanel/icons/CameraIcon.js +2 -2
- package/dist/components/LiveScenePanel/icons/CameraMirror.js +2 -2
- package/dist/components/LiveScenePanel/icons/CameraUnmirror.js +2 -2
- package/dist/components/LiveScenePanel/icons/ImageIcon.js +2 -2
- package/dist/components/LiveScenePanel/icons/MoreIcon.js +2 -2
- package/dist/components/LiveScenePanel/icons/ScreenIcon.js +2 -2
- package/dist/components/MessageInput/AttachmentPicker/index.js +1 -1
- package/dist/components/MessageInput/EmojiPicker/EmojiPicker.js +1 -1
- package/dist/components/MessageInput/MessageInput.js +1 -1
- package/dist/components/MessageInput/QuotedMessagePreview/index.js +2 -2
- package/dist/components/MessageInput/SendButton/index.js +1 -1
- package/dist/components/MessageInput/TextEditor/index.js +6 -5
- package/dist/components/MessageInput/i18n/index.d.ts +24 -1
- package/dist/components/MessageInput/i18n/index.js +7 -8
- package/dist/components/MessageInput/index.d.ts +409 -6
- package/dist/components/MessageInput/index.js +23 -125
- package/dist/components/MessageList/Message/AudioMessage/PlayButton.js +3 -3
- package/dist/components/MessageList/Message/ImageMessage/ImageMessage.js +2 -2
- package/dist/components/MessageList/Message/MessageLayout/MessageActionDropdown/MessageActionDropdown.js +3 -3
- package/dist/components/MessageList/Message/MessageLayout/MessageActionDropdown/MessageActionDropdown.vue.d.ts +5 -5
- package/dist/components/MessageList/Message/MessageLayout/MessageLayout.js +1 -1
- package/dist/components/MessageList/Message/MessageLayout/MessageMeta/MessageMeta.js +34 -30
- package/dist/components/MessageList/Message/MessageLayout/MessageMeta/MessageMeta.vue.d.ts +0 -10
- package/dist/components/MessageList/MessageForward/MessageForward.js +4 -4
- package/dist/components/MessageList/MessageList.js +66 -60
- package/dist/components/MessageList/MessageList.vue.d.ts +3 -3
- package/dist/components/MessageList/ScrollToBottom/ScrollToBottom.js +32 -0
- package/dist/components/MessageList/ScrollToBottom/ScrollToBottom.vue.d.ts +6 -0
- package/dist/components/MessageList/ScrollToBottom/index.d.ts +3 -0
- package/dist/components/MessageList/ScrollToBottom/index.js +4 -0
- package/dist/components/MessageList/i18n/en-US.d.ts +5 -0
- package/dist/components/MessageList/i18n/en-US.js +6 -1
- package/dist/components/MessageList/i18n/index.d.ts +85 -1
- package/dist/components/MessageList/i18n/index.js +7 -8
- package/dist/components/MessageList/i18n/zh-CN.d.ts +5 -0
- package/dist/components/MessageList/i18n/zh-CN.js +6 -1
- package/dist/components/MessageList/index.js +4 -0
- package/dist/components/Search/Search.js +4 -4
- package/dist/components/Search/Search.vue.d.ts +4 -4
- package/dist/components/Search/SearchAdvanced/DateRangePicker/DateRangePicker.js +15 -9
- package/dist/components/Search/SearchAdvanced/MessageAdvanced/MessageAdvanced.js +12 -7
- package/dist/components/Search/SearchAdvanced/SearchAdvanced.js +2 -2
- package/dist/components/Search/SearchAdvanced/SearchTab/SearchTab.js +10 -5
- package/dist/components/Search/SearchAdvanced/UserAdvanced/UserAdvanced.js +10 -10
- package/dist/components/Search/SearchBar/SearchBar.js +3 -2
- package/dist/components/Search/SearchResults/EmptyResult/EmptyResult.js +1 -1
- package/dist/components/Search/SearchResults/SearchResults.js +82 -69
- package/dist/components/Search/SearchResults/SearchResultsItem/Conversation/Conversation.js +8 -8
- package/dist/components/Search/SearchResults/SearchResultsItem/utils/highlightText.d.ts +5 -6
- package/dist/components/Search/i18n/en-US/Search.js +9 -9
- package/dist/components/Search/i18n/zh-CN/Search.js +13 -13
- package/dist/components/Search/index.d.ts +6 -6
- package/dist/components/StreamMixer/LocalMixer/MixerControl.js +14 -10
- package/dist/components/StreamMixer/LocalMixer/index.js +81 -56
- package/dist/components/StreamMixer/icons/CameraMirror.js +2 -2
- package/dist/components/StreamMixer/icons/Delete.js +2 -2
- package/dist/components/StreamMixer/icons/Down.js +2 -2
- package/dist/components/StreamMixer/icons/Rotation.js +2 -2
- package/dist/components/StreamMixer/icons/Up.js +2 -2
- package/dist/components/StreamMixer/index.js +2 -2
- package/dist/components/StreamView/common/StreamCover/index.js +2 -2
- package/dist/components/UserPicker/components/TreeMode/TreeNode.js +2 -2
- package/dist/components/UserPicker/i18n/index.d.ts +15 -1
- package/dist/components/UserPicker/i18n/index.js +3 -4
- package/dist/components/UserPicker/index.d.ts +0 -1
- package/dist/components/UserPicker/index.js +6 -3
- package/dist/components/VideoSettingPanel/VideoPreview.js +3 -4
- package/dist/components/VideoSettingPanel/VideoProfile.js +3 -4
- package/dist/components/VideoSettingPanel/i18n/en-US/index.d.ts +5 -0
- package/dist/components/VideoSettingPanel/i18n/en-US/index.js +8 -3
- package/dist/components/VideoSettingPanel/i18n/zh-CN/index.d.ts +5 -0
- package/dist/components/VideoSettingPanel/i18n/zh-CN/index.js +8 -3
- package/dist/components/VideoSettingPanel/index.js +3 -3
- package/dist/hooks/useLongPress.d.ts +4 -4
- package/dist/hooks/useMessageActions.js +5 -5
- package/dist/hooks/useMouseHover.d.ts +7 -5
- package/dist/hooks/useMouseHover.js +3 -1
- package/dist/index.js +12 -6
- package/dist/rtc/index.d.ts +22 -20
- package/dist/rtc/index.js +6 -3
- package/dist/states/BarrageListState/BarrageListState.js +3 -2
- package/dist/states/CoHostState.d.ts +1 -1
- package/dist/states/CoHostState.js +59 -62
- package/dist/states/ContactListState/ContactListState.d.ts +16 -16
- package/dist/states/ContactListState/ContactListState.js +20 -20
- package/dist/states/ConversationListState/ConversationListState.d.ts +13 -12
- package/dist/states/ConversationListState/ConversationListState.js +19 -19
- package/dist/states/LiveSeatState/seatEventManager.js +3 -5
- package/dist/states/LiveSeatState/usePlayStream/MixStreamPlayer.js +9 -0
- package/dist/states/LiveState/index.d.ts +4 -4
- package/dist/states/LiveState/index.js +4 -2
- package/dist/states/LoginState.js +1 -3
- package/dist/states/MessageInputState/MessageInputState.js +18 -18
- package/dist/states/SearchState.d.ts +2 -2
- package/dist/states/SearchState.js +124 -127
- package/dist/styles/index.css +1954 -1070
- package/dist/types/contact.d.ts +145 -9
- package/dist/types/conversation.d.ts +36 -28
- package/dist/types/conversation.js +22 -0
- package/dist/types/index.js +5 -3
- package/dist/types/live.d.ts +2 -3
- package/dist/types/types.d.ts +0 -8
- package/dist/types/types.js +0 -10
- package/dist/utils/time.d.ts +2 -2
- package/dist/utils/time.js +253 -1471
- package/package.json +23 -5
- package/src/baseComp/View/View.vue +1 -2
- package/src/baseComp/index.ts +1 -2
- package/src/chat/index.ts +11 -0
- package/src/components/Avatar/Avatar.vue +12 -11
- package/src/components/BarrageInput/BarrageInputH5.vue +36 -9
- package/src/components/BarrageInput/TextEditor/TextEditor.vue +13 -5
- package/src/components/BarrageInput/constants.ts +3 -0
- package/src/components/BarrageInput/i18n/en-US/index.ts +2 -0
- package/src/components/BarrageInput/i18n/zh-CN/index.ts +2 -0
- package/src/components/BarrageList/BarrageList.vue +2 -2
- package/src/components/BarrageList/BarrageListH5.vue +2 -2
- package/src/components/BarrageList/Message/MessageLayout/MessageLayout.vue +0 -1
- package/src/components/BarrageList/Message/MessageLayout/MessageMeta/MessageMeta.vue +5 -2
- package/src/components/BarrageList/Message/MessageLayout/MessageMeta/MessageStatusIcon.vue +7 -3
- package/src/components/BarrageList/Message/TextMessage/TextMessage.vue +3 -3
- package/src/components/ChatSetting/ChatSetting.vue +6 -10
- package/src/components/ChatSetting/GroupChatSetting/GroupInfo/GroupInfo.vue +1 -1
- package/src/components/ChatSetting/SettingItem/SettingItem.vue +40 -36
- package/src/components/ChatSetting/i18n/index.ts +3 -5
- package/src/components/ChatSetting/index.ts +5 -1
- package/src/components/ContactList/ContactInfo/BlacklistInfo/BlacklistInfo.scss +50 -0
- package/src/components/ContactList/ContactInfo/BlacklistInfo/BlacklistInfo.vue +71 -0
- package/src/components/ContactList/ContactInfo/BlacklistInfo/index.ts +1 -0
- package/src/components/ContactList/ContactInfo/ContactInfo.scss +33 -0
- package/src/components/ContactList/ContactInfo/ContactInfo.vue +256 -0
- package/src/components/ContactList/ContactInfo/FriendApplicationInfo/FriendApplicationInfo.scss +82 -0
- package/src/components/ContactList/ContactInfo/FriendApplicationInfo/FriendApplicationInfo.vue +88 -0
- package/src/components/ContactList/ContactInfo/FriendApplicationInfo/index.ts +1 -0
- package/src/components/ContactList/ContactInfo/FriendInfo/FriendInfo.scss +92 -0
- package/src/components/ContactList/ContactInfo/FriendInfo/FriendInfo.vue +219 -0
- package/src/components/ContactList/ContactInfo/FriendInfo/index.ts +1 -0
- package/src/components/ContactList/ContactInfo/GroupApplicationInfo/GroupApplicationInfo.scss +82 -0
- package/src/components/ContactList/ContactInfo/GroupApplicationInfo/GroupApplicationInfo.vue +99 -0
- package/src/components/ContactList/ContactInfo/GroupApplicationInfo/index.ts +1 -0
- package/src/components/ContactList/ContactInfo/GroupInfo/GroupInfo.scss +52 -0
- package/src/components/ContactList/ContactInfo/GroupInfo/GroupInfo.vue +146 -0
- package/src/components/ContactList/ContactInfo/GroupInfo/index.ts +1 -0
- package/src/components/ContactList/ContactInfo/SearchGroupInfo/SearchGroupInfo.scss +111 -0
- package/src/components/ContactList/ContactInfo/SearchGroupInfo/SearchGroupInfo.vue +147 -0
- package/src/components/ContactList/ContactInfo/SearchGroupInfo/index.ts +1 -0
- package/src/components/ContactList/ContactInfo/SearchUserInfo/SearchUserInfo.scss +111 -0
- package/src/components/ContactList/ContactInfo/SearchUserInfo/SearchUserInfo.vue +128 -0
- package/src/components/ContactList/ContactInfo/SearchUserInfo/index.ts +1 -0
- package/src/components/ContactList/ContactInfo/index.ts +8 -0
- package/src/components/ContactList/ContactList.scss +124 -0
- package/src/components/ContactList/ContactList.vue +299 -0
- package/src/components/ContactList/ContactListItem/BlacklistItem/BlacklistItem.scss +39 -0
- package/src/components/ContactList/ContactListItem/BlacklistItem/BlacklistItem.vue +47 -0
- package/src/components/ContactList/ContactListItem/BlacklistItem/index.ts +1 -0
- package/src/components/ContactList/ContactListItem/ContactListItem.vue +98 -0
- package/src/components/ContactList/ContactListItem/FriendApplicationItem/FriendApplicationItem.scss +58 -0
- package/src/components/ContactList/ContactListItem/FriendApplicationItem/FriendApplicationItem.vue +70 -0
- package/src/components/ContactList/ContactListItem/FriendApplicationItem/index.ts +1 -0
- package/src/components/ContactList/ContactListItem/FriendItem/FriendItem.scss +39 -0
- package/src/components/ContactList/ContactListItem/FriendItem/FriendItem.vue +47 -0
- package/src/components/ContactList/ContactListItem/FriendItem/index.ts +1 -0
- package/src/components/ContactList/ContactListItem/GroupApplicationItem/GroupApplicationItem.scss +57 -0
- package/src/components/ContactList/ContactListItem/GroupApplicationItem/GroupApplicationItem.vue +78 -0
- package/src/components/ContactList/ContactListItem/GroupApplicationItem/index.ts +1 -0
- package/src/components/ContactList/ContactListItem/GroupItem/GroupItem.scss +39 -0
- package/src/components/ContactList/ContactListItem/GroupItem/GroupItem.vue +47 -0
- package/src/components/ContactList/ContactListItem/GroupItem/index.ts +1 -0
- package/src/components/ContactList/ContactListItem/index.ts +6 -0
- package/src/components/ContactList/ContactSearch/ContactSearch.scss +58 -0
- package/src/components/ContactList/ContactSearch/ContactSearch.vue +98 -0
- package/src/components/ContactList/ContactSearch/index.ts +1 -0
- package/src/components/ContactList/constants/const.ts +7 -0
- package/src/components/ContactList/hooks/index.ts +1 -0
- package/src/components/ContactList/hooks/useContactList.ts +21 -0
- package/src/components/ContactList/i18n/en-US.ts +77 -0
- package/src/components/ContactList/i18n/index.ts +4 -0
- package/src/components/ContactList/i18n/zh-CN.ts +77 -0
- package/src/components/ContactList/index.ts +18 -0
- package/src/components/ConversationList/ConversationActions/ConversationActions.scss +34 -35
- package/src/components/ConversationList/ConversationActions/ConversationActions.vue +15 -29
- package/src/components/ConversationList/ConversationCreate/ConversationCreate.scss +11 -37
- package/src/components/ConversationList/ConversationCreate/ConversationCreate.vue +154 -69
- package/src/components/ConversationList/ConversationCreate/ConversationCreateButton/ConversationCreateButton.scss +37 -1
- package/src/components/ConversationList/ConversationCreate/ConversationCreateButton/ConversationCreateButton.vue +70 -15
- package/src/components/ConversationList/ConversationCreate/ConversationCreateGroupDetail/ConversationCreateGroupDetail.scss +19 -66
- package/src/components/ConversationList/ConversationCreate/ConversationCreateGroupDetail/ConversationCreateGroupDetail.vue +72 -139
- package/src/components/ConversationList/ConversationCreate/ConversationCreateUserSelectList/ConversationCreateUserSelectList.scss +5 -129
- package/src/components/ConversationList/ConversationCreate/ConversationCreateUserSelectList/ConversationCreateUserSelectList.vue +42 -183
- package/src/components/ConversationList/ConversationCreate/ConversationGroupTypeInfo/ConversationGroupTypeInfo.scss +14 -11
- package/src/components/ConversationList/ConversationCreate/ConversationGroupTypeInfo/ConversationGroupTypeInfo.vue +23 -18
- package/src/components/ConversationList/ConversationCreate/ConversationGroupTypeInfo/type.ts +2 -8
- package/src/components/ConversationList/ConversationCreate/index.ts +0 -2
- package/src/components/ConversationList/ConversationList.scss +1 -0
- package/src/components/ConversationList/ConversationList.vue +44 -25
- package/src/components/ConversationList/ConversationListContent/ConversationListContent.scss +2 -5
- package/src/components/ConversationList/ConversationPlaceHolder/ConversationPlaceHolder.vue +2 -2
- package/src/components/ConversationList/ConversationPreview/ConversationPreviewAbstract.vue +1 -1
- package/src/components/ConversationList/ConversationPreview/ConversationPreviewUI.vue +6 -19
- package/src/components/ConversationList/ConversationPreview/utils.ts +11 -11
- package/src/components/ConversationList/hooks/useConversation.ts +21 -0
- package/src/components/ConversationList/hooks/useConversationCreate.ts +29 -0
- package/src/components/ConversationList/i18n/en-US.ts +26 -6
- package/src/components/ConversationList/i18n/zh-CN.ts +25 -5
- package/src/components/{LiveStreamView → LiveCoreView}/index.ts +4 -3
- package/src/components/{LiveStreamView → LiveCoreView}/index.vue +109 -88
- package/src/components/LiveList/LiveList.vue +94 -38
- package/src/components/LiveList/LiveListH5.vue +47 -23
- package/src/components/MessageInput/MessageInput.module.scss +1 -1
- package/src/components/MessageInput/QuotedMessagePreview/QuotedMessagePreview.vue +2 -2
- package/src/components/MessageInput/SendButton/SendButton.vue +1 -1
- package/src/components/MessageInput/TextEditor/Editor.scss +3 -2
- package/src/components/MessageInput/TextEditor/TextEditor.module.scss +1 -0
- package/src/components/MessageInput/TextEditor/TextEditor.vue +2 -0
- package/src/components/MessageInput/i18n/index.ts +1 -7
- package/src/components/MessageInput/index.ts +25 -8
- package/src/components/MessageList/Message/MessageLayout/MessageActionDropdown/MessageActionDropdown.vue +4 -4
- package/src/components/MessageList/Message/MessageLayout/MessageLayout.vue +0 -1
- package/src/components/MessageList/Message/MessageLayout/MessageMeta/MessageMeta.vue +16 -17
- package/src/components/MessageList/MessageForward/MessageForward.vue +2 -2
- package/src/components/MessageList/MessageList.vue +21 -5
- package/src/components/MessageList/ScrollToBottom/ScrollToBottom.vue +50 -0
- package/src/components/MessageList/ScrollToBottom/index.ts +5 -0
- package/src/components/MessageList/i18n/en-US.ts +5 -0
- package/src/components/MessageList/i18n/index.ts +1 -5
- package/src/components/MessageList/i18n/zh-CN.ts +5 -0
- package/src/components/MessageList/index.ts +4 -1
- package/src/components/Search/Search.vue +0 -4
- package/src/components/Search/SearchAdvanced/DateRangePicker/DateRangePicker.vue +125 -38
- package/src/components/Search/SearchAdvanced/MessageAdvanced/MessageAdvanced.vue +24 -16
- package/src/components/Search/SearchAdvanced/SearchAdvanced.vue +9 -7
- package/src/components/Search/SearchAdvanced/SearchTab/SearchTab.vue +4 -3
- package/src/components/Search/SearchAdvanced/UserAdvanced/UserAdvanced.scss +0 -1
- package/src/components/Search/SearchAdvanced/UserAdvanced/UserAdvanced.vue +57 -23
- package/src/components/Search/SearchBar/SearchBar.scss +0 -2
- package/src/components/Search/SearchBar/SearchBar.vue +7 -5
- package/src/components/Search/SearchResults/EmptyResult/EmptyResult.vue +4 -2
- package/src/components/Search/SearchResults/SearchResults.scss +5 -11
- package/src/components/Search/SearchResults/SearchResults.vue +25 -29
- package/src/components/Search/SearchResults/SearchResultsItem/Conversation/Conversation.scss +1 -9
- package/src/components/Search/SearchResults/SearchResultsItem/utils/highlightText.ts +15 -16
- package/src/components/Search/i18n/en-US/Search.ts +9 -9
- package/src/components/Search/i18n/zh-CN/Search.ts +13 -13
- package/src/components/StreamMixer/LocalMixer/MixerControl.vue +20 -15
- package/src/components/StreamMixer/LocalMixer/index.vue +130 -57
- package/src/components/StreamMixer/index.vue +3 -3
- package/src/components/UserPicker/i18n/index.ts +1 -5
- package/src/components/UserPicker/index.ts +4 -3
- package/src/components/VideoSettingPanel/VideoPreview.vue +13 -8
- package/src/components/VideoSettingPanel/VideoProfile.vue +5 -5
- package/src/components/VideoSettingPanel/i18n/en-US/index.ts +8 -3
- package/src/components/VideoSettingPanel/i18n/zh-CN/index.ts +8 -3
- package/src/components/VideoSettingPanel/index.vue +15 -9
- package/src/hooks/useLongPress.ts +7 -18
- package/src/hooks/useMessageActions.ts +5 -5
- package/src/hooks/useMouseHover.ts +9 -7
- package/src/rtc/index.ts +6 -3
- package/src/types/contact.ts +175 -12
- package/src/types/conversation.ts +42 -32
- package/src/types/live.ts +3 -5
- package/src/types/types.ts +0 -28
- package/src/utils/time.ts +8 -10
- package/dist/baseComp/Popup/Popup.js +0 -132
- package/dist/baseComp/Popup/Popup.vue.d.ts +0 -54
- package/dist/baseComp/Popup/index.d.ts +0 -2
- package/dist/baseComp/Popup/index.js +0 -4
- package/dist/components/ConversationList/ConversationCreate/ConversationCreateSelectView/ConversationCreateSelectView.js +0 -65
- package/dist/components/ConversationList/ConversationCreate/ConversationCreateSelectView/ConversationCreateSelectView.vue.d.ts +0 -17
- package/dist/components/ConversationList/ConversationCreate/ConversationCreateSelectView/index.d.ts +0 -1
- package/dist/components/ConversationList/ConversationCreate/ConversationCreateSelectView/index.js +0 -4
- package/dist/components/ConversationList/ConversationCreate/hooks/useConversationCreate.d.ts +0 -9
- package/dist/components/ConversationList/ConversationCreate/hooks/useConversationCreate.js +0 -96
- package/dist/components/ConversationList/ConversationCreate/static/word.d.ts +0 -6
- package/dist/components/ConversationList/ConversationCreate/static/word.js +0 -4
- package/dist/components/LiveStreamView/index.d.ts +0 -4
- package/src/baseComp/Popup/Popup.vue +0 -156
- package/src/baseComp/Popup/index.ts +0 -2
- package/src/components/ConversationList/ConversationCreate/ConversationCreateSelectView/ConversationCreateSelectView.scss +0 -36
- package/src/components/ConversationList/ConversationCreate/ConversationCreateSelectView/ConversationCreateSelectView.vue +0 -44
- package/src/components/ConversationList/ConversationCreate/ConversationCreateSelectView/index.ts +0 -1
- package/src/components/ConversationList/ConversationCreate/hooks/useConversationCreate.ts +0 -132
- package/src/components/ConversationList/ConversationCreate/static/word.ts +0 -300
- /package/dist/components/{LiveStreamView → LiveCoreView}/DefaultStreamViewUI.vue.d.ts +0 -0
- /package/dist/components/{LiveStreamView → LiveCoreView}/i18n/en-US/index.d.ts +0 -0
- /package/dist/components/{LiveStreamView → LiveCoreView}/i18n/en-US/index.js +0 -0
- /package/dist/components/{LiveStreamView → LiveCoreView}/i18n/index.d.ts +0 -0
- /package/dist/components/{LiveStreamView → LiveCoreView}/i18n/index.js +0 -0
- /package/dist/components/{LiveStreamView → LiveCoreView}/i18n/zh-CN/index.d.ts +0 -0
- /package/dist/components/{LiveStreamView → LiveCoreView}/i18n/zh-CN/index.js +0 -0
- /package/dist/components/{LiveStreamView → LiveCoreView}/index.vue.d.ts +0 -0
- /package/src/components/{LiveStreamView → LiveCoreView}/DefaultStreamViewUI.vue +0 -0
- /package/src/components/{LiveStreamView → LiveCoreView}/i18n/en-US/index.ts +0 -0
- /package/src/components/{LiveStreamView → LiveCoreView}/i18n/index.ts +0 -0
- /package/src/components/{LiveStreamView → LiveCoreView}/i18n/zh-CN/index.ts +0 -0
package/dist/styles/index.css
CHANGED
|
@@ -119,73 +119,73 @@
|
|
|
119
119
|
width: 16px;
|
|
120
120
|
height: 16px;
|
|
121
121
|
border-width: 3px;
|
|
122
|
-
}.
|
|
122
|
+
}._avatar_bq44a_1 {
|
|
123
123
|
position: relative;
|
|
124
|
-
display:
|
|
124
|
+
display: flex;
|
|
125
125
|
align-items: center;
|
|
126
126
|
justify-content: center;
|
|
127
127
|
overflow: hidden;
|
|
128
128
|
flex-shrink: 0;
|
|
129
129
|
user-select: none;
|
|
130
130
|
}
|
|
131
|
-
.
|
|
131
|
+
._avatar--shape-circular_bq44a_10 {
|
|
132
132
|
border-radius: 50%;
|
|
133
133
|
}
|
|
134
|
-
.
|
|
134
|
+
._avatar--shape-square_bq44a_13 {
|
|
135
135
|
border-radius: 0;
|
|
136
136
|
}
|
|
137
|
-
.
|
|
137
|
+
._avatar_bq44a_1._size-xs_bq44a_16 {
|
|
138
138
|
width: 24px;
|
|
139
139
|
height: 24px;
|
|
140
140
|
}
|
|
141
|
-
.
|
|
141
|
+
._avatar_bq44a_1._size-sm_bq44a_20 {
|
|
142
142
|
width: 32px;
|
|
143
143
|
height: 32px;
|
|
144
144
|
}
|
|
145
|
-
.
|
|
145
|
+
._avatar_bq44a_1._size-md_bq44a_24 {
|
|
146
146
|
width: 40px;
|
|
147
147
|
height: 40px;
|
|
148
148
|
}
|
|
149
|
-
.
|
|
149
|
+
._avatar_bq44a_1._size-lg_bq44a_28 {
|
|
150
150
|
width: 48px;
|
|
151
151
|
height: 48px;
|
|
152
152
|
}
|
|
153
|
-
.
|
|
153
|
+
._avatar_bq44a_1._size-xl_bq44a_32 {
|
|
154
154
|
width: 64px;
|
|
155
155
|
height: 64px;
|
|
156
156
|
}
|
|
157
|
-
.
|
|
157
|
+
._avatar_bq44a_1._size-xxl_bq44a_36 {
|
|
158
158
|
width: 96px;
|
|
159
159
|
height: 96px;
|
|
160
160
|
}
|
|
161
|
-
.
|
|
161
|
+
._avatar--shape-rounded_bq44a_40 {
|
|
162
162
|
border-radius: 4px;
|
|
163
163
|
}
|
|
164
|
-
.
|
|
164
|
+
._avatar--shape-rounded_bq44a_40._size-xs_bq44a_16 {
|
|
165
165
|
border-radius: 4px;
|
|
166
166
|
}
|
|
167
|
-
.
|
|
167
|
+
._avatar--shape-rounded_bq44a_40._size-sm_bq44a_20 {
|
|
168
168
|
border-radius: 4px;
|
|
169
169
|
}
|
|
170
|
-
.
|
|
170
|
+
._avatar--shape-rounded_bq44a_40._size-md_bq44a_24 {
|
|
171
171
|
border-radius: 8px;
|
|
172
172
|
}
|
|
173
|
-
.
|
|
173
|
+
._avatar--shape-rounded_bq44a_40._size-lg_bq44a_28 {
|
|
174
174
|
border-radius: 8px;
|
|
175
175
|
}
|
|
176
|
-
.
|
|
176
|
+
._avatar--shape-rounded_bq44a_40._size-xl_bq44a_32 {
|
|
177
177
|
border-radius: 8px;
|
|
178
178
|
}
|
|
179
|
-
.
|
|
179
|
+
._avatar--shape-rounded_bq44a_40._size-xxl_bq44a_36 {
|
|
180
180
|
border-radius: 12px;
|
|
181
181
|
}
|
|
182
|
-
.
|
|
182
|
+
._avatar__image_bq44a_61 {
|
|
183
183
|
width: 100%;
|
|
184
184
|
height: 100%;
|
|
185
185
|
object-fit: cover;
|
|
186
186
|
display: flex;
|
|
187
187
|
}
|
|
188
|
-
.
|
|
188
|
+
._avatar__fallback_bq44a_67 {
|
|
189
189
|
width: 100%;
|
|
190
190
|
height: 100%;
|
|
191
191
|
display: flex;
|
|
@@ -196,7 +196,7 @@
|
|
|
196
196
|
background-color: var(--uikit-color-theme-6);
|
|
197
197
|
color: #fff;
|
|
198
198
|
}
|
|
199
|
-
.
|
|
199
|
+
._avatar__skeleton_bq44a_78 {
|
|
200
200
|
width: 100%;
|
|
201
201
|
height: 100%;
|
|
202
202
|
background-color: #e6e6e6;
|
|
@@ -205,7 +205,7 @@
|
|
|
205
205
|
left: 0;
|
|
206
206
|
z-index: 1;
|
|
207
207
|
}
|
|
208
|
-
.
|
|
208
|
+
._avatar__skeleton_bq44a_78::after {
|
|
209
209
|
content: "";
|
|
210
210
|
position: absolute;
|
|
211
211
|
top: 0;
|
|
@@ -213,16 +213,16 @@
|
|
|
213
213
|
width: 100%;
|
|
214
214
|
height: 100%;
|
|
215
215
|
background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
|
|
216
|
-
animation:
|
|
216
|
+
animation: _shimmer_bq44a_1 1.2s ease-in-out infinite;
|
|
217
217
|
}
|
|
218
|
-
@keyframes
|
|
218
|
+
@keyframes _shimmer_bq44a_1 {
|
|
219
219
|
0% {
|
|
220
220
|
transform: translateX(-100%);
|
|
221
221
|
}
|
|
222
222
|
100% {
|
|
223
223
|
transform: translateX(100%);
|
|
224
224
|
}
|
|
225
|
-
}.
|
|
225
|
+
}._setting-item_bjdj6_1 {
|
|
226
226
|
display: flex;
|
|
227
227
|
flex: 1;
|
|
228
228
|
flex-direction: column;
|
|
@@ -231,71 +231,72 @@
|
|
|
231
231
|
border-bottom: 0.5px solid var(--stroke-color-module);
|
|
232
232
|
gap: 8px;
|
|
233
233
|
}
|
|
234
|
-
.
|
|
234
|
+
._setting-item_bjdj6_1:last-child {
|
|
235
235
|
border-bottom: none;
|
|
236
236
|
}
|
|
237
|
-
.
|
|
237
|
+
._setting-item--disabled_bjdj6_13 {
|
|
238
238
|
color: var(--text-color-disabled);
|
|
239
239
|
pointer-events: none;
|
|
240
240
|
}
|
|
241
|
-
.
|
|
241
|
+
._setting-item--disabled_bjdj6_13 ._setting-item__switch-slider_bjdj6_17 {
|
|
242
242
|
background-color: var(--fill-color-disabled);
|
|
243
243
|
}
|
|
244
|
-
.
|
|
244
|
+
._setting-item--switch_bjdj6_20 {
|
|
245
245
|
gap: 16px;
|
|
246
246
|
flex-direction: row;
|
|
247
247
|
justify-content: space-between;
|
|
248
248
|
}
|
|
249
|
-
.
|
|
249
|
+
._setting-item__label_bjdj6_25 {
|
|
250
250
|
font-size: 14px;
|
|
251
251
|
font-weight: 500;
|
|
252
252
|
color: var(--text-color-primary);
|
|
253
253
|
}
|
|
254
|
-
.
|
|
254
|
+
._setting-item__content-wrapper_bjdj6_30 {
|
|
255
255
|
display: flex;
|
|
256
256
|
align-items: center;
|
|
257
257
|
justify-content: space-between;
|
|
258
258
|
min-height: 24px;
|
|
259
259
|
}
|
|
260
|
-
.
|
|
260
|
+
._setting-item__content_bjdj6_30 {
|
|
261
261
|
display: flex;
|
|
262
262
|
align-items: center;
|
|
263
263
|
justify-content: space-between;
|
|
264
264
|
flex: 1;
|
|
265
265
|
gap: 8px;
|
|
266
266
|
}
|
|
267
|
-
.
|
|
267
|
+
._setting-item__value_bjdj6_43 {
|
|
268
268
|
flex: 1;
|
|
269
269
|
font-size: 14px;
|
|
270
270
|
word-break: break-word;
|
|
271
271
|
color: var(--text-color-secondary);
|
|
272
272
|
}
|
|
273
|
-
.
|
|
274
|
-
|
|
273
|
+
._setting-item__value--placeholder_bjdj6_49 {
|
|
274
|
+
font-style: italic;
|
|
275
|
+
color: var(--text-color-tertiary);
|
|
275
276
|
}
|
|
276
|
-
.
|
|
277
|
+
._setting-item__switch_bjdj6_17 {
|
|
277
278
|
position: relative;
|
|
278
279
|
display: inline-block;
|
|
279
280
|
width: 40px;
|
|
280
281
|
height: 20px;
|
|
281
282
|
cursor: pointer;
|
|
282
283
|
}
|
|
283
|
-
.
|
|
284
|
+
._setting-item__switch-input_bjdj6_60 {
|
|
284
285
|
opacity: 0;
|
|
285
286
|
width: 0;
|
|
286
287
|
height: 0;
|
|
287
288
|
}
|
|
288
|
-
.
|
|
289
|
+
._setting-item__switch-input_bjdj6_60:checked + ._setting-item__switch-slider_bjdj6_17 {
|
|
289
290
|
background-color: var(--switch-color-on);
|
|
290
291
|
}
|
|
291
|
-
.
|
|
292
|
+
._setting-item__switch-input_bjdj6_60:checked + ._setting-item__switch-slider_bjdj6_17:before {
|
|
292
293
|
transform: translateX(20px);
|
|
293
294
|
}
|
|
294
|
-
.
|
|
295
|
+
._setting-item__switch-input_bjdj6_60:disabled + ._setting-item__switch-slider_bjdj6_17 {
|
|
295
296
|
cursor: not-allowed;
|
|
296
297
|
background-color: var(--fill-color-disabled);
|
|
297
298
|
}
|
|
298
|
-
.
|
|
299
|
+
._setting-item__switch-slider_bjdj6_17 {
|
|
299
300
|
position: absolute;
|
|
300
301
|
cursor: pointer;
|
|
301
302
|
top: 0;
|
|
@@ -306,7 +307,7 @@
|
|
|
306
307
|
transition: 0.2s;
|
|
307
308
|
background-color: var(--switch-color-off);
|
|
308
309
|
}
|
|
309
|
-
.
|
|
310
|
+
._setting-item__switch-slider_bjdj6_17:before {
|
|
310
311
|
position: absolute;
|
|
311
312
|
content: "";
|
|
312
313
|
height: 16px;
|
|
@@ -317,13 +318,13 @@
|
|
|
317
318
|
transition: 0.2s;
|
|
318
319
|
background-color: white;
|
|
319
320
|
}
|
|
320
|
-
.
|
|
321
|
+
._setting-item__edit-container_bjdj6_97 {
|
|
321
322
|
display: flex;
|
|
322
323
|
flex-direction: column;
|
|
323
324
|
gap: 12px;
|
|
324
325
|
width: 100%;
|
|
325
326
|
}
|
|
326
|
-
.
|
|
327
|
+
._setting-item__input_bjdj6_103, ._setting-item__textarea_bjdj6_103 {
|
|
327
328
|
width: 100%;
|
|
328
329
|
padding: 8px 12px;
|
|
329
330
|
border-radius: 4px;
|
|
@@ -333,31 +334,31 @@
|
|
|
333
334
|
border: 1px solid var(--stroke-color-module);
|
|
334
335
|
color: var(--text-color-primary);
|
|
335
336
|
}
|
|
336
|
-
.
|
|
337
|
+
._setting-item__input_bjdj6_103:focus, ._setting-item__textarea_bjdj6_103:focus {
|
|
337
338
|
outline: none;
|
|
338
339
|
border-color: var(--primary-color);
|
|
339
340
|
}
|
|
340
|
-
.
|
|
341
|
+
._setting-item__input_bjdj6_103::placeholder, ._setting-item__textarea_bjdj6_103::placeholder {
|
|
341
342
|
color: var(--text-color-placeholder);
|
|
342
343
|
}
|
|
343
|
-
.
|
|
344
|
+
._setting-item__input--error_bjdj6_120, ._setting-item__textarea--error_bjdj6_120 {
|
|
344
345
|
border-color: var(--error-color);
|
|
345
346
|
}
|
|
346
|
-
.
|
|
347
|
+
._setting-item__textarea_bjdj6_103 {
|
|
347
348
|
resize: vertical;
|
|
348
349
|
min-height: 60px;
|
|
349
350
|
}
|
|
350
|
-
.
|
|
351
|
+
._setting-item__error_bjdj6_127 {
|
|
351
352
|
font-size: 12px;
|
|
352
353
|
margin-top: 4px;
|
|
353
354
|
color: var(--error-color);
|
|
354
355
|
}
|
|
355
|
-
.
|
|
356
|
+
._setting-item__actions_bjdj6_132 {
|
|
356
357
|
display: flex;
|
|
357
358
|
gap: 8px;
|
|
358
359
|
justify-content: flex-end;
|
|
359
360
|
}
|
|
360
|
-
.
|
|
361
|
+
._setting-item__btn--cancel_bjdj6_137, ._setting-item__btn--confirm_bjdj6_137 {
|
|
361
362
|
min-width: 60px;
|
|
362
363
|
height: 32px;
|
|
363
364
|
font-size: 12px;
|
|
@@ -869,21 +870,21 @@
|
|
|
869
870
|
}
|
|
870
871
|
.group-actions__button[data-v-52ab1c35] {
|
|
871
872
|
width: 100%;
|
|
872
|
-
}.group-info__item[data-v-
|
|
873
|
+
}.group-info__item[data-v-24700623] {
|
|
873
874
|
padding: 10px 0;
|
|
874
875
|
border-bottom: 0.5px solid var(--stroke-color-module);
|
|
875
876
|
}
|
|
876
|
-
.group-info__item[data-v-
|
|
877
|
+
.group-info__item[data-v-24700623]:last-child {
|
|
877
878
|
border-bottom: none;
|
|
878
879
|
}
|
|
879
|
-
.group-info__label[data-v-
|
|
880
|
+
.group-info__label[data-v-24700623] {
|
|
880
881
|
font-size: 14px;
|
|
881
882
|
font-weight: bold;
|
|
882
883
|
line-height: 1.4;
|
|
883
884
|
margin-bottom: 8px;
|
|
884
885
|
color: var(--text-color-primary);
|
|
885
886
|
}
|
|
886
|
-
.group-info__value[data-v-
|
|
887
|
+
.group-info__value[data-v-24700623] {
|
|
887
888
|
flex: 1;
|
|
888
889
|
font-size: 14px;
|
|
889
890
|
line-height: 1.5;
|
|
@@ -1174,7 +1175,7 @@
|
|
|
1174
1175
|
* @include multi-line-ellipsis(3);
|
|
1175
1176
|
* }
|
|
1176
1177
|
*/
|
|
1177
|
-
.chat-setting[data-v-
|
|
1178
|
+
.chat-setting[data-v-4b04ef29] {
|
|
1178
1179
|
display: flex;
|
|
1179
1180
|
flex-direction: column;
|
|
1180
1181
|
overflow-y: auto;
|
|
@@ -1183,130 +1184,13 @@
|
|
|
1183
1184
|
overflow: auto;
|
|
1184
1185
|
-ms-overflow-style: none;
|
|
1185
1186
|
}
|
|
1186
|
-
.chat-setting[data-v-
|
|
1187
|
+
.chat-setting[data-v-4b04ef29]::-webkit-scrollbar {
|
|
1187
1188
|
display: none;
|
|
1188
1189
|
}
|
|
1189
1190
|
@supports (scrollbar-width: none) {
|
|
1190
|
-
.chat-setting[data-v-
|
|
1191
|
+
.chat-setting[data-v-4b04ef29] {
|
|
1191
1192
|
scrollbar-width: none;
|
|
1192
1193
|
}
|
|
1193
|
-
}._conversationPlaceHolder_15avc_1 {
|
|
1194
|
-
display: flex;
|
|
1195
|
-
flex-direction: column;
|
|
1196
|
-
align-items: center;
|
|
1197
|
-
justify-content: center;
|
|
1198
|
-
height: 200px;
|
|
1199
|
-
color: var(--text-color-secondary, #666);
|
|
1200
|
-
font-size: 14px;
|
|
1201
|
-
}
|
|
1202
|
-
._conversationPlaceHolder__icon_15avc_10 {
|
|
1203
|
-
margin-bottom: 16px;
|
|
1204
|
-
}
|
|
1205
|
-
._conversationPlaceHolder__label_15avc_13 {
|
|
1206
|
-
margin-bottom: 16px;
|
|
1207
|
-
text-align: center;
|
|
1208
|
-
}
|
|
1209
|
-
._conversationPlaceHolder__loading_15avc_18 {
|
|
1210
|
-
width: 42px;
|
|
1211
|
-
height: 42px;
|
|
1212
|
-
animation: _spin_15avc_1 1s linear infinite;
|
|
1213
|
-
}
|
|
1214
|
-
._conversationPlaceHolder-empty_15avc_24 ._conversationPlaceHolder__emptyIcon_15avc_24 {
|
|
1215
|
-
width: 42px;
|
|
1216
|
-
height: 42px;
|
|
1217
|
-
opacity: 0.5;
|
|
1218
|
-
color: var(--text-color-secondary, #666);
|
|
1219
|
-
}
|
|
1220
|
-
._conversationPlaceHolder-error_15avc_31 ._conversationPlaceHolder__errorIcon_15avc_31 {
|
|
1221
|
-
width: 42px;
|
|
1222
|
-
height: 42px;
|
|
1223
|
-
opacity: 0.5;
|
|
1224
|
-
color: var(--text-color-secondary, #666);
|
|
1225
|
-
}
|
|
1226
|
-
@keyframes _spin_15avc_1 {
|
|
1227
|
-
0% {
|
|
1228
|
-
transform: rotate(0deg);
|
|
1229
|
-
}
|
|
1230
|
-
100% {
|
|
1231
|
-
transform: rotate(360deg);
|
|
1232
|
-
}
|
|
1233
|
-
}._popup_milgd_1 {
|
|
1234
|
-
background: #fff;
|
|
1235
|
-
border-radius: 4px;
|
|
1236
|
-
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
|
|
1237
|
-
max-width: 300px;
|
|
1238
|
-
max-height: 400px;
|
|
1239
|
-
overflow: auto;
|
|
1240
|
-
}
|
|
1241
|
-
.popup-enter-active,
|
|
1242
|
-
.popup-leave-active {
|
|
1243
|
-
transition: opacity 0.2s ease;
|
|
1244
|
-
}
|
|
1245
|
-
.popup-enter-from,
|
|
1246
|
-
.popup-leave-to {
|
|
1247
|
-
opacity: 0;
|
|
1248
|
-
}._conversationActions_15ko6_1 {
|
|
1249
|
-
position: relative;
|
|
1250
|
-
}
|
|
1251
|
-
._conversationActions__popup-icon_15ko6_4 {
|
|
1252
|
-
padding: 4px 8px;
|
|
1253
|
-
cursor: pointer;
|
|
1254
|
-
border-radius: 4px;
|
|
1255
|
-
transition: background-color 0.2s;
|
|
1256
|
-
}
|
|
1257
|
-
._conversationActions__popup-icon_15ko6_4:hover {
|
|
1258
|
-
background-color: var(--hover-bg-color, #f0f0f0);
|
|
1259
|
-
}
|
|
1260
|
-
._conversationActions__popup-icon_15ko6_4 ._more-icon_15ko6_13 {
|
|
1261
|
-
font-size: 16px;
|
|
1262
|
-
color: var(--text-color-secondary, #666);
|
|
1263
|
-
font-weight: bold;
|
|
1264
|
-
}
|
|
1265
|
-
._conversationActions__container_15ko6_18 {
|
|
1266
|
-
position: absolute;
|
|
1267
|
-
top: 100%;
|
|
1268
|
-
right: 0;
|
|
1269
|
-
border-radius: 4px;
|
|
1270
|
-
box-shadow: 0 0 10px var(--shadow-color);
|
|
1271
|
-
background-color: var(--bg-color-operate);
|
|
1272
|
-
z-index: 100;
|
|
1273
|
-
min-width: 120px;
|
|
1274
|
-
}
|
|
1275
|
-
._conversationActions__h5__container_15ko6_28 {
|
|
1276
|
-
position: fixed;
|
|
1277
|
-
bottom: 0;
|
|
1278
|
-
left: 0;
|
|
1279
|
-
right: 0;
|
|
1280
|
-
background-color: var(--bg-color-operate);
|
|
1281
|
-
border-radius: 8px 8px 0 0;
|
|
1282
|
-
box-shadow: 0 0 10px var(--shadow-color);
|
|
1283
|
-
z-index: 100;
|
|
1284
|
-
padding: 16px;
|
|
1285
|
-
}
|
|
1286
|
-
._conversationActions__item_15ko6_39 {
|
|
1287
|
-
padding: 8px 12px;
|
|
1288
|
-
cursor: pointer;
|
|
1289
|
-
font-size: 14px;
|
|
1290
|
-
color: var(--text-color-primary, #333);
|
|
1291
|
-
border-bottom: 1px solid var(--stroke-color-primary, #f0f0f0);
|
|
1292
|
-
transition: background-color 0.2s;
|
|
1293
|
-
display: flex;
|
|
1294
|
-
align-items: center;
|
|
1295
|
-
gap: 8px;
|
|
1296
|
-
}
|
|
1297
|
-
._conversationActions__item_15ko6_39:hover {
|
|
1298
|
-
background-color: var(--dropdown-color-active, #f8f9fa);
|
|
1299
|
-
}
|
|
1300
|
-
._conversationActions__item_15ko6_39:last-child {
|
|
1301
|
-
border-bottom: none;
|
|
1302
|
-
}
|
|
1303
|
-
._conversationActions__item--delete_15ko6_56 {
|
|
1304
|
-
color: var(--text-color-error, #dc3545);
|
|
1305
|
-
}
|
|
1306
|
-
._conversationActions__item_15ko6_39 ._action-icon_15ko6_59 {
|
|
1307
|
-
width: 16px;
|
|
1308
|
-
height: 16px;
|
|
1309
|
-
flex-shrink: 0;
|
|
1310
1194
|
}:root[tui-theme-mode=dark],
|
|
1311
1195
|
._tui-theme-dark_1ismi_2 {
|
|
1312
1196
|
--uikit-color-theme-1: #1C2333;
|
|
@@ -4164,7 +4048,7 @@ to {
|
|
|
4164
4048
|
._SearchBar--h5_1ob40_391 {
|
|
4165
4049
|
padding: 10px;
|
|
4166
4050
|
}:root[tui-theme-mode=dark],
|
|
4167
|
-
._tui-theme-
|
|
4051
|
+
._tui-theme-dark_nedju_2 {
|
|
4168
4052
|
--uikit-color-theme-1: #1C2333;
|
|
4169
4053
|
--uikit-color-theme-2: #243047;
|
|
4170
4054
|
--uikit-color-theme-3: #2F4875;
|
|
@@ -4301,7 +4185,7 @@ to {
|
|
|
4301
4185
|
--tab-color-option: var(--uikit-color-gray-4);
|
|
4302
4186
|
}
|
|
4303
4187
|
:root[tui-theme-mode=light],
|
|
4304
|
-
._tui-theme-
|
|
4188
|
+
._tui-theme-light_nedju_140 {
|
|
4305
4189
|
--uikit-color-theme-1: #EBF3FF;
|
|
4306
4190
|
--uikit-color-theme-2: #CCE2FF;
|
|
4307
4191
|
--uikit-color-theme-3: #ADCFFF;
|
|
@@ -4454,27 +4338,27 @@ to {
|
|
|
4454
4338
|
--tui-toast-round-radius: 8px;
|
|
4455
4339
|
--tui-dialog-round-radius: 20px;
|
|
4456
4340
|
}
|
|
4457
|
-
.
|
|
4341
|
+
._conversationItem_nedju_295 {
|
|
4458
4342
|
display: flex;
|
|
4459
4343
|
align-items: flex-start;
|
|
4460
4344
|
gap: 12px;
|
|
4461
4345
|
width: 100%;
|
|
4462
4346
|
}
|
|
4463
|
-
.
|
|
4347
|
+
._avatarWrapper_nedju_302 {
|
|
4464
4348
|
flex-shrink: 0;
|
|
4465
4349
|
}
|
|
4466
|
-
.
|
|
4350
|
+
._conversationContent_nedju_306 {
|
|
4467
4351
|
flex: 1;
|
|
4468
4352
|
min-width: 0;
|
|
4469
4353
|
max-width: 100%;
|
|
4470
4354
|
}
|
|
4471
|
-
.
|
|
4355
|
+
._conversationHeader_nedju_312 {
|
|
4472
4356
|
display: flex;
|
|
4473
4357
|
align-items: center;
|
|
4474
4358
|
justify-content: space-between;
|
|
4475
4359
|
margin-bottom: 4px;
|
|
4476
4360
|
}
|
|
4477
|
-
.
|
|
4361
|
+
._name_nedju_319 {
|
|
4478
4362
|
font-weight: 500;
|
|
4479
4363
|
font-size: 14px;
|
|
4480
4364
|
overflow: hidden;
|
|
@@ -4482,7 +4366,7 @@ to {
|
|
|
4482
4366
|
white-space: nowrap;
|
|
4483
4367
|
color: var(--text-color-primary);
|
|
4484
4368
|
}
|
|
4485
|
-
.
|
|
4369
|
+
._showText_nedju_328 {
|
|
4486
4370
|
font-size: 12px;
|
|
4487
4371
|
line-height: 1.5;
|
|
4488
4372
|
overflow: hidden;
|
|
@@ -4492,13 +4376,6 @@ to {
|
|
|
4492
4376
|
-webkit-box-orient: vertical;
|
|
4493
4377
|
word-break: break-word;
|
|
4494
4378
|
color: var(--text-color-secondary);
|
|
4495
|
-
}
|
|
4496
|
-
.highlight {
|
|
4497
|
-
background-color: var(--bg-color-operate);
|
|
4498
|
-
color: var(--text-color-link);
|
|
4499
|
-
padding: 0 2px;
|
|
4500
|
-
border-radius: 2px;
|
|
4501
|
-
font-weight: 500;
|
|
4502
4379
|
}:root[tui-theme-mode=dark],
|
|
4503
4380
|
._tui-theme-dark_vb7mm_2 {
|
|
4504
4381
|
--uikit-color-theme-1: #1C2333;
|
|
@@ -6531,7 +6408,7 @@ to {
|
|
|
6531
6408
|
transform: rotate(360deg);
|
|
6532
6409
|
}
|
|
6533
6410
|
}:root[tui-theme-mode=dark],
|
|
6534
|
-
._tui-theme-
|
|
6411
|
+
._tui-theme-dark_o1nv0_2 {
|
|
6535
6412
|
--uikit-color-theme-1: #1C2333;
|
|
6536
6413
|
--uikit-color-theme-2: #243047;
|
|
6537
6414
|
--uikit-color-theme-3: #2F4875;
|
|
@@ -6668,7 +6545,7 @@ to {
|
|
|
6668
6545
|
--tab-color-option: var(--uikit-color-gray-4);
|
|
6669
6546
|
}
|
|
6670
6547
|
:root[tui-theme-mode=light],
|
|
6671
|
-
._tui-theme-
|
|
6548
|
+
._tui-theme-light_o1nv0_140 {
|
|
6672
6549
|
--uikit-color-theme-1: #EBF3FF;
|
|
6673
6550
|
--uikit-color-theme-2: #CCE2FF;
|
|
6674
6551
|
--uikit-color-theme-3: #ADCFFF;
|
|
@@ -6821,7 +6698,7 @@ to {
|
|
|
6821
6698
|
--tui-toast-round-radius: 8px;
|
|
6822
6699
|
--tui-dialog-round-radius: 20px;
|
|
6823
6700
|
}
|
|
6824
|
-
.
|
|
6701
|
+
._SearchResults_o1nv0_295 {
|
|
6825
6702
|
flex: 1;
|
|
6826
6703
|
overflow: hidden;
|
|
6827
6704
|
padding-right: 8px;
|
|
@@ -6830,7 +6707,7 @@ to {
|
|
|
6830
6707
|
gap: 20px;
|
|
6831
6708
|
background-color: var(--bg-color-dialog);
|
|
6832
6709
|
}
|
|
6833
|
-
._SearchResults__section-
|
|
6710
|
+
._SearchResults__section-header_o1nv0_305 {
|
|
6834
6711
|
display: flex;
|
|
6835
6712
|
justify-content: space-between;
|
|
6836
6713
|
align-items: center;
|
|
@@ -6840,16 +6717,16 @@ to {
|
|
|
6840
6717
|
z-index: 1;
|
|
6841
6718
|
background-color: var(--bg-color-operate);
|
|
6842
6719
|
}
|
|
6843
|
-
._SearchResults__section-
|
|
6720
|
+
._SearchResults__section-header_o1nv0_305 h3 {
|
|
6844
6721
|
margin: 0;
|
|
6845
6722
|
font-size: 14px;
|
|
6846
6723
|
font-weight: 400;
|
|
6847
6724
|
color: var(--text-color-secondary);
|
|
6848
6725
|
}
|
|
6849
|
-
._SearchResults__item-
|
|
6726
|
+
._SearchResults__item-border_o1nv0_322 {
|
|
6850
6727
|
position: relative;
|
|
6851
6728
|
}
|
|
6852
|
-
._SearchResults__item-
|
|
6729
|
+
._SearchResults__item-border_o1nv0_322::before {
|
|
6853
6730
|
content: "";
|
|
6854
6731
|
position: absolute;
|
|
6855
6732
|
bottom: 0;
|
|
@@ -6858,7 +6735,7 @@ to {
|
|
|
6858
6735
|
height: 1px;
|
|
6859
6736
|
background-color: var(--shadow-color);
|
|
6860
6737
|
}
|
|
6861
|
-
._SearchResults__load-more-
|
|
6738
|
+
._SearchResults__load-more-button_o1nv0_335 {
|
|
6862
6739
|
border: none;
|
|
6863
6740
|
background: none;
|
|
6864
6741
|
color: var(--text-color-link);
|
|
@@ -6868,11 +6745,11 @@ to {
|
|
|
6868
6745
|
line-height: 20px;
|
|
6869
6746
|
padding: 20px 20px 10px;
|
|
6870
6747
|
}
|
|
6871
|
-
._SearchResults__load-more-
|
|
6748
|
+
._SearchResults__load-more-button_o1nv0_335:disabled {
|
|
6872
6749
|
color: var(--text-color-disabled);
|
|
6873
6750
|
cursor: not-allowed;
|
|
6874
6751
|
}
|
|
6875
|
-
.
|
|
6752
|
+
._SearchResults__list_o1nv0_350 {
|
|
6876
6753
|
flex: 1;
|
|
6877
6754
|
overflow-y: auto;
|
|
6878
6755
|
display: flex;
|
|
@@ -6881,39 +6758,39 @@ to {
|
|
|
6881
6758
|
scrollbar-width: none;
|
|
6882
6759
|
-ms-overflow-style: none;
|
|
6883
6760
|
}
|
|
6884
|
-
.
|
|
6761
|
+
._SearchResults__list_o1nv0_350::-webkit-scrollbar {
|
|
6885
6762
|
display: none;
|
|
6886
6763
|
}
|
|
6887
|
-
.
|
|
6764
|
+
._SearchResults__error_o1nv0_363 {
|
|
6888
6765
|
padding: 16px;
|
|
6889
6766
|
text-align: center;
|
|
6890
6767
|
color: var(--text-color-error);
|
|
6891
6768
|
}
|
|
6892
|
-
._SearchResults__load-more-
|
|
6769
|
+
._SearchResults__load-more-container_o1nv0_369 {
|
|
6893
6770
|
display: flex;
|
|
6894
6771
|
flex-direction: column;
|
|
6895
6772
|
align-items: center;
|
|
6896
6773
|
gap: 8px;
|
|
6897
6774
|
}
|
|
6898
|
-
._SearchResults__load-more-
|
|
6775
|
+
._SearchResults__load-more-error_o1nv0_376 {
|
|
6899
6776
|
color: var(--text-color-error);
|
|
6900
6777
|
font-size: 12px;
|
|
6901
6778
|
text-align: center;
|
|
6902
6779
|
}
|
|
6903
|
-
._SearchResults__section-header-
|
|
6780
|
+
._SearchResults__section-header-title_o1nv0_382 {
|
|
6904
6781
|
font-size: 14px;
|
|
6905
6782
|
color: var(--text-color-secondary);
|
|
6906
6783
|
margin: 0;
|
|
6907
6784
|
padding: 0 12px;
|
|
6908
6785
|
}
|
|
6909
|
-
.
|
|
6786
|
+
._SearchResults__highlight_o1nv0_389 {
|
|
6910
6787
|
color: var(--text-color-link);
|
|
6911
6788
|
font-weight: normal;
|
|
6912
6789
|
}
|
|
6913
|
-
._SearchResults__item--
|
|
6790
|
+
._SearchResults__item--active_o1nv0_394 {
|
|
6914
6791
|
background-color: var(--list-color-focused);
|
|
6915
6792
|
}
|
|
6916
|
-
._SearchResults__section-header-
|
|
6793
|
+
._SearchResults__section-header-action_o1nv0_398 {
|
|
6917
6794
|
font-size: 14px;
|
|
6918
6795
|
display: flex;
|
|
6919
6796
|
align-items: center;
|
|
@@ -6923,14 +6800,14 @@ to {
|
|
|
6923
6800
|
cursor: pointer;
|
|
6924
6801
|
padding: 0;
|
|
6925
6802
|
}
|
|
6926
|
-
._SearchResults--
|
|
6803
|
+
._SearchResults--embedded_o1nv0_409 {
|
|
6927
6804
|
flex: 1;
|
|
6928
6805
|
display: flex;
|
|
6929
6806
|
flex-direction: column;
|
|
6930
6807
|
overflow: hidden;
|
|
6931
6808
|
background: var(--bg-color-dialog);
|
|
6932
6809
|
}
|
|
6933
|
-
._SearchResults__message-detail-
|
|
6810
|
+
._SearchResults__message-detail-page_o1nv0_417 {
|
|
6934
6811
|
display: flex;
|
|
6935
6812
|
flex-direction: column;
|
|
6936
6813
|
height: 100%;
|
|
@@ -6941,7 +6818,7 @@ to {
|
|
|
6941
6818
|
z-index: 1000;
|
|
6942
6819
|
background: var(--bg-color-dialog);
|
|
6943
6820
|
}
|
|
6944
|
-
._SearchResults__message-detail-
|
|
6821
|
+
._SearchResults__message-detail-header_o1nv0_429 {
|
|
6945
6822
|
display: flex;
|
|
6946
6823
|
align-items: center;
|
|
6947
6824
|
padding: 12px;
|
|
@@ -6951,17 +6828,7 @@ to {
|
|
|
6951
6828
|
top: 0;
|
|
6952
6829
|
z-index: 1;
|
|
6953
6830
|
}
|
|
6954
|
-
.
|
|
6955
|
-
background: none;
|
|
6956
|
-
border: none;
|
|
6957
|
-
cursor: pointer;
|
|
6958
|
-
color: var(--text-color-primary);
|
|
6959
|
-
font-size: 16px;
|
|
6960
|
-
display: flex;
|
|
6961
|
-
align-items: center;
|
|
6962
|
-
justify-content: center;
|
|
6963
|
-
}
|
|
6964
|
-
._SearchResults__message-detail-title_1vpet_451 {
|
|
6831
|
+
._SearchResults__message-detail-title_o1nv0_440 {
|
|
6965
6832
|
flex: 1;
|
|
6966
6833
|
font-size: 14px;
|
|
6967
6834
|
color: var(--text-color-secondary);
|
|
@@ -6972,26 +6839,30 @@ to {
|
|
|
6972
6839
|
overflow: hidden;
|
|
6973
6840
|
text-overflow: ellipsis;
|
|
6974
6841
|
}
|
|
6975
|
-
._SearchResults__message-detail-
|
|
6842
|
+
._SearchResults__message-detail-content_o1nv0_452 {
|
|
6976
6843
|
flex: 1;
|
|
6977
6844
|
overflow-y: auto;
|
|
6978
6845
|
scrollbar-width: none;
|
|
6979
6846
|
-ms-overflow-style: none;
|
|
6980
6847
|
}
|
|
6981
|
-
._SearchResults__message-detail-
|
|
6848
|
+
._SearchResults__message-detail-content_o1nv0_452::-webkit-scrollbar {
|
|
6982
6849
|
display: none;
|
|
6983
6850
|
}
|
|
6984
|
-
._SearchResults__result-
|
|
6851
|
+
._SearchResults__result-section_o1nv0_462 {
|
|
6985
6852
|
display: flex;
|
|
6986
6853
|
flex-direction: column;
|
|
6987
6854
|
}
|
|
6988
|
-
._SearchResults__result-
|
|
6855
|
+
._SearchResults__result-items_o1nv0_467 {
|
|
6989
6856
|
display: flex;
|
|
6990
6857
|
flex-direction: column;
|
|
6991
6858
|
}
|
|
6992
|
-
._SearchResults__section-
|
|
6859
|
+
._SearchResults__section-footer_o1nv0_472 {
|
|
6993
6860
|
display: flex;
|
|
6994
6861
|
padding: 10px 0;
|
|
6862
|
+
}
|
|
6863
|
+
.highlight {
|
|
6864
|
+
color: var(--text-color-link);
|
|
6865
|
+
font-weight: 500;
|
|
6995
6866
|
}:root[tui-theme-mode=dark],
|
|
6996
6867
|
._tui-theme-dark_9g3ao_2 {
|
|
6997
6868
|
--uikit-color-theme-1: #1C2333;
|
|
@@ -7291,379 +7162,1359 @@ to {
|
|
|
7291
7162
|
background-color: var(--bg-color-operate);
|
|
7292
7163
|
border-radius: 8px;
|
|
7293
7164
|
overflow: hidden;
|
|
7294
|
-
}.
|
|
7295
|
-
display: flex;
|
|
7296
|
-
flex: 1;
|
|
7297
|
-
flex-direction: column;
|
|
7298
|
-
box-sizing: border-box;
|
|
7165
|
+
}.contact-search[data-v-891f06be] {
|
|
7299
7166
|
position: relative;
|
|
7300
|
-
overflow: hidden;
|
|
7301
7167
|
background-color: var(--bg-color-operate);
|
|
7168
|
+
}
|
|
7169
|
+
.contact-search__pre-search[data-v-891f06be] {
|
|
7170
|
+
display: flex;
|
|
7171
|
+
align-items: center;
|
|
7172
|
+
padding: 12px;
|
|
7173
|
+
gap: 12px;
|
|
7174
|
+
cursor: pointer;
|
|
7175
|
+
transition: background-color 0.2s;
|
|
7176
|
+
}
|
|
7177
|
+
.contact-search__add[data-v-891f06be] {
|
|
7178
|
+
display: flex;
|
|
7179
|
+
align-items: center;
|
|
7180
|
+
justify-content: center;
|
|
7181
|
+
width: 32px;
|
|
7182
|
+
height: 32px;
|
|
7183
|
+
background-color: var(--bg-color-input);
|
|
7302
7184
|
color: var(--text-color-primary);
|
|
7303
7185
|
}
|
|
7304
|
-
.
|
|
7305
|
-
|
|
7306
|
-
|
|
7186
|
+
.contact-search__label[data-v-891f06be] {
|
|
7187
|
+
font-size: 14px;
|
|
7188
|
+
color: var(--text-color-primary);
|
|
7307
7189
|
}
|
|
7308
|
-
.
|
|
7190
|
+
.contact-search--active[data-v-891f06be] {
|
|
7191
|
+
background-color: var(--bg-color-operate);
|
|
7309
7192
|
position: absolute;
|
|
7310
|
-
|
|
7311
|
-
height: 100%;
|
|
7193
|
+
z-index: 10;
|
|
7312
7194
|
top: 0;
|
|
7313
7195
|
left: 0;
|
|
7314
|
-
|
|
7315
|
-
}
|
|
7316
|
-
._conversationSearch--active_1cu1j_15 ._SearchBar_1cu1j_23 {
|
|
7317
|
-
padding-left: 20px;
|
|
7318
|
-
padding-right: 20px;
|
|
7319
|
-
}
|
|
7320
|
-
._conversationSearch__box_1cu1j_27 {
|
|
7196
|
+
width: 100%;
|
|
7321
7197
|
height: 100%;
|
|
7322
7198
|
}
|
|
7323
|
-
.
|
|
7324
|
-
|
|
7325
|
-
|
|
7199
|
+
[data-v-891f06be] .contact-search__search-bar-box {
|
|
7200
|
+
display: flex;
|
|
7201
|
+
align-items: center;
|
|
7202
|
+
padding: 2px 20px 2px 0;
|
|
7326
7203
|
}
|
|
7327
|
-
.
|
|
7328
|
-
|
|
7329
|
-
height: 100% !important;
|
|
7330
|
-
max-width: 100% !important;
|
|
7331
|
-
border-radius: 0 !important;
|
|
7332
|
-
padding: 0 !important;
|
|
7204
|
+
[data-v-891f06be] .contact-search__search-bar {
|
|
7205
|
+
flex: 1;
|
|
7333
7206
|
}
|
|
7334
|
-
.
|
|
7335
|
-
|
|
7336
|
-
|
|
7207
|
+
[data-v-891f06be] .contact-search__cancel {
|
|
7208
|
+
font-size: 14px;
|
|
7209
|
+
cursor: pointer;
|
|
7210
|
+
transition: color 0.2s;
|
|
7211
|
+
}
|
|
7212
|
+
[data-v-891f06be] .contact-search__cancel:hover {
|
|
7213
|
+
color: var(--text-color-primary);
|
|
7214
|
+
}.groupApplicationItem[data-v-3454fabc] {
|
|
7337
7215
|
padding: 12px 20px;
|
|
7338
|
-
}._conversation-create-button_1i56h_1 {
|
|
7339
7216
|
display: flex;
|
|
7340
7217
|
align-items: center;
|
|
7218
|
+
gap: 16px;
|
|
7341
7219
|
cursor: pointer;
|
|
7342
|
-
|
|
7343
|
-
margin-right: 10px;
|
|
7344
|
-
}._conversationGroupTypeInfo_b57tz_1 {
|
|
7345
|
-
display: flex;
|
|
7346
|
-
flex-direction: column;
|
|
7347
|
-
padding: 0 10px;
|
|
7348
|
-
overflow-y: scroll;
|
|
7349
|
-
color: var(--text-color-primary);
|
|
7350
|
-
scrollbar-width: none;
|
|
7351
|
-
-ms-overflow-style: none;
|
|
7220
|
+
transition: background-color 0.2s ease;
|
|
7352
7221
|
}
|
|
7353
|
-
.
|
|
7354
|
-
|
|
7222
|
+
.groupApplicationItem[data-v-3454fabc]:hover {
|
|
7223
|
+
background-color: var(--list-color-focused);
|
|
7224
|
+
}
|
|
7225
|
+
.groupApplicationItem--active[data-v-3454fabc] {
|
|
7226
|
+
background-color: var(--list-color-hover);
|
|
7227
|
+
}
|
|
7228
|
+
.groupApplicationItem[data-v-3454fabc]:last-child {
|
|
7229
|
+
border-bottom: none;
|
|
7230
|
+
}
|
|
7231
|
+
.groupApplicationItem__avatar[data-v-3454fabc] {
|
|
7232
|
+
flex-shrink: 0;
|
|
7355
7233
|
}
|
|
7356
|
-
.
|
|
7234
|
+
.groupApplicationItem__content[data-v-3454fabc] {
|
|
7357
7235
|
display: flex;
|
|
7236
|
+
gap: 4px;
|
|
7358
7237
|
flex-direction: column;
|
|
7359
|
-
|
|
7360
|
-
|
|
7361
|
-
padding: 12px 16px;
|
|
7362
|
-
margin-top: 12px;
|
|
7363
|
-
cursor: pointer;
|
|
7364
|
-
background-color: var(--bg-color-operate);
|
|
7365
|
-
border: 1px solid var(--stroke-color-primary);
|
|
7238
|
+
flex: 1;
|
|
7239
|
+
min-width: 0;
|
|
7366
7240
|
}
|
|
7367
|
-
.
|
|
7368
|
-
|
|
7241
|
+
.groupApplicationItem__name[data-v-3454fabc] {
|
|
7242
|
+
font-size: 12px;
|
|
7243
|
+
line-height: 14px;
|
|
7244
|
+
font-weight: 400;
|
|
7245
|
+
overflow: hidden;
|
|
7246
|
+
text-overflow: ellipsis;
|
|
7247
|
+
white-space: nowrap;
|
|
7248
|
+
color: var(--text-color-primary);
|
|
7369
7249
|
}
|
|
7370
|
-
.
|
|
7371
|
-
|
|
7250
|
+
.groupApplicationItem__text[data-v-3454fabc] {
|
|
7251
|
+
font-size: 12px;
|
|
7252
|
+
line-height: 14px;
|
|
7253
|
+
font-weight: 400;
|
|
7254
|
+
overflow: hidden;
|
|
7255
|
+
text-overflow: ellipsis;
|
|
7256
|
+
white-space: nowrap;
|
|
7257
|
+
color: var(--text-color-tertiary);
|
|
7372
7258
|
}
|
|
7373
|
-
.
|
|
7374
|
-
|
|
7259
|
+
.groupApplicationItem__actions[data-v-3454fabc] {
|
|
7260
|
+
display: flex;
|
|
7261
|
+
align-items: flex-start;
|
|
7262
|
+
}.friendApplicationItem[data-v-c8f99e49] {
|
|
7263
|
+
padding: 12px 20px;
|
|
7375
7264
|
display: flex;
|
|
7376
7265
|
align-items: center;
|
|
7377
|
-
gap:
|
|
7266
|
+
gap: 16px;
|
|
7267
|
+
cursor: pointer;
|
|
7268
|
+
transition: background-color 0.2s ease;
|
|
7378
7269
|
}
|
|
7379
|
-
.
|
|
7380
|
-
|
|
7381
|
-
line-height: 16px;
|
|
7382
|
-
text-align: justify;
|
|
7383
|
-
hyphens: auto;
|
|
7270
|
+
.friendApplicationItem[data-v-c8f99e49]:hover {
|
|
7271
|
+
background-color: var(--list-color-focused);
|
|
7384
7272
|
}
|
|
7385
|
-
.
|
|
7386
|
-
|
|
7387
|
-
text-align: justify;
|
|
7388
|
-
text-decoration: none;
|
|
7389
|
-
margin: 1rem auto;
|
|
7273
|
+
.friendApplicationItem--active[data-v-c8f99e49] {
|
|
7274
|
+
background-color: var(--list-color-hover);
|
|
7390
7275
|
}
|
|
7391
|
-
.
|
|
7392
|
-
|
|
7276
|
+
.friendApplicationItem[data-v-c8f99e49]:last-child {
|
|
7277
|
+
border-bottom: none;
|
|
7393
7278
|
}
|
|
7394
|
-
.
|
|
7395
|
-
fill: var(--text-color-link) !important;
|
|
7396
|
-
}._conversationCreateGroupDetail__nextContainer_17evk_1 {
|
|
7397
|
-
width: 100%;
|
|
7279
|
+
.friendApplicationItem__avatar[data-v-c8f99e49] {
|
|
7398
7280
|
display: flex;
|
|
7399
|
-
|
|
7400
|
-
margin: 20px auto 10px;
|
|
7401
|
-
}
|
|
7402
|
-
._conversationCreateGroupDetail__next_17evk_1 {
|
|
7403
|
-
cursor: pointer;
|
|
7404
|
-
text-align: center;
|
|
7405
|
-
border-radius: 31px;
|
|
7406
|
-
font-size: 14px;
|
|
7407
|
-
padding: 12px 36px;
|
|
7408
|
-
background-color: var(--text-color-link);
|
|
7281
|
+
align-items: center;
|
|
7409
7282
|
}
|
|
7410
|
-
.
|
|
7283
|
+
.friendApplicationItem__content[data-v-c8f99e49] {
|
|
7411
7284
|
display: flex;
|
|
7285
|
+
gap: 4px;
|
|
7412
7286
|
flex-direction: column;
|
|
7413
|
-
|
|
7414
|
-
|
|
7415
|
-
|
|
7416
|
-
|
|
7417
|
-
|
|
7418
|
-
|
|
7287
|
+
flex: 1;
|
|
7288
|
+
min-width: 0;
|
|
7289
|
+
}
|
|
7290
|
+
.friendApplicationItem__name[data-v-c8f99e49] {
|
|
7291
|
+
font-size: 12px;
|
|
7292
|
+
line-height: 14px;
|
|
7293
|
+
font-weight: 400;
|
|
7294
|
+
overflow: hidden;
|
|
7295
|
+
text-overflow: ellipsis;
|
|
7296
|
+
white-space: nowrap;
|
|
7297
|
+
color: var(--text-color-primary);
|
|
7298
|
+
}
|
|
7299
|
+
.friendApplicationItem__text[data-v-c8f99e49] {
|
|
7300
|
+
font-size: 12px;
|
|
7301
|
+
line-height: 14px;
|
|
7302
|
+
font-weight: 400;
|
|
7303
|
+
overflow: hidden;
|
|
7304
|
+
text-overflow: ellipsis;
|
|
7305
|
+
white-space: nowrap;
|
|
7306
|
+
color: var(--text-color-tertiary);
|
|
7307
|
+
}
|
|
7308
|
+
.friendApplicationItem__actions[data-v-c8f99e49] {
|
|
7309
|
+
display: flex;
|
|
7310
|
+
align-items: flex-start;
|
|
7311
|
+
}.blacklist-item[data-v-2ae9597c] {
|
|
7312
|
+
display: flex;
|
|
7313
|
+
align-items: center;
|
|
7314
|
+
padding: 12px;
|
|
7315
|
+
cursor: pointer;
|
|
7316
|
+
transition: background-color 0.2s;
|
|
7317
|
+
user-select: none;
|
|
7318
|
+
}
|
|
7319
|
+
.blacklist-item[data-v-2ae9597c]:hover {
|
|
7320
|
+
background-color: var(--bg-color-secondary);
|
|
7321
|
+
}
|
|
7322
|
+
.blacklist-item[data-v-2ae9597c]:focus {
|
|
7323
|
+
outline: none;
|
|
7324
|
+
background-color: var(--bg-color-secondary);
|
|
7325
|
+
}
|
|
7326
|
+
.blacklist-item--active[data-v-2ae9597c] {
|
|
7327
|
+
background-color: var(--list-color-hover);
|
|
7328
|
+
}
|
|
7329
|
+
.blacklist-item__avatar[data-v-2ae9597c] {
|
|
7330
|
+
margin-right: 12px;
|
|
7331
|
+
flex-shrink: 0;
|
|
7332
|
+
}
|
|
7333
|
+
.blacklist-item__content[data-v-2ae9597c] {
|
|
7334
|
+
flex: 1;
|
|
7335
|
+
min-width: 0;
|
|
7336
|
+
}
|
|
7337
|
+
.blacklist-item__name[data-v-2ae9597c] {
|
|
7338
|
+
font-size: 14px;
|
|
7339
|
+
color: var(--text-color-primary);
|
|
7340
|
+
overflow: hidden;
|
|
7341
|
+
text-overflow: ellipsis;
|
|
7342
|
+
white-space: nowrap;
|
|
7343
|
+
}.group-item[data-v-35660a00] {
|
|
7344
|
+
display: flex;
|
|
7345
|
+
align-items: center;
|
|
7346
|
+
padding: 12px;
|
|
7347
|
+
cursor: pointer;
|
|
7348
|
+
transition: background-color 0.2s;
|
|
7349
|
+
user-select: none;
|
|
7350
|
+
}
|
|
7351
|
+
.group-item[data-v-35660a00]:hover {
|
|
7352
|
+
background-color: var(--bg-color-secondary);
|
|
7353
|
+
}
|
|
7354
|
+
.group-item[data-v-35660a00]:focus {
|
|
7355
|
+
outline: none;
|
|
7356
|
+
background-color: var(--bg-color-secondary);
|
|
7357
|
+
}
|
|
7358
|
+
.group-item--active[data-v-35660a00] {
|
|
7359
|
+
background-color: var(--list-color-hover);
|
|
7360
|
+
}
|
|
7361
|
+
.group-item__avatar[data-v-35660a00] {
|
|
7362
|
+
margin-right: 12px;
|
|
7363
|
+
flex-shrink: 0;
|
|
7364
|
+
}
|
|
7365
|
+
.group-item__content[data-v-35660a00] {
|
|
7366
|
+
flex: 1;
|
|
7367
|
+
min-width: 0;
|
|
7368
|
+
}
|
|
7369
|
+
.group-item__name[data-v-35660a00] {
|
|
7370
|
+
font-size: 14px;
|
|
7371
|
+
color: var(--text-color-primary);
|
|
7372
|
+
overflow: hidden;
|
|
7373
|
+
text-overflow: ellipsis;
|
|
7374
|
+
white-space: nowrap;
|
|
7375
|
+
}.friend-item[data-v-af605c50] {
|
|
7376
|
+
display: flex;
|
|
7377
|
+
align-items: center;
|
|
7378
|
+
padding: 12px;
|
|
7379
|
+
cursor: pointer;
|
|
7380
|
+
transition: background-color 0.2s;
|
|
7381
|
+
user-select: none;
|
|
7382
|
+
}
|
|
7383
|
+
.friend-item[data-v-af605c50]:hover {
|
|
7384
|
+
background-color: var(--bg-color-secondary);
|
|
7385
|
+
}
|
|
7386
|
+
.friend-item[data-v-af605c50]:focus {
|
|
7387
|
+
outline: none;
|
|
7388
|
+
background-color: var(--bg-color-secondary);
|
|
7389
|
+
}
|
|
7390
|
+
.friend-item--active[data-v-af605c50] {
|
|
7391
|
+
background-color: var(--list-color-hover);
|
|
7392
|
+
}
|
|
7393
|
+
.friend-item__avatar[data-v-af605c50] {
|
|
7394
|
+
margin-right: 12px;
|
|
7395
|
+
flex-shrink: 0;
|
|
7396
|
+
}
|
|
7397
|
+
.friend-item__content[data-v-af605c50] {
|
|
7398
|
+
flex: 1;
|
|
7399
|
+
min-width: 0;
|
|
7400
|
+
}
|
|
7401
|
+
.friend-item__name[data-v-af605c50] {
|
|
7402
|
+
font-size: 14px;
|
|
7403
|
+
color: var(--text-color-primary);
|
|
7404
|
+
overflow: hidden;
|
|
7405
|
+
text-overflow: ellipsis;
|
|
7406
|
+
white-space: nowrap;
|
|
7407
|
+
}.contact-list[data-v-67413a61] {
|
|
7408
|
+
flex: 1;
|
|
7409
|
+
height: 100%;
|
|
7410
|
+
width: 100%;
|
|
7411
|
+
position: relative;
|
|
7412
|
+
overflow: hidden;
|
|
7413
|
+
display: flex;
|
|
7414
|
+
flex-direction: column;
|
|
7415
|
+
background-color: var(--bg-color-operate);
|
|
7416
|
+
}
|
|
7417
|
+
.contact-list__container[data-v-67413a61] {
|
|
7418
|
+
flex: 1;
|
|
7419
|
+
display: flex;
|
|
7420
|
+
flex-direction: column;
|
|
7421
|
+
overflow: hidden;
|
|
7422
|
+
}
|
|
7423
|
+
.contact-list__main[data-v-67413a61] {
|
|
7424
|
+
flex: 1;
|
|
7425
|
+
display: flex;
|
|
7426
|
+
flex-direction: column;
|
|
7427
|
+
overflow: hidden;
|
|
7428
|
+
}
|
|
7429
|
+
.contact-list__search[data-v-67413a61] {
|
|
7430
|
+
padding: 12px;
|
|
7431
|
+
border-bottom: 1px solid var(--divider-color);
|
|
7432
|
+
}
|
|
7433
|
+
.contact-list__content[data-v-67413a61] {
|
|
7434
|
+
flex: 1;
|
|
7435
|
+
overflow-y: auto;
|
|
7436
|
+
overflow: auto;
|
|
7437
|
+
-ms-overflow-style: none;
|
|
7438
|
+
padding: 6px 0;
|
|
7439
|
+
display: flex;
|
|
7440
|
+
flex-direction: column;
|
|
7441
|
+
}
|
|
7442
|
+
.contact-list__content[data-v-67413a61]::-webkit-scrollbar {
|
|
7443
|
+
display: none;
|
|
7444
|
+
}
|
|
7445
|
+
@supports (scrollbar-width: none) {
|
|
7446
|
+
.contact-list__content[data-v-67413a61] {
|
|
7447
|
+
scrollbar-width: none;
|
|
7448
|
+
}
|
|
7449
|
+
}
|
|
7450
|
+
.contact-list__group[data-v-67413a61] {
|
|
7451
|
+
margin-bottom: 8px;
|
|
7452
|
+
}
|
|
7453
|
+
.contact-list__group-header[data-v-67413a61] {
|
|
7454
|
+
padding: 8px 20px;
|
|
7455
|
+
cursor: pointer;
|
|
7456
|
+
user-select: none;
|
|
7457
|
+
display: flex;
|
|
7458
|
+
align-items: center;
|
|
7459
|
+
transition: background-color 0.2s;
|
|
7460
|
+
}
|
|
7461
|
+
.contact-list__group-header[data-v-67413a61]:hover {
|
|
7462
|
+
background-color: var(--bg-color-secondary);
|
|
7463
|
+
}
|
|
7464
|
+
.contact-list__group-header[data-v-67413a61]:focus {
|
|
7465
|
+
outline: none;
|
|
7466
|
+
background-color: var(--bg-color-secondary);
|
|
7467
|
+
}
|
|
7468
|
+
.contact-list__group-title[data-v-67413a61] {
|
|
7469
|
+
display: flex;
|
|
7470
|
+
align-items: center;
|
|
7471
|
+
font-size: 14px;
|
|
7472
|
+
font-weight: 400;
|
|
7473
|
+
color: var(--text-color-primary);
|
|
7474
|
+
gap: 8px;
|
|
7475
|
+
flex: 1;
|
|
7476
|
+
}
|
|
7477
|
+
.contact-list__group-icon[data-v-67413a61] {
|
|
7478
|
+
color: var(--text-color-secondary);
|
|
7479
|
+
transform: rotate(-90deg);
|
|
7480
|
+
transition: transform 0.2s ease;
|
|
7481
|
+
}
|
|
7482
|
+
.contact-list__group-icon--expanded[data-v-67413a61] {
|
|
7483
|
+
transform: rotate(0deg);
|
|
7484
|
+
}
|
|
7485
|
+
.contact-list__group-name[data-v-67413a61] {
|
|
7486
|
+
flex: 1;
|
|
7487
|
+
font-size: 14px;
|
|
7488
|
+
line-height: 16px;
|
|
7489
|
+
font-weight: 400;
|
|
7490
|
+
}
|
|
7491
|
+
.contact-list__unread-badge[data-v-67413a61] {
|
|
7492
|
+
background-color: var(--text-color-error);
|
|
7493
|
+
color: var(--bg-color-topbar);
|
|
7494
|
+
border-radius: 16px;
|
|
7495
|
+
padding: 2px 6px;
|
|
7496
|
+
font-size: 12px;
|
|
7497
|
+
min-width: 16px;
|
|
7498
|
+
height: 16px;
|
|
7499
|
+
text-align: center;
|
|
7500
|
+
margin-left: 8px;
|
|
7501
|
+
box-sizing: border-box;
|
|
7502
|
+
display: flex;
|
|
7503
|
+
justify-content: center;
|
|
7504
|
+
align-items: center;
|
|
7505
|
+
font-weight: 500;
|
|
7506
|
+
}
|
|
7507
|
+
.contact-list__group-content[data-v-67413a61] {
|
|
7508
|
+
background-color: var(--bg-color-operate);
|
|
7509
|
+
padding: 0;
|
|
7510
|
+
}
|
|
7511
|
+
.contact-list__empty[data-v-67413a61] {
|
|
7512
|
+
display: flex;
|
|
7513
|
+
align-items: center;
|
|
7514
|
+
justify-content: center;
|
|
7515
|
+
height: 200px;
|
|
7516
|
+
color: var(--text-color-tertiary);
|
|
7517
|
+
flex-direction: column;
|
|
7518
|
+
}
|
|
7519
|
+
.contact-list__empty-text[data-v-67413a61] {
|
|
7520
|
+
font-size: 14px;
|
|
7521
|
+
margin-top: 16px;
|
|
7522
|
+
}/**
|
|
7523
|
+
* Multi-line ellipsis
|
|
7524
|
+
* @param {Number} $lines - The number of lines to show. Default is 2.
|
|
7525
|
+
* @usage
|
|
7526
|
+
* .class {
|
|
7527
|
+
* @include multi-line-ellipsis();
|
|
7528
|
+
* }
|
|
7529
|
+
* .class {
|
|
7530
|
+
* @include multi-line-ellipsis(3);
|
|
7531
|
+
* }
|
|
7532
|
+
*/
|
|
7533
|
+
.contact-search-group-info[data-v-2b2eb5ec] {
|
|
7534
|
+
height: 100%;
|
|
7535
|
+
width: 100%;
|
|
7536
|
+
overflow: hidden;
|
|
7537
|
+
display: flex;
|
|
7538
|
+
flex-direction: column;
|
|
7539
|
+
background-color: var(--bg-color-topbar);
|
|
7540
|
+
padding: 48px;
|
|
7541
|
+
}
|
|
7542
|
+
.contact-search-group-info__header[data-v-2b2eb5ec] {
|
|
7543
|
+
display: flex;
|
|
7544
|
+
justify-content: space-between;
|
|
7545
|
+
align-items: flex-start;
|
|
7546
|
+
gap: 20px;
|
|
7547
|
+
margin-bottom: 32px;
|
|
7548
|
+
}
|
|
7549
|
+
.contact-search-group-info__main-info[data-v-2b2eb5ec] {
|
|
7550
|
+
flex: 1;
|
|
7551
|
+
display: flex;
|
|
7552
|
+
flex-direction: column;
|
|
7553
|
+
gap: 20px;
|
|
7554
|
+
width: 0;
|
|
7555
|
+
}
|
|
7556
|
+
.contact-search-group-info__name[data-v-2b2eb5ec] {
|
|
7557
|
+
font-size: 24px;
|
|
7558
|
+
font-weight: 400;
|
|
7559
|
+
color: var(--text-color-primary);
|
|
7560
|
+
max-width: 100%;
|
|
7561
|
+
display: block;
|
|
7562
|
+
overflow: hidden;
|
|
7563
|
+
white-space: nowrap;
|
|
7564
|
+
text-overflow: ellipsis;
|
|
7565
|
+
}
|
|
7566
|
+
.contact-search-group-info__id[data-v-2b2eb5ec],
|
|
7567
|
+
.contact-search-group-info__intro[data-v-2b2eb5ec] {
|
|
7568
|
+
font-size: 16px;
|
|
7569
|
+
color: var(--text-color-tertiary);
|
|
7570
|
+
width: 100%;
|
|
7571
|
+
word-break: break-word;
|
|
7572
|
+
overflow: hidden;
|
|
7573
|
+
text-overflow: ellipsis;
|
|
7574
|
+
display: -webkit-box;
|
|
7575
|
+
-webkit-line-clamp: 3;
|
|
7576
|
+
-webkit-box-orient: vertical;
|
|
7577
|
+
}
|
|
7578
|
+
.contact-search-group-info__status[data-v-2b2eb5ec] {
|
|
7579
|
+
border-top: 1px solid var(--stroke-color-secondary);
|
|
7580
|
+
padding-top: 32px;
|
|
7581
|
+
text-align: center;
|
|
7582
|
+
font-size: 14px;
|
|
7583
|
+
}
|
|
7584
|
+
.contact-search-group-info__status--success[data-v-2b2eb5ec] {
|
|
7585
|
+
background-color: var(--success-color-bg);
|
|
7586
|
+
color: var(--success-color);
|
|
7587
|
+
}
|
|
7588
|
+
.contact-search-group-info__status--error[data-v-2b2eb5ec] {
|
|
7589
|
+
background-color: var(--error-color-bg);
|
|
7590
|
+
color: var(--error-color);
|
|
7591
|
+
}
|
|
7592
|
+
.contact-search-group-info__form[data-v-2b2eb5ec] {
|
|
7593
|
+
border-top: 1px solid var(--stroke-color-secondary);
|
|
7594
|
+
padding-top: 32px;
|
|
7595
|
+
display: flex;
|
|
7596
|
+
flex-direction: column;
|
|
7597
|
+
gap: 10px;
|
|
7598
|
+
}
|
|
7599
|
+
.contact-search-group-info__form-label[data-v-2b2eb5ec] {
|
|
7600
|
+
display: block;
|
|
7601
|
+
font-size: 14px;
|
|
7602
|
+
font-weight: 400;
|
|
7603
|
+
color: var(--text-color-secondary);
|
|
7604
|
+
}
|
|
7605
|
+
.contact-search-group-info__form-input-wrapper[data-v-2b2eb5ec] {
|
|
7419
7606
|
position: relative;
|
|
7607
|
+
background-color: var(--bg-color-operate);
|
|
7608
|
+
}
|
|
7609
|
+
.contact-search-group-info__form-input[data-v-2b2eb5ec] {
|
|
7610
|
+
width: 100%;
|
|
7611
|
+
height: 80px;
|
|
7612
|
+
padding: 8px 12px;
|
|
7613
|
+
border: none;
|
|
7614
|
+
font-size: 14px;
|
|
7615
|
+
color: var(--text-color-primary);
|
|
7616
|
+
resize: none;
|
|
7617
|
+
overflow: auto;
|
|
7618
|
+
-ms-overflow-style: none;
|
|
7619
|
+
}
|
|
7620
|
+
.contact-search-group-info__form-input[data-v-2b2eb5ec]::-webkit-scrollbar {
|
|
7621
|
+
display: none;
|
|
7622
|
+
}
|
|
7623
|
+
@supports (scrollbar-width: none) {
|
|
7624
|
+
.contact-search-group-info__form-input[data-v-2b2eb5ec] {
|
|
7625
|
+
scrollbar-width: none;
|
|
7626
|
+
}
|
|
7627
|
+
}
|
|
7628
|
+
.contact-search-group-info__form-input[data-v-2b2eb5ec]:focus {
|
|
7629
|
+
outline: none;
|
|
7630
|
+
border: none;
|
|
7631
|
+
}
|
|
7632
|
+
.contact-search-group-info__form-counter[data-v-2b2eb5ec] {
|
|
7633
|
+
position: absolute;
|
|
7634
|
+
bottom: 8px;
|
|
7635
|
+
right: 12px;
|
|
7636
|
+
font-size: 12px;
|
|
7637
|
+
color: var(--text-color-secondary);
|
|
7638
|
+
}
|
|
7639
|
+
.contact-search-group-info__actions[data-v-2b2eb5ec] {
|
|
7640
|
+
padding-top: 64px;
|
|
7641
|
+
display: flex;
|
|
7642
|
+
justify-content: center;
|
|
7643
|
+
}/**
|
|
7644
|
+
* Multi-line ellipsis
|
|
7645
|
+
* @param {Number} $lines - The number of lines to show. Default is 2.
|
|
7646
|
+
* @usage
|
|
7647
|
+
* .class {
|
|
7648
|
+
* @include multi-line-ellipsis();
|
|
7649
|
+
* }
|
|
7650
|
+
* .class {
|
|
7651
|
+
* @include multi-line-ellipsis(3);
|
|
7652
|
+
* }
|
|
7653
|
+
*/
|
|
7654
|
+
.contact-search-user-info[data-v-59ef3830] {
|
|
7655
|
+
height: 100%;
|
|
7656
|
+
width: 100%;
|
|
7657
|
+
overflow: hidden;
|
|
7658
|
+
display: flex;
|
|
7659
|
+
flex-direction: column;
|
|
7660
|
+
background-color: var(--bg-color-topbar);
|
|
7661
|
+
padding: 48px;
|
|
7662
|
+
}
|
|
7663
|
+
.contact-search-user-info__header[data-v-59ef3830] {
|
|
7664
|
+
display: flex;
|
|
7665
|
+
justify-content: space-between;
|
|
7666
|
+
align-items: flex-start;
|
|
7667
|
+
gap: 20px;
|
|
7668
|
+
margin-bottom: 32px;
|
|
7669
|
+
}
|
|
7670
|
+
.contact-search-user-info__main-info[data-v-59ef3830] {
|
|
7671
|
+
flex: 1;
|
|
7672
|
+
display: flex;
|
|
7673
|
+
flex-direction: column;
|
|
7674
|
+
gap: 20px;
|
|
7675
|
+
width: 0;
|
|
7676
|
+
}
|
|
7677
|
+
.contact-search-user-info__name[data-v-59ef3830] {
|
|
7678
|
+
font-size: 24px;
|
|
7679
|
+
font-weight: 400;
|
|
7680
|
+
color: var(--text-color-primary);
|
|
7681
|
+
max-width: 100%;
|
|
7682
|
+
display: block;
|
|
7683
|
+
overflow: hidden;
|
|
7684
|
+
white-space: nowrap;
|
|
7685
|
+
text-overflow: ellipsis;
|
|
7686
|
+
}
|
|
7687
|
+
.contact-search-user-info__id[data-v-59ef3830],
|
|
7688
|
+
.contact-search-user-info__intro[data-v-59ef3830] {
|
|
7689
|
+
font-size: 16px;
|
|
7690
|
+
color: var(--text-color-tertiary);
|
|
7691
|
+
width: 100%;
|
|
7692
|
+
word-break: break-word;
|
|
7693
|
+
overflow: hidden;
|
|
7694
|
+
text-overflow: ellipsis;
|
|
7695
|
+
display: -webkit-box;
|
|
7696
|
+
-webkit-line-clamp: 3;
|
|
7697
|
+
-webkit-box-orient: vertical;
|
|
7698
|
+
}
|
|
7699
|
+
.contact-search-user-info__status[data-v-59ef3830] {
|
|
7700
|
+
border-top: 1px solid var(--stroke-color-secondary);
|
|
7701
|
+
padding-top: 32px;
|
|
7702
|
+
text-align: center;
|
|
7703
|
+
font-size: 14px;
|
|
7704
|
+
}
|
|
7705
|
+
.contact-search-user-info__status--success[data-v-59ef3830] {
|
|
7706
|
+
background-color: var(--success-color-bg);
|
|
7707
|
+
color: var(--success-color);
|
|
7708
|
+
}
|
|
7709
|
+
.contact-search-user-info__status--error[data-v-59ef3830] {
|
|
7710
|
+
background-color: var(--error-color-bg);
|
|
7711
|
+
color: var(--error-color);
|
|
7712
|
+
}
|
|
7713
|
+
.contact-search-user-info__form[data-v-59ef3830] {
|
|
7714
|
+
border-top: 1px solid var(--stroke-color-secondary);
|
|
7715
|
+
padding-top: 32px;
|
|
7716
|
+
display: flex;
|
|
7717
|
+
flex-direction: column;
|
|
7718
|
+
gap: 10px;
|
|
7719
|
+
}
|
|
7720
|
+
.contact-search-user-info__form-label[data-v-59ef3830] {
|
|
7721
|
+
display: block;
|
|
7722
|
+
font-size: 14px;
|
|
7723
|
+
font-weight: 400;
|
|
7724
|
+
color: var(--text-color-secondary);
|
|
7725
|
+
}
|
|
7726
|
+
.contact-search-user-info__form-input-wrapper[data-v-59ef3830] {
|
|
7727
|
+
position: relative;
|
|
7728
|
+
background-color: var(--bg-color-operate);
|
|
7729
|
+
}
|
|
7730
|
+
.contact-search-user-info__form-input[data-v-59ef3830] {
|
|
7731
|
+
width: 100%;
|
|
7732
|
+
height: 80px;
|
|
7733
|
+
padding: 8px 12px;
|
|
7734
|
+
border: none;
|
|
7735
|
+
font-size: 14px;
|
|
7736
|
+
color: var(--text-color-primary);
|
|
7737
|
+
resize: none;
|
|
7738
|
+
overflow: auto;
|
|
7739
|
+
-ms-overflow-style: none;
|
|
7740
|
+
}
|
|
7741
|
+
.contact-search-user-info__form-input[data-v-59ef3830]::-webkit-scrollbar {
|
|
7742
|
+
display: none;
|
|
7743
|
+
}
|
|
7744
|
+
@supports (scrollbar-width: none) {
|
|
7745
|
+
.contact-search-user-info__form-input[data-v-59ef3830] {
|
|
7746
|
+
scrollbar-width: none;
|
|
7747
|
+
}
|
|
7748
|
+
}
|
|
7749
|
+
.contact-search-user-info__form-input[data-v-59ef3830]:focus {
|
|
7750
|
+
outline: none;
|
|
7751
|
+
border: none;
|
|
7752
|
+
}
|
|
7753
|
+
.contact-search-user-info__form-counter[data-v-59ef3830] {
|
|
7754
|
+
position: absolute;
|
|
7755
|
+
bottom: 8px;
|
|
7756
|
+
right: 12px;
|
|
7757
|
+
font-size: 12px;
|
|
7758
|
+
color: var(--text-color-secondary);
|
|
7759
|
+
}
|
|
7760
|
+
.contact-search-user-info__actions[data-v-59ef3830] {
|
|
7761
|
+
padding-top: 64px;
|
|
7762
|
+
display: flex;
|
|
7763
|
+
justify-content: center;
|
|
7764
|
+
}/**
|
|
7765
|
+
* Multi-line ellipsis
|
|
7766
|
+
* @param {Number} $lines - The number of lines to show. Default is 2.
|
|
7767
|
+
* @usage
|
|
7768
|
+
* .class {
|
|
7769
|
+
* @include multi-line-ellipsis();
|
|
7770
|
+
* }
|
|
7771
|
+
* .class {
|
|
7772
|
+
* @include multi-line-ellipsis(3);
|
|
7773
|
+
* }
|
|
7774
|
+
*/
|
|
7775
|
+
.contact-group-application-info[data-v-8608f244] {
|
|
7776
|
+
height: 100%;
|
|
7777
|
+
width: 100%;
|
|
7778
|
+
overflow: hidden;
|
|
7779
|
+
display: flex;
|
|
7780
|
+
flex-direction: column;
|
|
7781
|
+
background-color: var(--bg-color-topbar);
|
|
7782
|
+
padding: 48px;
|
|
7783
|
+
}
|
|
7784
|
+
.contact-group-application-info__header[data-v-8608f244] {
|
|
7785
|
+
display: flex;
|
|
7786
|
+
justify-content: space-between;
|
|
7787
|
+
align-items: flex-start;
|
|
7788
|
+
gap: 20px;
|
|
7789
|
+
margin-bottom: 32px;
|
|
7790
|
+
}
|
|
7791
|
+
.contact-group-application-info__main-info[data-v-8608f244] {
|
|
7792
|
+
flex: 1;
|
|
7793
|
+
display: flex;
|
|
7794
|
+
flex-direction: column;
|
|
7795
|
+
gap: 20px;
|
|
7796
|
+
width: 0;
|
|
7797
|
+
}
|
|
7798
|
+
.contact-group-application-info__name[data-v-8608f244] {
|
|
7799
|
+
font-size: 24px;
|
|
7800
|
+
font-weight: 400;
|
|
7801
|
+
color: var(--text-color-primary);
|
|
7802
|
+
max-width: 100%;
|
|
7803
|
+
display: block;
|
|
7804
|
+
overflow: hidden;
|
|
7805
|
+
white-space: nowrap;
|
|
7806
|
+
text-overflow: ellipsis;
|
|
7807
|
+
}
|
|
7808
|
+
.contact-group-application-info__id[data-v-8608f244],
|
|
7809
|
+
.contact-group-application-info__intro[data-v-8608f244] {
|
|
7810
|
+
font-size: 16px;
|
|
7811
|
+
color: var(--text-color-tertiary);
|
|
7812
|
+
width: 100%;
|
|
7813
|
+
word-break: break-word;
|
|
7814
|
+
overflow: hidden;
|
|
7815
|
+
text-overflow: ellipsis;
|
|
7816
|
+
display: -webkit-box;
|
|
7817
|
+
-webkit-line-clamp: 3;
|
|
7818
|
+
-webkit-box-orient: vertical;
|
|
7819
|
+
}
|
|
7820
|
+
.contact-group-application-info__rows[data-v-8608f244] {
|
|
7821
|
+
border-top: 1px solid var(--stroke-color-secondary);
|
|
7822
|
+
padding: 32px 0 64px;
|
|
7823
|
+
display: flex;
|
|
7824
|
+
flex-direction: column;
|
|
7825
|
+
gap: 8px;
|
|
7826
|
+
}
|
|
7827
|
+
.contact-group-application-info__row[data-v-8608f244] {
|
|
7828
|
+
display: flex;
|
|
7829
|
+
align-items: center;
|
|
7830
|
+
line-height: 32px;
|
|
7831
|
+
gap: 20px;
|
|
7832
|
+
}
|
|
7833
|
+
.contact-group-application-info__row-label[data-v-8608f244] {
|
|
7834
|
+
font-size: 14px;
|
|
7835
|
+
color: var(--text-color-tertiary);
|
|
7836
|
+
font-weight: 400;
|
|
7837
|
+
}
|
|
7838
|
+
.contact-group-application-info__row-value[data-v-8608f244] {
|
|
7839
|
+
flex: 1;
|
|
7840
|
+
width: 0;
|
|
7841
|
+
font-size: 14px;
|
|
7842
|
+
font-weight: 400;
|
|
7843
|
+
color: var(--text-color-secondary);
|
|
7844
|
+
display: flex;
|
|
7845
|
+
align-items: center;
|
|
7846
|
+
gap: 8px;
|
|
7847
|
+
}
|
|
7848
|
+
.contact-group-application-info__actions[data-v-8608f244] {
|
|
7849
|
+
display: flex;
|
|
7850
|
+
gap: 12px;
|
|
7851
|
+
justify-content: center;
|
|
7852
|
+
align-items: center;
|
|
7853
|
+
}/**
|
|
7854
|
+
* Multi-line ellipsis
|
|
7855
|
+
* @param {Number} $lines - The number of lines to show. Default is 2.
|
|
7856
|
+
* @usage
|
|
7857
|
+
* .class {
|
|
7858
|
+
* @include multi-line-ellipsis();
|
|
7859
|
+
* }
|
|
7860
|
+
* .class {
|
|
7861
|
+
* @include multi-line-ellipsis(3);
|
|
7862
|
+
* }
|
|
7863
|
+
*/
|
|
7864
|
+
.contact-friend-application-info[data-v-307dfce7] {
|
|
7865
|
+
height: 100%;
|
|
7866
|
+
width: 100%;
|
|
7867
|
+
overflow: hidden;
|
|
7868
|
+
display: flex;
|
|
7869
|
+
flex-direction: column;
|
|
7870
|
+
background-color: var(--bg-color-topbar);
|
|
7871
|
+
padding: 48px;
|
|
7872
|
+
}
|
|
7873
|
+
.contact-friend-application-info__header[data-v-307dfce7] {
|
|
7874
|
+
display: flex;
|
|
7875
|
+
justify-content: space-between;
|
|
7876
|
+
align-items: flex-start;
|
|
7877
|
+
gap: 20px;
|
|
7878
|
+
margin-bottom: 32px;
|
|
7879
|
+
}
|
|
7880
|
+
.contact-friend-application-info__main-info[data-v-307dfce7] {
|
|
7881
|
+
flex: 1;
|
|
7882
|
+
display: flex;
|
|
7883
|
+
flex-direction: column;
|
|
7884
|
+
gap: 20px;
|
|
7885
|
+
width: 0;
|
|
7886
|
+
}
|
|
7887
|
+
.contact-friend-application-info__name[data-v-307dfce7] {
|
|
7888
|
+
font-size: 24px;
|
|
7889
|
+
font-weight: 400;
|
|
7890
|
+
color: var(--text-color-primary);
|
|
7891
|
+
max-width: 100%;
|
|
7892
|
+
display: block;
|
|
7893
|
+
overflow: hidden;
|
|
7894
|
+
white-space: nowrap;
|
|
7895
|
+
text-overflow: ellipsis;
|
|
7896
|
+
}
|
|
7897
|
+
.contact-friend-application-info__id[data-v-307dfce7],
|
|
7898
|
+
.contact-friend-application-info__intro[data-v-307dfce7] {
|
|
7899
|
+
font-size: 16px;
|
|
7900
|
+
color: var(--text-color-tertiary);
|
|
7901
|
+
width: 100%;
|
|
7902
|
+
word-break: break-word;
|
|
7903
|
+
overflow: hidden;
|
|
7904
|
+
text-overflow: ellipsis;
|
|
7905
|
+
display: -webkit-box;
|
|
7906
|
+
-webkit-line-clamp: 3;
|
|
7907
|
+
-webkit-box-orient: vertical;
|
|
7908
|
+
}
|
|
7909
|
+
.contact-friend-application-info__rows[data-v-307dfce7] {
|
|
7910
|
+
border-top: 1px solid var(--stroke-color-secondary);
|
|
7911
|
+
padding: 32px 0 64px;
|
|
7912
|
+
display: flex;
|
|
7913
|
+
flex-direction: column;
|
|
7914
|
+
gap: 8px;
|
|
7915
|
+
}
|
|
7916
|
+
.contact-friend-application-info__row[data-v-307dfce7] {
|
|
7917
|
+
display: flex;
|
|
7918
|
+
align-items: center;
|
|
7919
|
+
line-height: 32px;
|
|
7920
|
+
gap: 20px;
|
|
7921
|
+
}
|
|
7922
|
+
.contact-friend-application-info__row-label[data-v-307dfce7] {
|
|
7923
|
+
font-size: 14px;
|
|
7924
|
+
color: var(--text-color-tertiary);
|
|
7925
|
+
font-weight: 400;
|
|
7926
|
+
}
|
|
7927
|
+
.contact-friend-application-info__row-value[data-v-307dfce7] {
|
|
7928
|
+
flex: 1;
|
|
7929
|
+
min-width: 0;
|
|
7930
|
+
font-size: 14px;
|
|
7931
|
+
font-weight: 400;
|
|
7932
|
+
color: var(--text-color-secondary);
|
|
7933
|
+
display: flex;
|
|
7934
|
+
align-items: center;
|
|
7935
|
+
gap: 8px;
|
|
7936
|
+
}
|
|
7937
|
+
.contact-friend-application-info__actions[data-v-307dfce7] {
|
|
7938
|
+
display: flex;
|
|
7939
|
+
gap: 12px;
|
|
7940
|
+
justify-content: center;
|
|
7941
|
+
align-items: center;
|
|
7942
|
+
}/**
|
|
7943
|
+
* Multi-line ellipsis
|
|
7944
|
+
* @param {Number} $lines - The number of lines to show. Default is 2.
|
|
7945
|
+
* @usage
|
|
7946
|
+
* .class {
|
|
7947
|
+
* @include multi-line-ellipsis();
|
|
7948
|
+
* }
|
|
7949
|
+
* .class {
|
|
7950
|
+
* @include multi-line-ellipsis(3);
|
|
7951
|
+
* }
|
|
7952
|
+
*/
|
|
7953
|
+
.contact-blacklist-info[data-v-a0fb4b4a] {
|
|
7954
|
+
height: 100%;
|
|
7955
|
+
width: 100%;
|
|
7956
|
+
overflow: hidden;
|
|
7957
|
+
display: flex;
|
|
7958
|
+
flex-direction: column;
|
|
7959
|
+
background-color: var(--bg-color-topbar);
|
|
7960
|
+
padding: 48px;
|
|
7961
|
+
}
|
|
7962
|
+
.contact-blacklist-info__header[data-v-a0fb4b4a] {
|
|
7963
|
+
display: flex;
|
|
7964
|
+
justify-content: space-between;
|
|
7965
|
+
align-items: flex-start;
|
|
7966
|
+
gap: 20px;
|
|
7967
|
+
margin-bottom: 32px;
|
|
7968
|
+
}
|
|
7969
|
+
.contact-blacklist-info__main-info[data-v-a0fb4b4a] {
|
|
7970
|
+
flex: 1;
|
|
7971
|
+
display: flex;
|
|
7972
|
+
flex-direction: column;
|
|
7973
|
+
gap: 20px;
|
|
7974
|
+
width: 0;
|
|
7975
|
+
}
|
|
7976
|
+
.contact-blacklist-info__name[data-v-a0fb4b4a] {
|
|
7977
|
+
font-size: 24px;
|
|
7978
|
+
font-weight: 400;
|
|
7979
|
+
color: var(--text-color-primary);
|
|
7980
|
+
max-width: 100%;
|
|
7981
|
+
display: block;
|
|
7982
|
+
overflow: hidden;
|
|
7983
|
+
white-space: nowrap;
|
|
7984
|
+
text-overflow: ellipsis;
|
|
7985
|
+
}
|
|
7986
|
+
.contact-blacklist-info__id[data-v-a0fb4b4a],
|
|
7987
|
+
.contact-blacklist-info__intro[data-v-a0fb4b4a] {
|
|
7988
|
+
font-size: 16px;
|
|
7989
|
+
color: var(--text-color-tertiary);
|
|
7990
|
+
width: 100%;
|
|
7991
|
+
word-break: break-word;
|
|
7992
|
+
overflow: hidden;
|
|
7993
|
+
text-overflow: ellipsis;
|
|
7994
|
+
display: -webkit-box;
|
|
7995
|
+
-webkit-line-clamp: 3;
|
|
7996
|
+
-webkit-box-orient: vertical;
|
|
7997
|
+
}
|
|
7998
|
+
.contact-blacklist-info__actions[data-v-a0fb4b4a] {
|
|
7999
|
+
border-top: 1px solid var(--stroke-color-secondary);
|
|
8000
|
+
padding-top: 32px;
|
|
8001
|
+
display: flex;
|
|
8002
|
+
justify-content: center;
|
|
8003
|
+
}/**
|
|
8004
|
+
* Multi-line ellipsis
|
|
8005
|
+
* @param {Number} $lines - The number of lines to show. Default is 2.
|
|
8006
|
+
* @usage
|
|
8007
|
+
* .class {
|
|
8008
|
+
* @include multi-line-ellipsis();
|
|
8009
|
+
* }
|
|
8010
|
+
* .class {
|
|
8011
|
+
* @include multi-line-ellipsis(3);
|
|
8012
|
+
* }
|
|
8013
|
+
*/
|
|
8014
|
+
.contact-group-info[data-v-8f45a224] {
|
|
8015
|
+
height: 100%;
|
|
8016
|
+
width: 100%;
|
|
8017
|
+
overflow: hidden;
|
|
8018
|
+
display: flex;
|
|
8019
|
+
flex-direction: column;
|
|
8020
|
+
background-color: var(--bg-color-topbar);
|
|
8021
|
+
padding: 48px;
|
|
8022
|
+
}
|
|
8023
|
+
.contact-group-info__header[data-v-8f45a224] {
|
|
8024
|
+
display: flex;
|
|
8025
|
+
justify-content: space-between;
|
|
8026
|
+
align-items: flex-start;
|
|
8027
|
+
gap: 20px;
|
|
8028
|
+
margin-bottom: 32px;
|
|
8029
|
+
}
|
|
8030
|
+
.contact-group-info__main-info[data-v-8f45a224] {
|
|
8031
|
+
flex: 1;
|
|
8032
|
+
display: flex;
|
|
8033
|
+
flex-direction: column;
|
|
8034
|
+
gap: 20px;
|
|
8035
|
+
width: 0;
|
|
8036
|
+
}
|
|
8037
|
+
.contact-group-info__name[data-v-8f45a224] {
|
|
8038
|
+
font-size: 24px;
|
|
8039
|
+
font-weight: 400;
|
|
8040
|
+
color: var(--text-color-primary);
|
|
8041
|
+
max-width: 100%;
|
|
8042
|
+
display: block;
|
|
8043
|
+
overflow: hidden;
|
|
8044
|
+
white-space: nowrap;
|
|
8045
|
+
text-overflow: ellipsis;
|
|
8046
|
+
}
|
|
8047
|
+
.contact-group-info__id[data-v-8f45a224],
|
|
8048
|
+
.contact-group-info__intro[data-v-8f45a224] {
|
|
8049
|
+
font-size: 16px;
|
|
8050
|
+
color: var(--text-color-tertiary);
|
|
8051
|
+
width: 100%;
|
|
8052
|
+
word-break: break-word;
|
|
8053
|
+
overflow: hidden;
|
|
8054
|
+
text-overflow: ellipsis;
|
|
8055
|
+
display: -webkit-box;
|
|
8056
|
+
-webkit-line-clamp: 3;
|
|
8057
|
+
-webkit-box-orient: vertical;
|
|
8058
|
+
}
|
|
8059
|
+
.contact-group-info__actions[data-v-8f45a224] {
|
|
8060
|
+
border-top: 1px solid var(--stroke-color-secondary);
|
|
8061
|
+
padding-top: 32px;
|
|
8062
|
+
display: flex;
|
|
8063
|
+
justify-content: center;
|
|
8064
|
+
align-items: center;
|
|
8065
|
+
gap: 12px;
|
|
8066
|
+
}/**
|
|
8067
|
+
* Multi-line ellipsis
|
|
8068
|
+
* @param {Number} $lines - The number of lines to show. Default is 2.
|
|
8069
|
+
* @usage
|
|
8070
|
+
* .class {
|
|
8071
|
+
* @include multi-line-ellipsis();
|
|
8072
|
+
* }
|
|
8073
|
+
* .class {
|
|
8074
|
+
* @include multi-line-ellipsis(3);
|
|
8075
|
+
* }
|
|
8076
|
+
*/
|
|
8077
|
+
.contact-friend-info[data-v-5772bab5] {
|
|
8078
|
+
height: 100%;
|
|
8079
|
+
width: 100%;
|
|
8080
|
+
overflow: hidden;
|
|
8081
|
+
display: flex;
|
|
8082
|
+
flex-direction: column;
|
|
8083
|
+
background-color: var(--bg-color-topbar);
|
|
8084
|
+
padding: 48px;
|
|
8085
|
+
}
|
|
8086
|
+
.contact-friend-info__header[data-v-5772bab5] {
|
|
8087
|
+
display: flex;
|
|
8088
|
+
justify-content: space-between;
|
|
8089
|
+
align-items: flex-start;
|
|
8090
|
+
gap: 20px;
|
|
8091
|
+
margin-bottom: 32px;
|
|
8092
|
+
}
|
|
8093
|
+
.contact-friend-info__main-info[data-v-5772bab5] {
|
|
8094
|
+
flex: 1;
|
|
8095
|
+
display: flex;
|
|
8096
|
+
flex-direction: column;
|
|
8097
|
+
gap: 20px;
|
|
8098
|
+
width: 0;
|
|
8099
|
+
}
|
|
8100
|
+
.contact-friend-info__name[data-v-5772bab5] {
|
|
8101
|
+
font-size: 24px;
|
|
8102
|
+
font-weight: 400;
|
|
8103
|
+
color: var(--text-color-primary);
|
|
8104
|
+
max-width: 100%;
|
|
8105
|
+
display: block;
|
|
8106
|
+
overflow: hidden;
|
|
8107
|
+
white-space: nowrap;
|
|
8108
|
+
text-overflow: ellipsis;
|
|
8109
|
+
}
|
|
8110
|
+
.contact-friend-info__id[data-v-5772bab5],
|
|
8111
|
+
.contact-friend-info__intro[data-v-5772bab5] {
|
|
8112
|
+
font-size: 16px;
|
|
8113
|
+
color: var(--text-color-tertiary);
|
|
8114
|
+
width: 100%;
|
|
8115
|
+
word-break: break-word;
|
|
8116
|
+
overflow: hidden;
|
|
8117
|
+
text-overflow: ellipsis;
|
|
8118
|
+
display: -webkit-box;
|
|
8119
|
+
-webkit-line-clamp: 3;
|
|
8120
|
+
-webkit-box-orient: vertical;
|
|
8121
|
+
}
|
|
8122
|
+
.contact-friend-info__rows[data-v-5772bab5] {
|
|
8123
|
+
border-top: 1px solid var(--stroke-color-secondary);
|
|
8124
|
+
padding: 32px 0 64px;
|
|
8125
|
+
display: flex;
|
|
8126
|
+
flex-direction: column;
|
|
8127
|
+
gap: 8px;
|
|
8128
|
+
}
|
|
8129
|
+
.contact-friend-info__row[data-v-5772bab5] {
|
|
8130
|
+
display: flex;
|
|
8131
|
+
align-items: center;
|
|
8132
|
+
line-height: 32px;
|
|
8133
|
+
gap: 20px;
|
|
8134
|
+
}
|
|
8135
|
+
.contact-friend-info__row-label[data-v-5772bab5] {
|
|
8136
|
+
font-size: 14px;
|
|
8137
|
+
color: var(--text-color-tertiary);
|
|
8138
|
+
font-weight: 400;
|
|
8139
|
+
}
|
|
8140
|
+
.contact-friend-info__row-value[data-v-5772bab5] {
|
|
8141
|
+
flex: 1;
|
|
8142
|
+
width: 0;
|
|
8143
|
+
font-size: 14px;
|
|
8144
|
+
font-weight: 400;
|
|
8145
|
+
color: var(--text-color-secondary);
|
|
8146
|
+
display: flex;
|
|
8147
|
+
align-items: center;
|
|
8148
|
+
gap: 8px;
|
|
8149
|
+
}
|
|
8150
|
+
.remark-edit[data-v-5772bab5] {
|
|
8151
|
+
max-width: 100%;
|
|
8152
|
+
overflow: hidden;
|
|
8153
|
+
text-overflow: ellipsis;
|
|
8154
|
+
white-space: nowrap;
|
|
8155
|
+
word-break: break-all;
|
|
8156
|
+
}
|
|
8157
|
+
.remark-edit-icon[data-v-5772bab5] {
|
|
8158
|
+
min-width: 16px;
|
|
8159
|
+
}
|
|
8160
|
+
.contact-friend-info__actions[data-v-5772bab5] {
|
|
8161
|
+
display: flex;
|
|
8162
|
+
gap: 12px;
|
|
8163
|
+
justify-content: center;
|
|
8164
|
+
}.contact-info[data-v-8050fa88] {
|
|
8165
|
+
flex: 1;
|
|
8166
|
+
height: 100%;
|
|
8167
|
+
width: 100%;
|
|
8168
|
+
overflow: hidden;
|
|
8169
|
+
display: flex;
|
|
8170
|
+
flex-direction: column;
|
|
8171
|
+
background-color: var(--bg-color-operate);
|
|
8172
|
+
}
|
|
8173
|
+
.contact-info__empty[data-v-8050fa88] {
|
|
8174
|
+
display: flex;
|
|
8175
|
+
align-items: center;
|
|
8176
|
+
justify-content: center;
|
|
8177
|
+
height: 100%;
|
|
8178
|
+
color: var(--text-color-secondary);
|
|
8179
|
+
}
|
|
8180
|
+
.contact-info__header[data-v-8050fa88] {
|
|
8181
|
+
display: flex;
|
|
8182
|
+
align-items: center;
|
|
8183
|
+
padding: 10px 20px;
|
|
7420
8184
|
}
|
|
7421
|
-
.
|
|
7422
|
-
|
|
7423
|
-
|
|
7424
|
-
|
|
8185
|
+
.contact-info__title[data-v-8050fa88] {
|
|
8186
|
+
flex: 1;
|
|
8187
|
+
text-align: center;
|
|
8188
|
+
font-size: 16px;
|
|
8189
|
+
line-height: 100%;
|
|
8190
|
+
font-weight: 500;
|
|
8191
|
+
padding-right: 24px;
|
|
7425
8192
|
color: var(--text-color-primary);
|
|
8193
|
+
}._conversationPlaceHolder_15avc_1 {
|
|
8194
|
+
display: flex;
|
|
8195
|
+
flex-direction: column;
|
|
8196
|
+
align-items: center;
|
|
8197
|
+
justify-content: center;
|
|
8198
|
+
height: 200px;
|
|
8199
|
+
color: var(--text-color-secondary, #666);
|
|
8200
|
+
font-size: 14px;
|
|
7426
8201
|
}
|
|
7427
|
-
.
|
|
7428
|
-
|
|
8202
|
+
._conversationPlaceHolder__icon_15avc_10 {
|
|
8203
|
+
margin-bottom: 16px;
|
|
8204
|
+
}
|
|
8205
|
+
._conversationPlaceHolder__label_15avc_13 {
|
|
8206
|
+
margin-bottom: 16px;
|
|
8207
|
+
text-align: center;
|
|
8208
|
+
}
|
|
8209
|
+
._conversationPlaceHolder__loading_15avc_18 {
|
|
8210
|
+
width: 42px;
|
|
8211
|
+
height: 42px;
|
|
8212
|
+
animation: _spin_15avc_1 1s linear infinite;
|
|
8213
|
+
}
|
|
8214
|
+
._conversationPlaceHolder-empty_15avc_24 ._conversationPlaceHolder__emptyIcon_15avc_24 {
|
|
8215
|
+
width: 42px;
|
|
8216
|
+
height: 42px;
|
|
8217
|
+
opacity: 0.5;
|
|
8218
|
+
color: var(--text-color-secondary, #666);
|
|
8219
|
+
}
|
|
8220
|
+
._conversationPlaceHolder-error_15avc_31 ._conversationPlaceHolder__errorIcon_15avc_31 {
|
|
8221
|
+
width: 42px;
|
|
8222
|
+
height: 42px;
|
|
8223
|
+
opacity: 0.5;
|
|
8224
|
+
color: var(--text-color-secondary, #666);
|
|
8225
|
+
}
|
|
8226
|
+
@keyframes _spin_15avc_1 {
|
|
8227
|
+
0% {
|
|
8228
|
+
transform: rotate(0deg);
|
|
8229
|
+
}
|
|
8230
|
+
100% {
|
|
8231
|
+
transform: rotate(360deg);
|
|
8232
|
+
}
|
|
8233
|
+
}._conversationActions_1whlo_1 {
|
|
8234
|
+
position: relative;
|
|
8235
|
+
}
|
|
8236
|
+
._conversationActions__popup-icon_1whlo_4 {
|
|
8237
|
+
padding: 4px 8px;
|
|
8238
|
+
cursor: pointer;
|
|
8239
|
+
border-radius: 4px;
|
|
8240
|
+
transition: background-color 0.2s;
|
|
8241
|
+
}
|
|
8242
|
+
._conversationActions__popup-icon_1whlo_4:hover {
|
|
8243
|
+
background-color: var(--hover-bg-color, #f0f0f0);
|
|
8244
|
+
}
|
|
8245
|
+
._conversationActions__popup-icon_1whlo_4 ._more-icon_1whlo_13 {
|
|
7429
8246
|
font-size: 16px;
|
|
7430
|
-
color: var(--text-color-
|
|
8247
|
+
color: var(--text-color-secondary, #666);
|
|
8248
|
+
font-weight: bold;
|
|
7431
8249
|
}
|
|
7432
|
-
.
|
|
7433
|
-
|
|
7434
|
-
|
|
8250
|
+
._conversationActions__h5_1whlo_18 {
|
|
8251
|
+
z-index: 5;
|
|
8252
|
+
position: fixed;
|
|
7435
8253
|
width: 100%;
|
|
7436
8254
|
height: 100%;
|
|
7437
8255
|
top: 0;
|
|
7438
8256
|
left: 0;
|
|
8257
|
+
display: flex;
|
|
8258
|
+
flex-direction: column;
|
|
8259
|
+
justify-content: flex-end;
|
|
8260
|
+
background: var(--bg-color-mask);
|
|
8261
|
+
}
|
|
8262
|
+
._conversationActions__h5__container_1whlo_30 {
|
|
8263
|
+
background-color: var(--bg-color-operate);
|
|
8264
|
+
border-radius: 8px 8px 0 0;
|
|
8265
|
+
box-shadow: 0 0 10px var(--shadow-color);
|
|
7439
8266
|
}
|
|
7440
|
-
.
|
|
8267
|
+
._conversationActions__h5__container_1whlo_30 ._conversationActions__item_1whlo_35 {
|
|
8268
|
+
text-align: center;
|
|
7441
8269
|
font-weight: 400;
|
|
7442
|
-
font-size:
|
|
7443
|
-
|
|
7444
|
-
|
|
8270
|
+
font-size: 17px;
|
|
8271
|
+
line-height: 22px;
|
|
8272
|
+
padding: 16px 0;
|
|
8273
|
+
border-bottom: 1px solid var(--stroke-color-primary);
|
|
8274
|
+
color: var(--button-color-primary-default);
|
|
7445
8275
|
}
|
|
7446
|
-
.
|
|
7447
|
-
|
|
7448
|
-
|
|
7449
|
-
text-align: justify;
|
|
7450
|
-
padding: 0 14px;
|
|
7451
|
-
hyphens: auto;
|
|
7452
|
-
color: var(--text-color-tertiary) 40%;
|
|
8276
|
+
._conversationActions__h5__container_1whlo_30 ._conversationActions__item_1whlo_35:last-child {
|
|
8277
|
+
border-bottom: none;
|
|
8278
|
+
color: var(--text-color-error);
|
|
7453
8279
|
}
|
|
7454
|
-
.
|
|
7455
|
-
font-weight: 600;
|
|
8280
|
+
._conversationActions__item_1whlo_35 {
|
|
7456
8281
|
font-size: 14px;
|
|
7457
|
-
|
|
8282
|
+
line-height: 19px;
|
|
8283
|
+
padding: 9px 16px;
|
|
8284
|
+
cursor: pointer;
|
|
8285
|
+
font-weight: 400;
|
|
8286
|
+
box-sizing: border-box;
|
|
7458
8287
|
color: var(--text-color-primary);
|
|
7459
8288
|
}
|
|
7460
|
-
.
|
|
7461
|
-
|
|
7462
|
-
flex-wrap: wrap;
|
|
7463
|
-
justify-content: flex-start;
|
|
7464
|
-
margin-bottom: 10px;
|
|
7465
|
-
padding: 0 10px;
|
|
8289
|
+
._conversationActions__item_1whlo_35:hover {
|
|
8290
|
+
background-color: var(--dropdown-color-active);
|
|
7466
8291
|
}
|
|
7467
|
-
.
|
|
7468
|
-
|
|
8292
|
+
._conversationActions__item--delete_1whlo_60 {
|
|
8293
|
+
color: var(--text-color-error);
|
|
8294
|
+
}._conversationSearch_1cu1j_1 {
|
|
7469
8295
|
display: flex;
|
|
8296
|
+
flex: 1;
|
|
7470
8297
|
flex-direction: column;
|
|
7471
|
-
padding: 6px;
|
|
7472
8298
|
box-sizing: border-box;
|
|
7473
|
-
|
|
7474
|
-
._conversationCreateGroupDetail__portraitInfoNick_17evk_79 {
|
|
7475
|
-
font-size: 12px;
|
|
7476
|
-
margin-top: 6px;
|
|
7477
|
-
max-width: 48px;
|
|
8299
|
+
position: relative;
|
|
7478
8300
|
overflow: hidden;
|
|
7479
|
-
|
|
7480
|
-
white-space: nowrap;
|
|
7481
|
-
}._conversationCreateSelectView_1uvwz_1 {
|
|
7482
|
-
display: flex;
|
|
7483
|
-
flex-wrap: wrap;
|
|
7484
|
-
gap: 10px;
|
|
7485
|
-
justify-content: flex-start;
|
|
7486
|
-
margin-bottom: 10px;
|
|
8301
|
+
background-color: var(--bg-color-operate);
|
|
7487
8302
|
color: var(--text-color-primary);
|
|
7488
8303
|
}
|
|
7489
|
-
.
|
|
7490
|
-
|
|
7491
|
-
|
|
7492
|
-
flex-direction: column;
|
|
7493
|
-
gap: 4px;
|
|
7494
|
-
width: calc((100% - 40px) / 5);
|
|
7495
|
-
padding: 6px;
|
|
7496
|
-
box-sizing: border-box;
|
|
7497
|
-
position: relative;
|
|
8304
|
+
._conversationSearch__bar_1cu1j_11 {
|
|
8305
|
+
padding-left: 0;
|
|
8306
|
+
padding-right: 0;
|
|
7498
8307
|
}
|
|
7499
|
-
.
|
|
8308
|
+
._conversationSearch--active_1cu1j_15 {
|
|
7500
8309
|
position: absolute;
|
|
7501
|
-
|
|
8310
|
+
width: 100%;
|
|
8311
|
+
height: 100%;
|
|
7502
8312
|
top: 0;
|
|
7503
|
-
|
|
7504
|
-
|
|
8313
|
+
left: 0;
|
|
8314
|
+
z-index: 11;
|
|
7505
8315
|
}
|
|
7506
|
-
.
|
|
7507
|
-
|
|
7508
|
-
|
|
7509
|
-
|
|
7510
|
-
|
|
7511
|
-
width: 100%;
|
|
7512
|
-
text-align: center;
|
|
7513
|
-
}._conversationCreateUserSelectList_4afm2_1 {
|
|
7514
|
-
display: flex;
|
|
7515
|
-
flex-direction: column;
|
|
8316
|
+
._conversationSearch--active_1cu1j_15 ._SearchBar_1cu1j_23 {
|
|
8317
|
+
padding-left: 20px;
|
|
8318
|
+
padding-right: 20px;
|
|
8319
|
+
}
|
|
8320
|
+
._conversationSearch__box_1cu1j_27 {
|
|
7516
8321
|
height: 100%;
|
|
7517
8322
|
}
|
|
7518
|
-
.
|
|
7519
|
-
|
|
8323
|
+
._conversationSearch__advanced_1cu1j_30 {
|
|
8324
|
+
width: 960px !important;
|
|
8325
|
+
height: 600px;
|
|
7520
8326
|
}
|
|
7521
|
-
.
|
|
7522
|
-
|
|
8327
|
+
._conversationSearch__advanced--h5_1cu1j_34 {
|
|
8328
|
+
width: 100% !important;
|
|
8329
|
+
height: 100% !important;
|
|
8330
|
+
max-width: 100% !important;
|
|
8331
|
+
border-radius: 0 !important;
|
|
8332
|
+
padding: 0 !important;
|
|
8333
|
+
}
|
|
8334
|
+
._searchBtn_1cu1j_42 {
|
|
8335
|
+
display: flex;
|
|
8336
|
+
justify-content: flex-end;
|
|
8337
|
+
padding: 12px 20px;
|
|
8338
|
+
}._conversation-create-button_1102w_1 {
|
|
7523
8339
|
display: flex;
|
|
7524
8340
|
align-items: center;
|
|
7525
|
-
text-align: center;
|
|
7526
|
-
gap: 8px;
|
|
7527
8341
|
cursor: pointer;
|
|
7528
|
-
|
|
8342
|
+
margin-right: 10px;
|
|
7529
8343
|
}
|
|
7530
|
-
.
|
|
7531
|
-
|
|
8344
|
+
._conversation-create-dropdown_1102w_8 {
|
|
8345
|
+
display: flex;
|
|
8346
|
+
justify-content: center;
|
|
8347
|
+
padding: 5px 10px;
|
|
7532
8348
|
}
|
|
7533
|
-
.
|
|
7534
|
-
|
|
7535
|
-
|
|
7536
|
-
|
|
8349
|
+
._conversation-create-list_1102w_14 {
|
|
8350
|
+
margin: 0;
|
|
8351
|
+
display: flex;
|
|
8352
|
+
flex-direction: column;
|
|
8353
|
+
justify-content: center;
|
|
8354
|
+
padding: 5px 0;
|
|
8355
|
+
gap: 10px;
|
|
7537
8356
|
}
|
|
7538
|
-
.
|
|
7539
|
-
|
|
7540
|
-
|
|
7541
|
-
|
|
7542
|
-
|
|
7543
|
-
|
|
7544
|
-
|
|
8357
|
+
._conversation-create-list--detail_1102w_23 {
|
|
8358
|
+
padding: 10px 20px;
|
|
8359
|
+
flex-direction: row;
|
|
8360
|
+
justify-content: space-between;
|
|
8361
|
+
align-items: center;
|
|
8362
|
+
}
|
|
8363
|
+
._conversation-create-item_1102w_30 {
|
|
8364
|
+
margin: 0;
|
|
8365
|
+
padding: 0;
|
|
8366
|
+
display: flex;
|
|
8367
|
+
align-items: center;
|
|
8368
|
+
gap: 6px;
|
|
8369
|
+
cursor: pointer;
|
|
7545
8370
|
color: var(--text-color-primary);
|
|
7546
8371
|
}
|
|
7547
|
-
.
|
|
7548
|
-
font-weight: 600;
|
|
8372
|
+
._conversation-create-text_1102w_40 {
|
|
7549
8373
|
font-size: 14px;
|
|
7550
|
-
|
|
8374
|
+
font-weight: 400;
|
|
8375
|
+
}._conversationGroupTypeInfo_btocv_1 {
|
|
8376
|
+
flex: 1;
|
|
8377
|
+
display: flex;
|
|
8378
|
+
flex-direction: column;
|
|
8379
|
+
gap: 10px;
|
|
8380
|
+
overflow-y: scroll;
|
|
8381
|
+
overflow: auto;
|
|
8382
|
+
-ms-overflow-style: none;
|
|
8383
|
+
color: var(--text-color-primary);
|
|
8384
|
+
}
|
|
8385
|
+
._conversationGroupTypeInfo_btocv_1::-webkit-scrollbar {
|
|
8386
|
+
display: none;
|
|
8387
|
+
}
|
|
8388
|
+
@supports (scrollbar-width: none) {
|
|
8389
|
+
._conversationGroupTypeInfo_btocv_1 {
|
|
8390
|
+
scrollbar-width: none;
|
|
8391
|
+
}
|
|
7551
8392
|
}
|
|
7552
|
-
.
|
|
8393
|
+
._conversationGroupTypeInfo__box_btocv_19 {
|
|
8394
|
+
display: flex;
|
|
8395
|
+
flex-direction: column;
|
|
8396
|
+
gap: 8px;
|
|
8397
|
+
border-radius: 16px;
|
|
8398
|
+
padding: 12px 16px;
|
|
7553
8399
|
cursor: pointer;
|
|
7554
|
-
color: var(--
|
|
8400
|
+
background-color: var(--bg-color-operate);
|
|
8401
|
+
border: 1px solid var(--stroke-color-primary);
|
|
8402
|
+
}
|
|
8403
|
+
._conversationGroupTypeInfo__box_btocv_19:hover {
|
|
8404
|
+
border: 1px solid var(--text-color-link);
|
|
8405
|
+
}
|
|
8406
|
+
._conversationGroupTypeInfo__box--active_btocv_32 {
|
|
8407
|
+
border: 1px solid var(--text-color-link);
|
|
8408
|
+
}
|
|
8409
|
+
._conversationGroupTypeInfo__header_btocv_35 {
|
|
8410
|
+
display: flex;
|
|
8411
|
+
justify-content: space-between;
|
|
8412
|
+
align-items: center;
|
|
8413
|
+
}
|
|
8414
|
+
._conversationGroupTypeInfo__title_btocv_40 {
|
|
8415
|
+
font-size: 16px;
|
|
8416
|
+
display: flex;
|
|
8417
|
+
align-items: center;
|
|
8418
|
+
gap: 8px;
|
|
8419
|
+
}
|
|
8420
|
+
._conversationGroupTypeInfo__description_btocv_46 {
|
|
8421
|
+
font-size: 12px;
|
|
8422
|
+
line-height: 16px;
|
|
8423
|
+
text-align: justify;
|
|
8424
|
+
hyphens: auto;
|
|
8425
|
+
}
|
|
8426
|
+
._conversationGroupTypeInfo__document_btocv_52 {
|
|
8427
|
+
font-size: 12px;
|
|
8428
|
+
line-height: 16px;
|
|
8429
|
+
text-decoration: none;
|
|
7555
8430
|
}
|
|
7556
|
-
.
|
|
8431
|
+
._conversationGroupTypeInfo__document_btocv_52:link, ._conversationGroupTypeInfo__document_btocv_52:active, ._conversationGroupTypeInfo__document_btocv_52:visited {
|
|
7557
8432
|
color: var(--text-color-link);
|
|
7558
8433
|
}
|
|
7559
|
-
.
|
|
8434
|
+
._conversationGroupTypeInfo__activeIcon_btocv_60 {
|
|
8435
|
+
color: var(--checkbox-color-selected);
|
|
8436
|
+
}._conversationCreateGroupDetail_198df_1 {
|
|
8437
|
+
flex: 1;
|
|
8438
|
+
height: 640px;
|
|
8439
|
+
display: flex;
|
|
8440
|
+
}
|
|
8441
|
+
._conversationCreateGroupDetail--h5_198df_6 {
|
|
8442
|
+
height: 100%;
|
|
8443
|
+
}
|
|
8444
|
+
._conversationCreateGroupDetail__nextContainer_198df_9 {
|
|
7560
8445
|
width: 100%;
|
|
7561
8446
|
display: flex;
|
|
7562
8447
|
justify-content: center;
|
|
7563
8448
|
margin: 20px auto 10px;
|
|
7564
8449
|
}
|
|
7565
|
-
.
|
|
8450
|
+
._conversationCreateGroupDetail__next_198df_9 {
|
|
7566
8451
|
cursor: pointer;
|
|
7567
8452
|
text-align: center;
|
|
7568
8453
|
border-radius: 31px;
|
|
7569
8454
|
font-size: 14px;
|
|
7570
|
-
color: #fff;
|
|
7571
8455
|
padding: 12px 36px;
|
|
7572
8456
|
background-color: var(--text-color-link);
|
|
7573
8457
|
}
|
|
7574
|
-
.
|
|
7575
|
-
|
|
7576
|
-
|
|
7577
|
-
flex: 1 1 auto;
|
|
8458
|
+
._conversationCreateGroupDetail__main_198df_23 {
|
|
8459
|
+
display: flex;
|
|
8460
|
+
flex-direction: column;
|
|
7578
8461
|
padding: 0 10px;
|
|
7579
|
-
|
|
8462
|
+
overflow-y: auto;
|
|
8463
|
+
overflow: auto;
|
|
7580
8464
|
-ms-overflow-style: none;
|
|
8465
|
+
color: var(--text-color-primary);
|
|
7581
8466
|
}
|
|
7582
|
-
.
|
|
7583
|
-
display: none;
|
|
7584
|
-
}
|
|
7585
|
-
._conversationCreateUserSelectList__list_4afm2_73 {
|
|
7586
|
-
position: relative;
|
|
7587
|
-
}
|
|
7588
|
-
._conversationCreateUserSelectList__groupContainer_4afm2_76 {
|
|
7589
|
-
width: 100%;
|
|
7590
|
-
}
|
|
7591
|
-
._conversationCreateUserSelectList__title_4afm2_79 {
|
|
7592
|
-
font-weight: 600;
|
|
7593
|
-
font-size: 12px;
|
|
7594
|
-
padding: 8px 10px;
|
|
7595
|
-
text-align: left;
|
|
7596
|
-
color: var(--text-color-secondary);
|
|
8467
|
+
._conversationCreateGroupDetail__main_198df_23::-webkit-scrollbar {
|
|
8468
|
+
display: none;
|
|
7597
8469
|
}
|
|
7598
|
-
|
|
7599
|
-
|
|
8470
|
+
@supports (scrollbar-width: none) {
|
|
8471
|
+
._conversationCreateGroupDetail__main_198df_23 {
|
|
8472
|
+
scrollbar-width: none;
|
|
7600
8473
|
}
|
|
7601
|
-
._conversationCreateUserSelectList__userAvatar_4afm2_89 {
|
|
7602
|
-
width: 36px;
|
|
7603
|
-
height: 36px;
|
|
7604
|
-
border-radius: 50%;
|
|
7605
|
-
margin-right: 8px;
|
|
7606
8474
|
}
|
|
7607
|
-
.
|
|
7608
|
-
|
|
8475
|
+
._conversationCreateGroupDetail__box_198df_40 {
|
|
8476
|
+
padding: 10px 0;
|
|
8477
|
+
position: relative;
|
|
7609
8478
|
display: flex;
|
|
7610
|
-
|
|
7611
|
-
justify-content:
|
|
7612
|
-
|
|
8479
|
+
gap: 10px;
|
|
8480
|
+
justify-content: flex-start;
|
|
8481
|
+
align-items: center;
|
|
7613
8482
|
}
|
|
7614
|
-
.
|
|
7615
|
-
|
|
7616
|
-
|
|
7617
|
-
overflow: hidden;
|
|
7618
|
-
text-overflow: ellipsis;
|
|
7619
|
-
white-space: nowrap;
|
|
8483
|
+
._conversationCreateGroupDetail__inputText_198df_48 {
|
|
8484
|
+
flex: 1;
|
|
8485
|
+
border-bottom: 1px solid var(--stroke-color-primary);
|
|
7620
8486
|
color: var(--text-color-primary);
|
|
7621
8487
|
}
|
|
7622
|
-
.
|
|
7623
|
-
|
|
7624
|
-
|
|
7625
|
-
|
|
7626
|
-
white-space: nowrap;
|
|
7627
|
-
color: var(--text-color-secondary);
|
|
7628
|
-
}._conversationCreate__container_sxyih_1 {
|
|
7629
|
-
display: flex;
|
|
7630
|
-
flex-direction: column;
|
|
7631
|
-
justify-content: center;
|
|
7632
|
-
}
|
|
7633
|
-
._conversationCreate__main_sxyih_6 {
|
|
7634
|
-
position: absolute;
|
|
7635
|
-
top: 0;
|
|
7636
|
-
left: 0;
|
|
7637
|
-
right: 0;
|
|
7638
|
-
bottom: 0;
|
|
7639
|
-
background-color: var(--bg-color-operate);
|
|
8488
|
+
._from__label_198df_54 {
|
|
8489
|
+
min-width: 85px;
|
|
8490
|
+
font-weight: 400;
|
|
8491
|
+
font-size: 14px;
|
|
7640
8492
|
color: var(--text-color-primary);
|
|
7641
|
-
|
|
8493
|
+
}._conversationCreateUserSelectList_pa6me_1 {
|
|
7642
8494
|
display: flex;
|
|
7643
8495
|
flex-direction: column;
|
|
8496
|
+
width: 100%;
|
|
8497
|
+
height: 640px;
|
|
7644
8498
|
}
|
|
7645
|
-
.
|
|
8499
|
+
._conversationCreateUserSelectList--h5_pa6me_7 {
|
|
8500
|
+
height: 100%;
|
|
8501
|
+
padding: 0 20px;
|
|
8502
|
+
}.conversationCreate__container[data-v-bdcdab3b] {
|
|
7646
8503
|
display: flex;
|
|
7647
|
-
|
|
7648
|
-
|
|
7649
|
-
background-color: var(--bg-color-topbar, #f5f5f5);
|
|
8504
|
+
flex-direction: column;
|
|
8505
|
+
justify-content: center;
|
|
7650
8506
|
}
|
|
7651
|
-
.
|
|
7652
|
-
|
|
7653
|
-
padding: 4px;
|
|
7654
|
-
border-radius: 4px;
|
|
7655
|
-
transition: background-color 0.2s;
|
|
7656
|
-
color: var(--text-color-link, #e0e0e0);
|
|
8507
|
+
.conversationCreate__detail[data-v-bdcdab3b] {
|
|
8508
|
+
flex: 1;
|
|
7657
8509
|
}
|
|
7658
|
-
.
|
|
7659
|
-
|
|
7660
|
-
|
|
7661
|
-
|
|
7662
|
-
|
|
8510
|
+
[data-v-bdcdab3b] .conversationCreate__dialog {
|
|
8511
|
+
width: 100%;
|
|
8512
|
+
height: 100%;
|
|
8513
|
+
max-width: 100%;
|
|
8514
|
+
border-radius: 0;
|
|
7663
8515
|
}
|
|
7664
|
-
.
|
|
7665
|
-
|
|
7666
|
-
overflow: hidden;
|
|
8516
|
+
[data-v-bdcdab3b] .conversationCreate__dialog .dialog-body {
|
|
8517
|
+
height: 0;
|
|
7667
8518
|
}._conversationPreview_87t7r_1 {
|
|
7668
8519
|
display: flex;
|
|
7669
8520
|
align-items: center;
|
|
@@ -8164,22 +9015,27 @@ to {
|
|
|
8164
9015
|
border: 1px solid var(--border-color, #e0e0e0);
|
|
8165
9016
|
border-radius: 4px;
|
|
8166
9017
|
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
|
|
8167
|
-
}.
|
|
9018
|
+
}._conversationListContent_1o134_1 {
|
|
8168
9019
|
flex: 1;
|
|
8169
9020
|
display: flex;
|
|
8170
9021
|
overflow-y: auto;
|
|
8171
9022
|
flex-direction: column;
|
|
8172
9023
|
background-color: var(--bg-color-operate, #f5f5f5);
|
|
8173
9024
|
color: var(--text-color-primary, #333);
|
|
8174
|
-
|
|
9025
|
+
overflow: auto;
|
|
8175
9026
|
-ms-overflow-style: none;
|
|
8176
9027
|
}
|
|
8177
|
-
.
|
|
9028
|
+
._conversationListContent_1o134_1::-webkit-scrollbar {
|
|
8178
9029
|
display: none;
|
|
8179
9030
|
}
|
|
8180
|
-
|
|
8181
|
-
.
|
|
8182
|
-
|
|
9031
|
+
@supports (scrollbar-width: none) {
|
|
9032
|
+
._conversationListContent_1o134_1 {
|
|
9033
|
+
scrollbar-width: none;
|
|
9034
|
+
}
|
|
9035
|
+
}
|
|
9036
|
+
._conversationListContent_1o134_1 ._placeholder-error_1o134_19,
|
|
9037
|
+
._conversationListContent_1o134_1 ._placeholder-loading_1o134_20,
|
|
9038
|
+
._conversationListContent_1o134_1 ._placeholder-empty_1o134_21 {
|
|
8183
9039
|
display: flex;
|
|
8184
9040
|
align-items: center;
|
|
8185
9041
|
justify-content: center;
|
|
@@ -8207,8 +9063,9 @@ to {
|
|
|
8207
9063
|
flex: 1;
|
|
8208
9064
|
display: flex;
|
|
8209
9065
|
align-items: center;
|
|
8210
|
-
}.
|
|
9066
|
+
}._conversationList_y4ydr_1 {
|
|
8211
9067
|
width: 100%;
|
|
9068
|
+
height: 100%;
|
|
8212
9069
|
flex-shrink: 1;
|
|
8213
9070
|
box-sizing: border-box;
|
|
8214
9071
|
overflow: hidden;
|
|
@@ -8220,34 +9077,9 @@ to {
|
|
|
8220
9077
|
background-color: var(--bg-color-operate, #f5f5f5);
|
|
8221
9078
|
color: var(--text-color-primary, #333);
|
|
8222
9079
|
}
|
|
8223
|
-
.
|
|
9080
|
+
._conversationList__content_y4ydr_15 {
|
|
8224
9081
|
flex: 1;
|
|
8225
9082
|
overflow-y: auto;
|
|
8226
|
-
}._emoji-picker__icon_kyu4g_1 {
|
|
8227
|
-
cursor: pointer;
|
|
8228
|
-
}
|
|
8229
|
-
._emoji-picker__list_kyu4g_4 {
|
|
8230
|
-
display: flex;
|
|
8231
|
-
flex-flow: row wrap;
|
|
8232
|
-
gap: 8px;
|
|
8233
|
-
width: 310px;
|
|
8234
|
-
border-radius: 16px;
|
|
8235
|
-
padding: 16px;
|
|
8236
|
-
margin-bottom: 10px;
|
|
8237
|
-
background-color: var(--dropdown-color-default);
|
|
8238
|
-
box-shadow: 0 0 10px 0 var(--shadow-color);
|
|
8239
|
-
}
|
|
8240
|
-
._emoji-picker__list-item_kyu4g_15 {
|
|
8241
|
-
display: flex;
|
|
8242
|
-
align-items: center;
|
|
8243
|
-
justify-content: center;
|
|
8244
|
-
width: 20px;
|
|
8245
|
-
height: 20px;
|
|
8246
|
-
cursor: pointer;
|
|
8247
|
-
}.disabled[data-v-01fb363c] {
|
|
8248
|
-
cursor: not-allowed;
|
|
8249
|
-
user-select: none;
|
|
8250
|
-
pointer-events: none;
|
|
8251
9083
|
}._attachment-picker_1b1ig_1 {
|
|
8252
9084
|
flex: 0 0 auto;
|
|
8253
9085
|
align-items: center;
|
|
@@ -8294,70 +9126,34 @@ to {
|
|
|
8294
9126
|
}
|
|
8295
9127
|
._attachment-picker__item-icon_1b1ig_45 {
|
|
8296
9128
|
cursor: pointer;
|
|
8297
|
-
}.
|
|
8298
|
-
|
|
8299
|
-
flex-direction: row;
|
|
8300
|
-
align-items: center;
|
|
8301
|
-
gap: 16px;
|
|
8302
|
-
position: absolute;
|
|
8303
|
-
left: 0;
|
|
8304
|
-
right: 0;
|
|
8305
|
-
bottom: 100%;
|
|
8306
|
-
padding: 8px 16px;
|
|
8307
|
-
animation: _slide-in_1u7zw_1 0.2s ease-out;
|
|
8308
|
-
transform-origin: bottom;
|
|
8309
|
-
background-color: var(--bg-color-input);
|
|
8310
|
-
}
|
|
8311
|
-
._quoted__message__preview__content_1u7zw_15 {
|
|
8312
|
-
width: 100%;
|
|
8313
|
-
position: relative;
|
|
8314
|
-
padding: 8px 12px;
|
|
8315
|
-
background: var(--chat-hover-bg);
|
|
8316
|
-
background-color: var(--bg-color-operate);
|
|
8317
|
-
border-left: 6px solid var(--text-color-tertiary);
|
|
9129
|
+
}._emoji-picker__icon_kyu4g_1 {
|
|
9130
|
+
cursor: pointer;
|
|
8318
9131
|
}
|
|
8319
|
-
.
|
|
9132
|
+
._emoji-picker__list_kyu4g_4 {
|
|
8320
9133
|
display: flex;
|
|
8321
|
-
|
|
8322
|
-
|
|
8323
|
-
|
|
8324
|
-
|
|
8325
|
-
|
|
8326
|
-
|
|
8327
|
-
|
|
8328
|
-
|
|
8329
|
-
}
|
|
8330
|
-
._quoted__message__preview__content--text_1u7zw_34 {
|
|
8331
|
-
font-size: 14px;
|
|
8332
|
-
word-break: break-all;
|
|
8333
|
-
overflow: hidden;
|
|
8334
|
-
text-overflow: ellipsis;
|
|
8335
|
-
display: -webkit-box;
|
|
8336
|
-
-webkit-line-clamp: 2;
|
|
8337
|
-
-webkit-box-orient: vertical;
|
|
8338
|
-
color: var(--text-color-secondary);
|
|
9134
|
+
flex-flow: row wrap;
|
|
9135
|
+
gap: 8px;
|
|
9136
|
+
width: 310px;
|
|
9137
|
+
border-radius: 16px;
|
|
9138
|
+
padding: 16px;
|
|
9139
|
+
margin-bottom: 10px;
|
|
9140
|
+
background-color: var(--dropdown-color-default);
|
|
9141
|
+
box-shadow: 0 0 10px 0 var(--shadow-color);
|
|
8339
9142
|
}
|
|
8340
|
-
.
|
|
9143
|
+
._emoji-picker__list-item_kyu4g_15 {
|
|
9144
|
+
display: flex;
|
|
9145
|
+
align-items: center;
|
|
9146
|
+
justify-content: center;
|
|
9147
|
+
width: 20px;
|
|
9148
|
+
height: 20px;
|
|
8341
9149
|
cursor: pointer;
|
|
8342
|
-
|
|
8343
|
-
|
|
8344
|
-
|
|
8345
|
-
|
|
8346
|
-
|
|
8347
|
-
}
|
|
8348
|
-
|
|
8349
|
-
@keyframes _slide-in_1u7zw_1 {
|
|
8350
|
-
from {
|
|
8351
|
-
opacity: 0;
|
|
8352
|
-
transform: translateY(10px);
|
|
8353
|
-
}
|
|
8354
|
-
to {
|
|
8355
|
-
opacity: 1;
|
|
8356
|
-
transform: translateY(0);
|
|
8357
|
-
}
|
|
8358
|
-
}.tiptap.ProseMirror {
|
|
9150
|
+
}.disabled[data-v-01fb363c] {
|
|
9151
|
+
cursor: not-allowed;
|
|
9152
|
+
user-select: none;
|
|
9153
|
+
pointer-events: none;
|
|
9154
|
+
}.message-input .tiptap.ProseMirror {
|
|
8359
9155
|
height: auto;
|
|
8360
|
-
flex: 1
|
|
9156
|
+
flex: 1;
|
|
8361
9157
|
word-wrap: break-word;
|
|
8362
9158
|
word-break: break-word;
|
|
8363
9159
|
white-space: pre-wrap;
|
|
@@ -8368,40 +9164,40 @@ to {
|
|
|
8368
9164
|
outline: none !important;
|
|
8369
9165
|
overflow: auto;
|
|
8370
9166
|
}
|
|
8371
|
-
.tiptap.ProseMirror::-webkit-scrollbar {
|
|
9167
|
+
.message-input .tiptap.ProseMirror::-webkit-scrollbar {
|
|
8372
9168
|
width: 6px;
|
|
8373
9169
|
height: 6px;
|
|
8374
9170
|
}
|
|
8375
|
-
.tiptap.ProseMirror::-webkit-scrollbar-track {
|
|
9171
|
+
.message-input .tiptap.ProseMirror::-webkit-scrollbar-track {
|
|
8376
9172
|
background-color: transparent;
|
|
8377
9173
|
}
|
|
8378
|
-
.tiptap.ProseMirror::-webkit-scrollbar-thumb {
|
|
9174
|
+
.message-input .tiptap.ProseMirror::-webkit-scrollbar-thumb {
|
|
8379
9175
|
background-color: var(--scroll-bar-color-default, rgba(144, 147, 153, 0.3));
|
|
8380
9176
|
border-radius: 4px;
|
|
8381
9177
|
}
|
|
8382
|
-
.tiptap.ProseMirror::-webkit-scrollbar-thumb:hover {
|
|
9178
|
+
.message-input .tiptap.ProseMirror::-webkit-scrollbar-thumb:hover {
|
|
8383
9179
|
background-color: var(--scroll-bar-color-hover, rgba(144, 147, 153, 0.6));
|
|
8384
9180
|
}
|
|
8385
|
-
.tiptap.ProseMirror:disabled {
|
|
9181
|
+
.message-input .tiptap.ProseMirror:disabled {
|
|
8386
9182
|
cursor: not-allowed;
|
|
8387
9183
|
}
|
|
8388
|
-
.tiptap.ProseMirror p {
|
|
9184
|
+
.message-input .tiptap.ProseMirror p {
|
|
8389
9185
|
margin: 0;
|
|
8390
9186
|
padding: 0;
|
|
8391
9187
|
font-style: normal;
|
|
8392
9188
|
outline: none !important;
|
|
8393
9189
|
}
|
|
8394
|
-
.tiptap.ProseMirror img.ProseMirror-selectednode {
|
|
9190
|
+
.message-input .tiptap.ProseMirror img.ProseMirror-selectednode {
|
|
8395
9191
|
outline: 2px solid #68cef8;
|
|
8396
9192
|
}
|
|
8397
|
-
.tiptap.ProseMirror .message-emoji {
|
|
9193
|
+
.message-input .tiptap.ProseMirror .message-emoji {
|
|
8398
9194
|
display: inline-block;
|
|
8399
9195
|
width: 20px;
|
|
8400
9196
|
height: 20px;
|
|
8401
9197
|
user-select: text;
|
|
8402
9198
|
pointer-events: none;
|
|
8403
9199
|
}
|
|
8404
|
-
.tiptap.ProseMirror .message-image {
|
|
9200
|
+
.message-input .tiptap.ProseMirror .message-image {
|
|
8405
9201
|
display: inline-block;
|
|
8406
9202
|
width: 100px;
|
|
8407
9203
|
user-select: text;
|
|
@@ -8413,7 +9209,7 @@ to {
|
|
|
8413
9209
|
float: left;
|
|
8414
9210
|
height: 0;
|
|
8415
9211
|
pointer-events: none;
|
|
8416
|
-
}._input-
|
|
9212
|
+
}._input-wrapper_ihh75_1 {
|
|
8417
9213
|
flex: 1;
|
|
8418
9214
|
display: flex;
|
|
8419
9215
|
flex-direction: row;
|
|
@@ -8423,52 +9219,114 @@ to {
|
|
|
8423
9219
|
line-height: 1.5;
|
|
8424
9220
|
color: var(--text-color-primary);
|
|
8425
9221
|
}
|
|
8426
|
-
._input-
|
|
9222
|
+
._input-wrapper_ihh75_1._disabled_ihh75_11 {
|
|
8427
9223
|
cursor: not-allowed;
|
|
8428
9224
|
}
|
|
8429
9225
|
|
|
8430
|
-
._input-
|
|
8431
|
-
._input-
|
|
9226
|
+
._input-prefix_ihh75_15,
|
|
9227
|
+
._input-suffix_ihh75_16 {
|
|
8432
9228
|
display: flex;
|
|
8433
9229
|
align-items: center;
|
|
8434
9230
|
}
|
|
8435
9231
|
|
|
8436
|
-
.
|
|
9232
|
+
._editor_ihh75_21 {
|
|
8437
9233
|
flex: 1;
|
|
8438
9234
|
display: flex;
|
|
8439
|
-
|
|
9235
|
+
flex-direction: column;
|
|
9236
|
+
}._quoted__message__preview_1u7zw_1 {
|
|
9237
|
+
display: flex;
|
|
9238
|
+
flex-direction: row;
|
|
9239
|
+
align-items: center;
|
|
9240
|
+
gap: 16px;
|
|
9241
|
+
position: absolute;
|
|
9242
|
+
left: 0;
|
|
9243
|
+
right: 0;
|
|
9244
|
+
bottom: 100%;
|
|
9245
|
+
padding: 8px 16px;
|
|
9246
|
+
animation: _slide-in_1u7zw_1 0.2s ease-out;
|
|
9247
|
+
transform-origin: bottom;
|
|
9248
|
+
background-color: var(--bg-color-input);
|
|
9249
|
+
}
|
|
9250
|
+
._quoted__message__preview__content_1u7zw_15 {
|
|
9251
|
+
width: 100%;
|
|
9252
|
+
position: relative;
|
|
9253
|
+
padding: 8px 12px;
|
|
9254
|
+
background: var(--chat-hover-bg);
|
|
9255
|
+
background-color: var(--bg-color-operate);
|
|
9256
|
+
border-left: 6px solid var(--text-color-tertiary);
|
|
9257
|
+
}
|
|
9258
|
+
._quoted__message__preview__content--header_1u7zw_23 {
|
|
9259
|
+
display: flex;
|
|
9260
|
+
margin-bottom: 4px;
|
|
9261
|
+
font-size: 14px;
|
|
9262
|
+
font-weight: 500;
|
|
9263
|
+
}
|
|
9264
|
+
._quoted__message__preview__content--title_1u7zw_29 {
|
|
9265
|
+
font-size: 14px;
|
|
9266
|
+
font-weight: 500;
|
|
9267
|
+
color: var(--text-color-primary);
|
|
9268
|
+
}
|
|
9269
|
+
._quoted__message__preview__content--text_1u7zw_34 {
|
|
9270
|
+
font-size: 14px;
|
|
9271
|
+
word-break: break-all;
|
|
9272
|
+
overflow: hidden;
|
|
9273
|
+
text-overflow: ellipsis;
|
|
9274
|
+
display: -webkit-box;
|
|
9275
|
+
-webkit-line-clamp: 2;
|
|
9276
|
+
-webkit-box-orient: vertical;
|
|
9277
|
+
color: var(--text-color-secondary);
|
|
9278
|
+
}
|
|
9279
|
+
._quoted__message__preview__close_1u7zw_44 {
|
|
9280
|
+
cursor: pointer;
|
|
9281
|
+
transition: color 0.2s ease;
|
|
9282
|
+
color: var(--text-color-secondary);
|
|
9283
|
+
}
|
|
9284
|
+
._quoted__message__preview__close_1u7zw_44:hover {
|
|
9285
|
+
color: var(--chat-text-color);
|
|
9286
|
+
}
|
|
9287
|
+
|
|
9288
|
+
@keyframes _slide-in_1u7zw_1 {
|
|
9289
|
+
from {
|
|
9290
|
+
opacity: 0;
|
|
9291
|
+
transform: translateY(10px);
|
|
9292
|
+
}
|
|
9293
|
+
to {
|
|
9294
|
+
opacity: 1;
|
|
9295
|
+
transform: translateY(0);
|
|
9296
|
+
}
|
|
9297
|
+
}._message-input_v23we_1 {
|
|
8440
9298
|
position: relative;
|
|
8441
9299
|
display: flex;
|
|
8442
9300
|
flex-direction: column;
|
|
8443
9301
|
background-color: var(--bg-color-operate);
|
|
8444
9302
|
height: 160px;
|
|
8445
9303
|
flex-shrink: 0;
|
|
8446
|
-
padding:
|
|
9304
|
+
padding: 10px;
|
|
8447
9305
|
gap: 4px;
|
|
8448
9306
|
}
|
|
8449
|
-
._message-
|
|
9307
|
+
._message-input__toolbar_v23we_11 {
|
|
8450
9308
|
display: flex;
|
|
8451
9309
|
flex-direction: row;
|
|
8452
9310
|
align-items: center;
|
|
8453
9311
|
color: var(--text-color-secondary);
|
|
8454
9312
|
gap: 8px;
|
|
8455
9313
|
}
|
|
8456
|
-
._message-
|
|
9314
|
+
._message-input__wrapper_v23we_18 {
|
|
8457
9315
|
display: flex;
|
|
8458
9316
|
flex: 1 1 auto;
|
|
8459
9317
|
min-height: 0;
|
|
8460
9318
|
}
|
|
8461
|
-
._message-
|
|
9319
|
+
._message-input__leftInline_v23we_23, ._message-input__rightInline_v23we_23 {
|
|
8462
9320
|
display: flex;
|
|
8463
9321
|
align-items: center;
|
|
8464
9322
|
}
|
|
8465
|
-
._message-
|
|
9323
|
+
._message-input__actions_v23we_27 {
|
|
8466
9324
|
display: flex;
|
|
8467
9325
|
flex-direction: row;
|
|
8468
9326
|
align-items: center;
|
|
8469
9327
|
gap: 4px;
|
|
8470
9328
|
}
|
|
8471
|
-
._message-
|
|
9329
|
+
._message-input__footerToolbar_v23we_33 {
|
|
8472
9330
|
display: flex;
|
|
8473
9331
|
justify-content: end;
|
|
8474
9332
|
}.modal-overlay[data-v-1d8533fb] {
|
|
@@ -9133,7 +9991,7 @@ to {
|
|
|
9133
9991
|
opacity: 0;
|
|
9134
9992
|
transform: scale(0.96);
|
|
9135
9993
|
}
|
|
9136
|
-
}.message-action-dropdown__item[data-v-
|
|
9994
|
+
}.message-action-dropdown__item[data-v-2fb5c178] {
|
|
9137
9995
|
display: flex;
|
|
9138
9996
|
flex-direction: row;
|
|
9139
9997
|
justify-content: space-between;
|
|
@@ -9148,10 +10006,10 @@ to {
|
|
|
9148
10006
|
cursor: pointer;
|
|
9149
10007
|
transition: background-color 0.2s ease;
|
|
9150
10008
|
}
|
|
9151
|
-
.message-action-dropdown__item[data-v-
|
|
10009
|
+
.message-action-dropdown__item[data-v-2fb5c178]:hover {
|
|
9152
10010
|
background-color: var(--dropdown-color-hover);
|
|
9153
10011
|
}
|
|
9154
|
-
.message-action-dropdown__item[data-v-
|
|
10012
|
+
.message-action-dropdown__item[data-v-2fb5c178]:active {
|
|
9155
10013
|
background-color: var(--dropdown-color-active);
|
|
9156
10014
|
}.message-bubble[data-v-034907a5] {
|
|
9157
10015
|
border-radius: 8px;
|
|
@@ -9204,27 +10062,27 @@ from {
|
|
|
9204
10062
|
to {
|
|
9205
10063
|
transform: rotate(360deg);
|
|
9206
10064
|
}
|
|
9207
|
-
}.
|
|
10065
|
+
}._message-meta_rk5t7_1 {
|
|
9208
10066
|
gap: 4px;
|
|
9209
10067
|
font-size: 12px;
|
|
9210
10068
|
color: var(--text-color-secondary);
|
|
9211
10069
|
}
|
|
9212
|
-
.
|
|
10070
|
+
._message-meta__read-status_rk5t7_6 {
|
|
9213
10071
|
font-size: 12px;
|
|
9214
10072
|
}
|
|
9215
|
-
.
|
|
10073
|
+
._message-meta__group-unread_rk5t7_9 {
|
|
9216
10074
|
font-size: 12px;
|
|
9217
10075
|
color: var(--text-color-link);
|
|
9218
10076
|
cursor: pointer;
|
|
9219
10077
|
}
|
|
9220
|
-
.
|
|
10078
|
+
._message-meta__group-unread_rk5t7_9:hover {
|
|
9221
10079
|
text-decoration: underline;
|
|
9222
10080
|
color: var(--text-color-link-hover);
|
|
9223
10081
|
}
|
|
9224
|
-
.
|
|
10082
|
+
._message-meta__group-all-read_rk5t7_18 {
|
|
9225
10083
|
font-size: 12px;
|
|
9226
10084
|
}
|
|
9227
|
-
.
|
|
10085
|
+
._message-meta__time_rk5t7_21 {
|
|
9228
10086
|
font-size: 12px;
|
|
9229
10087
|
}/**
|
|
9230
10088
|
* Multi-line ellipsis
|
|
@@ -9237,23 +10095,23 @@ to {
|
|
|
9237
10095
|
* @include multi-line-ellipsis(3);
|
|
9238
10096
|
* }
|
|
9239
10097
|
*/
|
|
9240
|
-
.message-layout[data-v-
|
|
10098
|
+
.message-layout[data-v-9e509377] {
|
|
9241
10099
|
display: flex;
|
|
9242
10100
|
flex-direction: row;
|
|
9243
10101
|
width: 100%;
|
|
9244
10102
|
position: relative;
|
|
9245
10103
|
gap: 8px;
|
|
9246
10104
|
}
|
|
9247
|
-
.message-layout--left[data-v-
|
|
10105
|
+
.message-layout--left[data-v-9e509377] {
|
|
9248
10106
|
flex-direction: row;
|
|
9249
10107
|
}
|
|
9250
|
-
.message-layout--right[data-v-
|
|
10108
|
+
.message-layout--right[data-v-9e509377] {
|
|
9251
10109
|
flex-direction: row-reverse;
|
|
9252
10110
|
}
|
|
9253
|
-
.message-layout__avatar[data-v-
|
|
10111
|
+
.message-layout__avatar[data-v-9e509377] {
|
|
9254
10112
|
flex: 0 0 auto;
|
|
9255
10113
|
}
|
|
9256
|
-
.message-layout__nick[data-v-
|
|
10114
|
+
.message-layout__nick[data-v-9e509377] {
|
|
9257
10115
|
font-size: 12px;
|
|
9258
10116
|
min-width: min(70%, 200px);
|
|
9259
10117
|
color: var(--text-color-tertiary);
|
|
@@ -9262,46 +10120,46 @@ to {
|
|
|
9262
10120
|
white-space: nowrap;
|
|
9263
10121
|
text-overflow: ellipsis;
|
|
9264
10122
|
}
|
|
9265
|
-
.message-layout__wrapper[data-v-
|
|
10123
|
+
.message-layout__wrapper[data-v-9e509377] {
|
|
9266
10124
|
display: flex;
|
|
9267
10125
|
flex-direction: column;
|
|
9268
10126
|
align-items: flex-start;
|
|
9269
10127
|
gap: 8px;
|
|
9270
10128
|
flex: 1 1 auto;
|
|
9271
10129
|
}
|
|
9272
|
-
.message-layout__wrapper--left[data-v-
|
|
10130
|
+
.message-layout__wrapper--left[data-v-9e509377] {
|
|
9273
10131
|
align-items: flex-start;
|
|
9274
10132
|
}
|
|
9275
|
-
.message-layout__wrapper--right[data-v-
|
|
10133
|
+
.message-layout__wrapper--right[data-v-9e509377] {
|
|
9276
10134
|
align-items: flex-end;
|
|
9277
10135
|
}
|
|
9278
|
-
.message-layout__wrapper--aggregated.message-layout__wrapper--left[data-v-
|
|
10136
|
+
.message-layout__wrapper--aggregated.message-layout__wrapper--left[data-v-9e509377] {
|
|
9279
10137
|
padding-left: calc(40px + 8px);
|
|
9280
10138
|
}
|
|
9281
|
-
.message-layout__wrapper--aggregated.message-layout__wrapper--right[data-v-
|
|
10139
|
+
.message-layout__wrapper--aggregated.message-layout__wrapper--right[data-v-9e509377] {
|
|
9282
10140
|
padding-right: calc(40px + 8px);
|
|
9283
10141
|
}
|
|
9284
|
-
.message-layout__wrapper--aggregated.message-layout__wrapper--no-padding[data-v-
|
|
10142
|
+
.message-layout__wrapper--aggregated.message-layout__wrapper--no-padding[data-v-9e509377] {
|
|
9285
10143
|
padding: 0;
|
|
9286
10144
|
}
|
|
9287
|
-
.message-layout__bubble[data-v-
|
|
10145
|
+
.message-layout__bubble[data-v-9e509377] {
|
|
9288
10146
|
flex: 1 1 auto;
|
|
9289
10147
|
max-width: 90%;
|
|
9290
10148
|
}
|
|
9291
10149
|
@media (min-width: 768px) {
|
|
9292
|
-
.message-layout__bubble[data-v-
|
|
10150
|
+
.message-layout__bubble[data-v-9e509377] {
|
|
9293
10151
|
max-width: 80%;
|
|
9294
10152
|
}
|
|
9295
10153
|
}
|
|
9296
10154
|
@media (min-width: 1024px) {
|
|
9297
|
-
.message-layout__bubble[data-v-
|
|
10155
|
+
.message-layout__bubble[data-v-9e509377] {
|
|
9298
10156
|
max-width: 70%;
|
|
9299
10157
|
}
|
|
9300
10158
|
}
|
|
9301
|
-
.message-layout__meta[data-v-
|
|
10159
|
+
.message-layout__meta[data-v-9e509377] {
|
|
9302
10160
|
flex: 1 1 auto;
|
|
9303
10161
|
}
|
|
9304
|
-
.message-layout__failed[data-v-
|
|
10162
|
+
.message-layout__failed[data-v-9e509377] {
|
|
9305
10163
|
color: #ff584c;
|
|
9306
10164
|
margin-left: 8px;
|
|
9307
10165
|
cursor: pointer;
|
|
@@ -9358,13 +10216,13 @@ to {
|
|
|
9358
10216
|
* @include multi-line-ellipsis(3);
|
|
9359
10217
|
* }
|
|
9360
10218
|
*/
|
|
9361
|
-
.forward-header[data-v-
|
|
10219
|
+
.forward-header[data-v-913cb71e] {
|
|
9362
10220
|
display: flex;
|
|
9363
10221
|
align-items: center;
|
|
9364
10222
|
justify-content: space-between;
|
|
9365
10223
|
color: var(--text-color-primary);
|
|
9366
10224
|
}
|
|
9367
|
-
.forward-header__close[data-v-
|
|
10225
|
+
.forward-header__close[data-v-913cb71e] {
|
|
9368
10226
|
width: 28px;
|
|
9369
10227
|
height: 28px;
|
|
9370
10228
|
flex: 0 0 auto;
|
|
@@ -9373,17 +10231,17 @@ to {
|
|
|
9373
10231
|
border-radius: 4px;
|
|
9374
10232
|
transition: background-color 0.2s ease;
|
|
9375
10233
|
}
|
|
9376
|
-
.forward-header__close[data-v-
|
|
10234
|
+
.forward-header__close[data-v-913cb71e]:hover {
|
|
9377
10235
|
background-color: var(--hover-bg-color, rgba(0, 0, 0, 0.04));
|
|
9378
10236
|
}
|
|
9379
|
-
.forward-header__title[data-v-
|
|
10237
|
+
.forward-header__title[data-v-913cb71e] {
|
|
9380
10238
|
flex: 1;
|
|
9381
10239
|
margin: 0;
|
|
9382
10240
|
text-align: center;
|
|
9383
10241
|
font-size: 18px;
|
|
9384
10242
|
font-weight: bold;
|
|
9385
10243
|
}
|
|
9386
|
-
.forward-header__placeholder[data-v-
|
|
10244
|
+
.forward-header__placeholder[data-v-913cb71e] {
|
|
9387
10245
|
width: 28px;
|
|
9388
10246
|
height: 28px;
|
|
9389
10247
|
}.message-time-divider[data-v-1f3e276c] {
|
|
@@ -9391,7 +10249,30 @@ to {
|
|
|
9391
10249
|
margin: 10px 0;
|
|
9392
10250
|
font-size: 12px;
|
|
9393
10251
|
color: var(--text-color-tertiary);
|
|
9394
|
-
}.
|
|
10252
|
+
}._scroll-to-bottom__button_1dasy_1 {
|
|
10253
|
+
width: 40px;
|
|
10254
|
+
height: 40px;
|
|
10255
|
+
border-radius: 50%;
|
|
10256
|
+
border: none;
|
|
10257
|
+
cursor: pointer;
|
|
10258
|
+
display: flex;
|
|
10259
|
+
align-items: center;
|
|
10260
|
+
justify-content: center;
|
|
10261
|
+
transition: all 0.2s;
|
|
10262
|
+
padding: 0;
|
|
10263
|
+
box-shadow: 0 12px 26px 0 var(--shadow-color), 0 8px 12px 0 var(--shadow-color);
|
|
10264
|
+
background: var(--dropdown-color-default);
|
|
10265
|
+
}
|
|
10266
|
+
._scroll-to-bottom__button_1dasy_1:hover {
|
|
10267
|
+
background: var(--dropdown-color-hover);
|
|
10268
|
+
}
|
|
10269
|
+
._scroll-to-bottom__button_1dasy_1:active {
|
|
10270
|
+
background: get(dropdown-color-active);
|
|
10271
|
+
box-shadow: none;
|
|
10272
|
+
}
|
|
10273
|
+
._scroll-to-bottom__button--icon_1dasy_22 {
|
|
10274
|
+
color: var(--text-color-link);
|
|
10275
|
+
}.message-list[data-v-7ced8e4a] {
|
|
9395
10276
|
position: relative;
|
|
9396
10277
|
display: flex;
|
|
9397
10278
|
flex: 1 1 auto;
|
|
@@ -9399,7 +10280,7 @@ to {
|
|
|
9399
10280
|
overflow: hidden;
|
|
9400
10281
|
background-color: var(--bg-color-operate);
|
|
9401
10282
|
}
|
|
9402
|
-
.message-list-container[data-v-
|
|
10283
|
+
.message-list-container[data-v-7ced8e4a] {
|
|
9403
10284
|
flex: 1;
|
|
9404
10285
|
height: 100%;
|
|
9405
10286
|
padding: 0 10px;
|
|
@@ -9407,41 +10288,41 @@ to {
|
|
|
9407
10288
|
overflow: auto;
|
|
9408
10289
|
-ms-overflow-style: none;
|
|
9409
10290
|
}
|
|
9410
|
-
.message-list-container[data-v-
|
|
10291
|
+
.message-list-container[data-v-7ced8e4a]::-webkit-scrollbar {
|
|
9411
10292
|
display: none;
|
|
9412
10293
|
}
|
|
9413
10294
|
@supports (scrollbar-width: none) {
|
|
9414
|
-
.message-list-container[data-v-
|
|
10295
|
+
.message-list-container[data-v-7ced8e4a] {
|
|
9415
10296
|
scrollbar-width: none;
|
|
9416
10297
|
}
|
|
9417
10298
|
}
|
|
9418
|
-
.message-chunk--container[data-v-
|
|
10299
|
+
.message-chunk--container[data-v-7ced8e4a] {
|
|
9419
10300
|
margin-top: 10px;
|
|
9420
10301
|
}
|
|
9421
|
-
.message-chunk[data-v-
|
|
10302
|
+
.message-chunk[data-v-7ced8e4a] {
|
|
9422
10303
|
display: flex;
|
|
9423
10304
|
flex-direction: column;
|
|
9424
10305
|
gap: 4px;
|
|
9425
10306
|
}
|
|
9426
|
-
.message-action-mask[data-v-
|
|
10307
|
+
.message-action-mask[data-v-7ced8e4a] {
|
|
9427
10308
|
position: absolute;
|
|
9428
10309
|
width: 100%;
|
|
9429
10310
|
height: 100%;
|
|
9430
10311
|
background: transparent;
|
|
9431
10312
|
}
|
|
9432
|
-
.message-action-container[data-v-
|
|
10313
|
+
.message-action-container[data-v-7ced8e4a] {
|
|
9433
10314
|
position: absolute;
|
|
9434
10315
|
}
|
|
9435
|
-
@keyframes shadow-blink-
|
|
10316
|
+
@keyframes shadow-blink-7ced8e4a {
|
|
9436
10317
|
50% {
|
|
9437
10318
|
box-shadow: rgb(255, 156, 25) 0 0 10px 0;
|
|
9438
10319
|
}
|
|
9439
10320
|
}
|
|
9440
|
-
.highlight-shadow[data-v-
|
|
10321
|
+
.highlight-shadow[data-v-7ced8e4a] {
|
|
9441
10322
|
box-shadow: rgba(255, 156, 25, 0) 0 0 10px 0;
|
|
9442
|
-
animation: shadow-blink-
|
|
10323
|
+
animation: shadow-blink-7ced8e4a 1s linear 3;
|
|
9443
10324
|
}
|
|
9444
|
-
.new-message-notification[data-v-
|
|
10325
|
+
.new-message-notification[data-v-7ced8e4a] {
|
|
9445
10326
|
position: absolute;
|
|
9446
10327
|
bottom: 20px;
|
|
9447
10328
|
left: 50%;
|
|
@@ -9456,8 +10337,13 @@ to {
|
|
|
9456
10337
|
z-index: 10;
|
|
9457
10338
|
transition: all 0.3s ease;
|
|
9458
10339
|
}
|
|
9459
|
-
.new-message-notification[data-v-
|
|
10340
|
+
.new-message-notification[data-v-7ced8e4a]:hover {
|
|
9460
10341
|
background-color: var(--primary-color-hover, #0057cc);
|
|
10342
|
+
}
|
|
10343
|
+
.scroll-to-bottom[data-v-7ced8e4a] {
|
|
10344
|
+
position: absolute;
|
|
10345
|
+
bottom: 105px;
|
|
10346
|
+
right: 8px;
|
|
9461
10347
|
}.icon-button-container[data-v-77a70aa9] {
|
|
9462
10348
|
position: relative;
|
|
9463
10349
|
display: flex;
|
|
@@ -10042,11 +10928,19 @@ to {
|
|
|
10042
10928
|
.live-message-input .disabled[data-v-634306b9] {
|
|
10043
10929
|
cursor: not-allowed;
|
|
10044
10930
|
user-select: none;
|
|
10045
|
-
}.live-message-input-h5[data-v-
|
|
10931
|
+
}.live-message-input-h5[data-v-11c76a53] {
|
|
10046
10932
|
display: flex;
|
|
10047
10933
|
align-items: center;
|
|
10048
10934
|
gap: 12px;
|
|
10049
10935
|
width: 100%;
|
|
10936
|
+
}
|
|
10937
|
+
.live-message-input-h5[data-v-11c76a53] .message-input-container-h5 {
|
|
10938
|
+
height: 36px;
|
|
10939
|
+
max-height: 140px;
|
|
10940
|
+
min-height: 36px;
|
|
10941
|
+
padding: 2px 12px;
|
|
10942
|
+
border-radius: 100px;
|
|
10943
|
+
border: 1px solid var(--stroke-color-primary);
|
|
10050
10944
|
}.face-message[data-v-95a91415] {
|
|
10051
10945
|
width: 150px;
|
|
10052
10946
|
height: 150px;
|
|
@@ -10113,7 +11007,7 @@ to {
|
|
|
10113
11007
|
cursor: pointer;
|
|
10114
11008
|
text-decoration: underline;
|
|
10115
11009
|
color: var(--text-color-link);
|
|
10116
|
-
}.text-message[data-v-
|
|
11010
|
+
}.text-message[data-v-10eaf041] {
|
|
10117
11011
|
font-size: 14px;
|
|
10118
11012
|
display: flex;
|
|
10119
11013
|
flex-direction: column;
|
|
@@ -10124,7 +11018,7 @@ to {
|
|
|
10124
11018
|
font-weight: 500;
|
|
10125
11019
|
color: var(--text-color-primary);
|
|
10126
11020
|
}
|
|
10127
|
-
.text-message__reference[data-v-
|
|
11021
|
+
.text-message__reference[data-v-10eaf041] {
|
|
10128
11022
|
margin-bottom: 8px;
|
|
10129
11023
|
padding: 10px 16px;
|
|
10130
11024
|
background-color: rgba(0, 0, 0, 0.05);
|
|
@@ -10132,7 +11026,7 @@ to {
|
|
|
10132
11026
|
position: relative;
|
|
10133
11027
|
border-radius: 4px;
|
|
10134
11028
|
}
|
|
10135
|
-
.text-message__reference[data-v-
|
|
11029
|
+
.text-message__reference[data-v-10eaf041]::before {
|
|
10136
11030
|
content: "";
|
|
10137
11031
|
position: absolute;
|
|
10138
11032
|
left: 0;
|
|
@@ -10143,12 +11037,12 @@ to {
|
|
|
10143
11037
|
border-top-left-radius: 4px;
|
|
10144
11038
|
border-bottom-left-radius: 4px;
|
|
10145
11039
|
}
|
|
10146
|
-
.text-message__reference__header[data-v-
|
|
11040
|
+
.text-message__reference__header[data-v-10eaf041] {
|
|
10147
11041
|
font-size: 12px;
|
|
10148
11042
|
color: var(--text-color-primary);
|
|
10149
11043
|
margin-bottom: 4px;
|
|
10150
11044
|
}
|
|
10151
|
-
.text-message__reference__content[data-v-
|
|
11045
|
+
.text-message__reference__content[data-v-10eaf041] {
|
|
10152
11046
|
font-size: 13px;
|
|
10153
11047
|
color: var(--text-color-secondary);
|
|
10154
11048
|
overflow: hidden;
|
|
@@ -10158,7 +11052,7 @@ to {
|
|
|
10158
11052
|
-webkit-line-clamp: 2;
|
|
10159
11053
|
-webkit-box-orient: vertical;
|
|
10160
11054
|
}
|
|
10161
|
-
.text-message__content[data-v-
|
|
11055
|
+
.text-message__content[data-v-10eaf041] {
|
|
10162
11056
|
display: inline-block;
|
|
10163
11057
|
word-break: break-word;
|
|
10164
11058
|
white-space: pre-wrap;
|
|
@@ -10169,21 +11063,17 @@ to {
|
|
|
10169
11063
|
word-spacing: 0.2em;
|
|
10170
11064
|
letter-spacing: 0.1em;
|
|
10171
11065
|
}
|
|
10172
|
-
.text-message__content__nick[data-v-
|
|
10173
|
-
color: var(--
|
|
11066
|
+
.text-message__content__nick[data-v-10eaf041] {
|
|
11067
|
+
color: var(--uikit-color-theme-8);
|
|
10174
11068
|
cursor: pointer;
|
|
10175
11069
|
}
|
|
10176
|
-
.text-
|
|
10177
|
-
color: var(--text-color-link-active);
|
|
10178
|
-
font-weight: 600;
|
|
10179
|
-
}
|
|
10180
|
-
.text-message__content__text[data-v-df01dc37] {
|
|
11070
|
+
.text-message__content__text[data-v-10eaf041] {
|
|
10181
11071
|
display: inline;
|
|
10182
11072
|
word-break: break-all;
|
|
10183
11073
|
white-space: pre-wrap;
|
|
10184
11074
|
line-height: 1.8;
|
|
10185
11075
|
}
|
|
10186
|
-
.text-message__content__img[data-v-
|
|
11076
|
+
.text-message__content__img[data-v-10eaf041] {
|
|
10187
11077
|
display: inline;
|
|
10188
11078
|
width: 20px;
|
|
10189
11079
|
height: 20px;
|
|
@@ -10191,11 +11081,11 @@ to {
|
|
|
10191
11081
|
line-height: 1;
|
|
10192
11082
|
margin: 0 1px;
|
|
10193
11083
|
}
|
|
10194
|
-
.text-danger[data-v-
|
|
11084
|
+
.text-danger[data-v-10eaf041] {
|
|
10195
11085
|
color: var(--text-color-error);
|
|
10196
11086
|
background-color: var(--toast-color-error);
|
|
10197
11087
|
}
|
|
10198
|
-
.text-danger[data-v-
|
|
11088
|
+
.text-danger[data-v-10eaf041]::before {
|
|
10199
11089
|
background-color: var(--text-color-error);
|
|
10200
11090
|
}.message-bubble[data-v-2548c596] {
|
|
10201
11091
|
border-radius: 8px;
|
|
@@ -10234,17 +11124,17 @@ to {
|
|
|
10234
11124
|
50% {
|
|
10235
11125
|
box-shadow: 0 1px 20px 0 rgb(255, 150, 13);
|
|
10236
11126
|
}
|
|
10237
|
-
}.message-meta__status--unSend[data-v-
|
|
10238
|
-
animation: rotate-infinite-
|
|
11127
|
+
}.message-meta__status--unSend[data-v-a4ba2853] {
|
|
11128
|
+
animation: rotate-infinite-a4ba2853 1s linear infinite;
|
|
10239
11129
|
}
|
|
10240
|
-
@keyframes rotate-infinite-
|
|
11130
|
+
@keyframes rotate-infinite-a4ba2853 {
|
|
10241
11131
|
from {
|
|
10242
11132
|
transform: rotate(0deg);
|
|
10243
11133
|
}
|
|
10244
11134
|
to {
|
|
10245
11135
|
transform: rotate(360deg);
|
|
10246
11136
|
}
|
|
10247
|
-
}.message-meta[data-v-
|
|
11137
|
+
}.message-meta[data-v-fbbde202] {
|
|
10248
11138
|
display: flex;
|
|
10249
11139
|
flex-direction: row;
|
|
10250
11140
|
align-items: center;
|
|
@@ -10253,10 +11143,10 @@ to {
|
|
|
10253
11143
|
color: #999;
|
|
10254
11144
|
margin-top: 4px;
|
|
10255
11145
|
}
|
|
10256
|
-
.message-meta .time[data-v-
|
|
11146
|
+
.message-meta .time[data-v-fbbde202] {
|
|
10257
11147
|
line-height: 1;
|
|
10258
11148
|
}
|
|
10259
|
-
.message-meta__status[data-v-
|
|
11149
|
+
.message-meta__status[data-v-fbbde202] {
|
|
10260
11150
|
color: #2a7bfa;
|
|
10261
11151
|
}/**
|
|
10262
11152
|
* Multi-line ellipsis
|
|
@@ -10269,35 +11159,35 @@ to {
|
|
|
10269
11159
|
* @include multi-line-ellipsis(3);
|
|
10270
11160
|
* }
|
|
10271
11161
|
*/
|
|
10272
|
-
.message-layout[data-v-
|
|
11162
|
+
.message-layout[data-v-cd1d60a2] {
|
|
10273
11163
|
display: flex;
|
|
10274
11164
|
flex-direction: row;
|
|
10275
11165
|
width: 100%;
|
|
10276
11166
|
position: relative;
|
|
10277
11167
|
}
|
|
10278
|
-
.message-layout--not-last[data-v-
|
|
11168
|
+
.message-layout--not-last[data-v-cd1d60a2] {
|
|
10279
11169
|
padding-left: 40px;
|
|
10280
11170
|
}
|
|
10281
|
-
.message-layout__wrapper[data-v-
|
|
11171
|
+
.message-layout__wrapper[data-v-cd1d60a2] {
|
|
10282
11172
|
display: flex;
|
|
10283
11173
|
flex-direction: row;
|
|
10284
11174
|
gap: 8px;
|
|
10285
11175
|
flex: 1 1 auto;
|
|
10286
11176
|
}
|
|
10287
|
-
.message-layout__wrapper__middle[data-v-
|
|
11177
|
+
.message-layout__wrapper__middle[data-v-cd1d60a2] {
|
|
10288
11178
|
flex-direction: row;
|
|
10289
11179
|
display: flex;
|
|
10290
11180
|
gap: 4px;
|
|
10291
11181
|
position: relative;
|
|
10292
11182
|
align-items: flex-start;
|
|
10293
11183
|
}
|
|
10294
|
-
.message-layout__wrapper__middle__bubble[data-v-
|
|
11184
|
+
.message-layout__wrapper__middle__bubble[data-v-cd1d60a2] {
|
|
10295
11185
|
flex: 1 1 auto;
|
|
10296
11186
|
}
|
|
10297
|
-
.message-layout__avatar[data-v-
|
|
11187
|
+
.message-layout__avatar[data-v-cd1d60a2] {
|
|
10298
11188
|
flex: 0 0 auto;
|
|
10299
11189
|
}
|
|
10300
|
-
.message-layout__nick[data-v-
|
|
11190
|
+
.message-layout__nick[data-v-cd1d60a2] {
|
|
10301
11191
|
font-size: 12px;
|
|
10302
11192
|
color: #7cd7f1;
|
|
10303
11193
|
display: block;
|
|
@@ -10305,22 +11195,21 @@ to {
|
|
|
10305
11195
|
white-space: nowrap;
|
|
10306
11196
|
text-overflow: ellipsis;
|
|
10307
11197
|
}
|
|
10308
|
-
.message-layout__bubble[data-v-
|
|
11198
|
+
.message-layout__bubble[data-v-cd1d60a2] {
|
|
10309
11199
|
background-color: yellow;
|
|
10310
11200
|
display: flex;
|
|
10311
11201
|
flex: 1 1 auto;
|
|
10312
11202
|
}
|
|
10313
|
-
.message-layout__bubble--last[data-v-
|
|
11203
|
+
.message-layout__bubble--last[data-v-cd1d60a2] {
|
|
10314
11204
|
border-bottom-left-radius: 8px;
|
|
10315
11205
|
}
|
|
10316
|
-
.message-layout__bubble--last--self[data-v-
|
|
11206
|
+
.message-layout__bubble--last--self[data-v-cd1d60a2] {
|
|
10317
11207
|
border-bottom-right-radius: 8px;
|
|
10318
11208
|
}
|
|
10319
|
-
.message-layout__meta[data-v-
|
|
11209
|
+
.message-layout__meta[data-v-cd1d60a2] {
|
|
10320
11210
|
flex: 0 0 auto;
|
|
10321
|
-
align-self: flex-end;
|
|
10322
11211
|
}
|
|
10323
|
-
.message-layout__failed[data-v-
|
|
11212
|
+
.message-layout__failed[data-v-cd1d60a2] {
|
|
10324
11213
|
color: #ff584c;
|
|
10325
11214
|
margin-left: 8px;
|
|
10326
11215
|
cursor: pointer;
|
|
@@ -10643,7 +11532,7 @@ to {
|
|
|
10643
11532
|
}
|
|
10644
11533
|
.action-menu-list .action-menu-item[data-v-b065d361]:hover {
|
|
10645
11534
|
background: var(--uikit-color-gray-4);
|
|
10646
|
-
}.message-list[data-v-
|
|
11535
|
+
}.message-list[data-v-022ab526] {
|
|
10647
11536
|
position: relative;
|
|
10648
11537
|
display: flex;
|
|
10649
11538
|
flex-direction: column;
|
|
@@ -10652,36 +11541,36 @@ to {
|
|
|
10652
11541
|
overflow: hidden;
|
|
10653
11542
|
background-color: var(--bg-color-operate);
|
|
10654
11543
|
}
|
|
10655
|
-
.message-list-container[data-v-
|
|
11544
|
+
.message-list-container[data-v-022ab526] {
|
|
10656
11545
|
flex: 1;
|
|
10657
11546
|
height: 100%;
|
|
10658
11547
|
padding: 10px;
|
|
10659
11548
|
overflow: auto;
|
|
10660
11549
|
}
|
|
10661
|
-
.message-list-container[data-v-
|
|
11550
|
+
.message-list-container[data-v-022ab526]::-webkit-scrollbar {
|
|
10662
11551
|
width: 4px;
|
|
10663
11552
|
height: 4px;
|
|
10664
11553
|
}
|
|
10665
|
-
.message-list-container[data-v-
|
|
11554
|
+
.message-list-container[data-v-022ab526]::-webkit-scrollbar-track {
|
|
10666
11555
|
background-color: transparent;
|
|
10667
11556
|
}
|
|
10668
|
-
.message-list-container[data-v-
|
|
11557
|
+
.message-list-container[data-v-022ab526]::-webkit-scrollbar-thumb {
|
|
10669
11558
|
background-color: var(--scroll-bar-color-default, rgba(144, 147, 153, 0.3));
|
|
10670
11559
|
border-radius: 2px;
|
|
10671
11560
|
}
|
|
10672
|
-
.message-list-container[data-v-
|
|
11561
|
+
.message-list-container[data-v-022ab526]::-webkit-scrollbar-thumb:hover {
|
|
10673
11562
|
background-color: var(--scroll-bar-color-hover, rgba(144, 147, 153, 0.6));
|
|
10674
11563
|
}
|
|
10675
|
-
.message-chunk--container[data-v-
|
|
11564
|
+
.message-chunk--container[data-v-022ab526] {
|
|
10676
11565
|
margin-top: 10px;
|
|
10677
11566
|
}
|
|
10678
|
-
.message-chunk[data-v-
|
|
11567
|
+
.message-chunk[data-v-022ab526] {
|
|
10679
11568
|
display: flex;
|
|
10680
11569
|
flex-direction: column;
|
|
10681
11570
|
gap: 8px;
|
|
10682
11571
|
height: 0;
|
|
10683
11572
|
}
|
|
10684
|
-
.empty-message[data-v-
|
|
11573
|
+
.empty-message[data-v-022ab526] {
|
|
10685
11574
|
text-align: center;
|
|
10686
11575
|
color: var(--text-color-secondary);
|
|
10687
11576
|
font-size: 14px;
|
|
@@ -10690,25 +11579,25 @@ to {
|
|
|
10690
11579
|
align-items: center;
|
|
10691
11580
|
height: 100%;
|
|
10692
11581
|
}
|
|
10693
|
-
.message-action-mask[data-v-
|
|
11582
|
+
.message-action-mask[data-v-022ab526] {
|
|
10694
11583
|
position: absolute;
|
|
10695
11584
|
width: 100%;
|
|
10696
11585
|
height: 100%;
|
|
10697
11586
|
background: transparent;
|
|
10698
11587
|
}
|
|
10699
|
-
.message-action-container[data-v-
|
|
11588
|
+
.message-action-container[data-v-022ab526] {
|
|
10700
11589
|
position: absolute;
|
|
10701
11590
|
}
|
|
10702
|
-
@keyframes shadow-blink-
|
|
11591
|
+
@keyframes shadow-blink-022ab526 {
|
|
10703
11592
|
50% {
|
|
10704
11593
|
box-shadow: rgb(255, 156, 25) 0 0 10px 0;
|
|
10705
11594
|
}
|
|
10706
11595
|
}
|
|
10707
|
-
.highlight-shadow[data-v-
|
|
11596
|
+
.highlight-shadow[data-v-022ab526] {
|
|
10708
11597
|
box-shadow: rgba(255, 156, 25, 0) 0 0 10px 0;
|
|
10709
|
-
animation: shadow-blink-
|
|
11598
|
+
animation: shadow-blink-022ab526 1s linear 3;
|
|
10710
11599
|
}
|
|
10711
|
-
.new-message-notification[data-v-
|
|
11600
|
+
.new-message-notification[data-v-022ab526] {
|
|
10712
11601
|
position: absolute;
|
|
10713
11602
|
bottom: 20px;
|
|
10714
11603
|
left: 50%;
|
|
@@ -10723,10 +11612,10 @@ to {
|
|
|
10723
11612
|
z-index: 10;
|
|
10724
11613
|
transition: all 0.3s ease;
|
|
10725
11614
|
}
|
|
10726
|
-
.new-message-notification[data-v-
|
|
11615
|
+
.new-message-notification[data-v-022ab526]:hover {
|
|
10727
11616
|
background-color: var(--primary-color-hover, #0057cc);
|
|
10728
11617
|
}
|
|
10729
|
-
.message-group-tip[data-v-
|
|
11618
|
+
.message-group-tip[data-v-022ab526] {
|
|
10730
11619
|
display: flex;
|
|
10731
11620
|
flex-direction: row;
|
|
10732
11621
|
align-items: center;
|
|
@@ -10737,9 +11626,9 @@ to {
|
|
|
10737
11626
|
word-spacing: 0.2em;
|
|
10738
11627
|
letter-spacing: 0.1em;
|
|
10739
11628
|
}
|
|
10740
|
-
.message-group-tip .message-group-tip-name[data-v-
|
|
10741
|
-
color: var(--
|
|
10742
|
-
}.message-list[data-v-
|
|
11629
|
+
.message-group-tip .message-group-tip-name[data-v-022ab526] {
|
|
11630
|
+
color: var(--uikit-color-theme-8);
|
|
11631
|
+
}.message-list[data-v-2787bca3] {
|
|
10743
11632
|
position: relative;
|
|
10744
11633
|
display: flex;
|
|
10745
11634
|
flex-direction: column;
|
|
@@ -10747,35 +11636,35 @@ to {
|
|
|
10747
11636
|
height: 100%;
|
|
10748
11637
|
overflow: hidden;
|
|
10749
11638
|
}
|
|
10750
|
-
.message-list-container[data-v-
|
|
11639
|
+
.message-list-container[data-v-2787bca3] {
|
|
10751
11640
|
flex: 1;
|
|
10752
11641
|
height: 100%;
|
|
10753
11642
|
padding: 10px;
|
|
10754
11643
|
overflow: auto;
|
|
10755
11644
|
}
|
|
10756
|
-
.message-list-container[data-v-
|
|
11645
|
+
.message-list-container[data-v-2787bca3]::-webkit-scrollbar {
|
|
10757
11646
|
width: 4px;
|
|
10758
11647
|
height: 4px;
|
|
10759
11648
|
}
|
|
10760
|
-
.message-list-container[data-v-
|
|
11649
|
+
.message-list-container[data-v-2787bca3]::-webkit-scrollbar-track {
|
|
10761
11650
|
background-color: transparent;
|
|
10762
11651
|
}
|
|
10763
|
-
.message-list-container[data-v-
|
|
11652
|
+
.message-list-container[data-v-2787bca3]::-webkit-scrollbar-thumb {
|
|
10764
11653
|
background-color: var(--scroll-bar-color-default, rgba(144, 147, 153, 0.3));
|
|
10765
11654
|
border-radius: 2px;
|
|
10766
11655
|
}
|
|
10767
|
-
.message-list-container[data-v-
|
|
11656
|
+
.message-list-container[data-v-2787bca3]::-webkit-scrollbar-thumb:hover {
|
|
10768
11657
|
background-color: var(--scroll-bar-color-hover, rgba(144, 147, 153, 0.6));
|
|
10769
11658
|
}
|
|
10770
|
-
.message-chunk--container[data-v-
|
|
11659
|
+
.message-chunk--container[data-v-2787bca3] {
|
|
10771
11660
|
margin-top: 10px;
|
|
10772
11661
|
}
|
|
10773
|
-
.message-chunk[data-v-
|
|
11662
|
+
.message-chunk[data-v-2787bca3] {
|
|
10774
11663
|
display: flex;
|
|
10775
11664
|
flex-direction: column;
|
|
10776
11665
|
gap: 12px;
|
|
10777
11666
|
}
|
|
10778
|
-
.empty-message[data-v-
|
|
11667
|
+
.empty-message[data-v-2787bca3] {
|
|
10779
11668
|
text-align: center;
|
|
10780
11669
|
color: var(--text-color-secondary);
|
|
10781
11670
|
font-size: 14px;
|
|
@@ -10784,25 +11673,25 @@ to {
|
|
|
10784
11673
|
align-items: center;
|
|
10785
11674
|
height: 100%;
|
|
10786
11675
|
}
|
|
10787
|
-
.message-action-mask[data-v-
|
|
11676
|
+
.message-action-mask[data-v-2787bca3] {
|
|
10788
11677
|
position: absolute;
|
|
10789
11678
|
width: 100%;
|
|
10790
11679
|
height: 100%;
|
|
10791
11680
|
background: transparent;
|
|
10792
11681
|
}
|
|
10793
|
-
.message-action-container[data-v-
|
|
11682
|
+
.message-action-container[data-v-2787bca3] {
|
|
10794
11683
|
position: absolute;
|
|
10795
11684
|
}
|
|
10796
|
-
@keyframes shadow-blink-
|
|
11685
|
+
@keyframes shadow-blink-2787bca3 {
|
|
10797
11686
|
50% {
|
|
10798
11687
|
box-shadow: rgb(255, 156, 25) 0 0 10px 0;
|
|
10799
11688
|
}
|
|
10800
11689
|
}
|
|
10801
|
-
.highlight-shadow[data-v-
|
|
11690
|
+
.highlight-shadow[data-v-2787bca3] {
|
|
10802
11691
|
box-shadow: rgba(255, 156, 25, 0) 0 0 10px 0;
|
|
10803
|
-
animation: shadow-blink-
|
|
11692
|
+
animation: shadow-blink-2787bca3 1s linear 3;
|
|
10804
11693
|
}
|
|
10805
|
-
.new-message-notification[data-v-
|
|
11694
|
+
.new-message-notification[data-v-2787bca3] {
|
|
10806
11695
|
position: absolute;
|
|
10807
11696
|
bottom: 20px;
|
|
10808
11697
|
left: 50%;
|
|
@@ -10817,10 +11706,10 @@ to {
|
|
|
10817
11706
|
z-index: 10;
|
|
10818
11707
|
transition: all 0.3s ease;
|
|
10819
11708
|
}
|
|
10820
|
-
.new-message-notification[data-v-
|
|
11709
|
+
.new-message-notification[data-v-2787bca3]:hover {
|
|
10821
11710
|
background-color: var(--primary-color-hover, #0057cc);
|
|
10822
11711
|
}
|
|
10823
|
-
.message-group-tip[data-v-
|
|
11712
|
+
.message-group-tip[data-v-2787bca3] {
|
|
10824
11713
|
display: flex;
|
|
10825
11714
|
flex-direction: row;
|
|
10826
11715
|
align-items: center;
|
|
@@ -10831,15 +11720,15 @@ to {
|
|
|
10831
11720
|
word-spacing: 0.2em;
|
|
10832
11721
|
letter-spacing: 0.1em;
|
|
10833
11722
|
}
|
|
10834
|
-
.message-group-tip .message-group-tip-name[data-v-
|
|
10835
|
-
color: var(--
|
|
11723
|
+
.message-group-tip .message-group-tip-name[data-v-2787bca3] {
|
|
11724
|
+
color: var(--uikit-color-theme-8);
|
|
10836
11725
|
}
|
|
10837
|
-
[data-v-
|
|
11726
|
+
[data-v-2787bca3] .message-bubble {
|
|
10838
11727
|
background-color: var(--uikit-color-black-6);
|
|
10839
11728
|
border-radius: 12px;
|
|
10840
11729
|
padding: 2px 6px;
|
|
10841
11730
|
}
|
|
10842
|
-
[data-v-
|
|
11731
|
+
[data-v-2787bca3] .message-chunk {
|
|
10843
11732
|
gap: 4px;
|
|
10844
11733
|
}.camera-button[data-v-cc8bbaca] {
|
|
10845
11734
|
cursor: pointer;
|
|
@@ -11269,15 +12158,142 @@ to {
|
|
|
11269
12158
|
opacity: 0;
|
|
11270
12159
|
display: none;
|
|
11271
12160
|
z-index: 2;
|
|
11272
|
-
}.
|
|
12161
|
+
}.stream-cover[data-v-9237082b] {
|
|
12162
|
+
position: relative;
|
|
12163
|
+
width: 100%;
|
|
12164
|
+
height: 100%;
|
|
12165
|
+
display: flex;
|
|
12166
|
+
align-items: center;
|
|
12167
|
+
justify-content: center;
|
|
12168
|
+
color: #fff;
|
|
12169
|
+
position: absolute;
|
|
12170
|
+
top: 0;
|
|
12171
|
+
left: 0;
|
|
12172
|
+
pointer-events: none;
|
|
12173
|
+
box-sizing: border-box;
|
|
12174
|
+
}
|
|
12175
|
+
.stream-cover .no-video-container[data-v-9237082b] {
|
|
12176
|
+
display: flex;
|
|
12177
|
+
align-items: center;
|
|
12178
|
+
justify-content: center;
|
|
12179
|
+
width: 100%;
|
|
12180
|
+
height: 100%;
|
|
12181
|
+
}
|
|
12182
|
+
.stream-cover .no-video-container .canvas-mask[data-v-9237082b] {
|
|
12183
|
+
position: absolute;
|
|
12184
|
+
top: 0;
|
|
12185
|
+
left: 0;
|
|
12186
|
+
width: 100%;
|
|
12187
|
+
height: 100%;
|
|
12188
|
+
}
|
|
12189
|
+
.stream-cover .no-video-container .mask[data-v-9237082b] {
|
|
12190
|
+
position: absolute;
|
|
12191
|
+
top: 0;
|
|
12192
|
+
left: 0;
|
|
12193
|
+
width: 100%;
|
|
12194
|
+
height: 100%;
|
|
12195
|
+
background-color: var(--uikit-color-gray-3);
|
|
12196
|
+
}
|
|
12197
|
+
.stream-cover .user-details[data-v-9237082b] {
|
|
12198
|
+
text-align: center;
|
|
12199
|
+
position: absolute;
|
|
12200
|
+
bottom: 6px;
|
|
12201
|
+
left: 6px;
|
|
12202
|
+
display: flex;
|
|
12203
|
+
align-items: center;
|
|
12204
|
+
background-color: var(--uikit-color-black-5);
|
|
12205
|
+
padding: 2px 8px;
|
|
12206
|
+
border-radius: 100px;
|
|
12207
|
+
max-width: 80%;
|
|
12208
|
+
box-sizing: border-box;
|
|
12209
|
+
}
|
|
12210
|
+
.stream-cover .user-details .audio-icon[data-v-9237082b] {
|
|
12211
|
+
zoom: 0.6;
|
|
12212
|
+
}
|
|
12213
|
+
.stream-cover .user-details .username[data-v-9237082b] {
|
|
12214
|
+
font-size: 12px;
|
|
12215
|
+
font-weight: 500;
|
|
12216
|
+
margin-left: 2px;
|
|
12217
|
+
white-space: nowrap;
|
|
12218
|
+
overflow: hidden;
|
|
12219
|
+
text-overflow: ellipsis;
|
|
12220
|
+
}
|
|
12221
|
+
.stream-cover .empty-position[data-v-9237082b] {
|
|
11273
12222
|
display: flex;
|
|
11274
12223
|
flex-direction: column;
|
|
12224
|
+
align-items: center;
|
|
12225
|
+
justify-content: center;
|
|
12226
|
+
width: 100%;
|
|
12227
|
+
height: 100%;
|
|
12228
|
+
background: var(--uikit-color-gray-2);
|
|
12229
|
+
color: #fff;
|
|
12230
|
+
font-weight: bold;
|
|
12231
|
+
pointer-events: auto;
|
|
12232
|
+
}
|
|
12233
|
+
.stream-cover .empty-position .number[data-v-9237082b] {
|
|
12234
|
+
font-size: 18px;
|
|
12235
|
+
margin-bottom: 10px;
|
|
12236
|
+
}
|
|
12237
|
+
.stream-cover .empty-position .text[data-v-9237082b] {
|
|
12238
|
+
font-size: 14px;
|
|
12239
|
+
max-width: 80%;
|
|
12240
|
+
text-overflow: ellipsis;
|
|
12241
|
+
white-space: nowrap;
|
|
12242
|
+
overflow: hidden;
|
|
12243
|
+
}.live-core-view-container[data-v-42a8fbdc] {
|
|
12244
|
+
width: 100%;
|
|
12245
|
+
height: 100%;
|
|
12246
|
+
display: flex;
|
|
11275
12247
|
overflow: hidden;
|
|
11276
12248
|
align-items: center;
|
|
12249
|
+
justify-content: center;
|
|
12250
|
+
}
|
|
12251
|
+
.live-core-view-container .live-core-view[data-v-42a8fbdc] {
|
|
12252
|
+
width: 100%;
|
|
12253
|
+
height: 100%;
|
|
12254
|
+
position: relative;
|
|
12255
|
+
}
|
|
12256
|
+
.live-core-view-container .live-core-view .live-core-placeholder[data-v-42a8fbdc] {
|
|
12257
|
+
position: absolute;
|
|
12258
|
+
top: 0;
|
|
12259
|
+
left: 0;
|
|
12260
|
+
width: 100%;
|
|
12261
|
+
height: 100%;
|
|
12262
|
+
display: flex;
|
|
12263
|
+
align-items: center;
|
|
12264
|
+
justify-content: center;
|
|
12265
|
+
}
|
|
12266
|
+
.live-core-view-container .live-core-view .live-core-placeholder .placeholder-text[data-v-42a8fbdc] {
|
|
12267
|
+
color: var(--text-color-secondary, rgba(255, 255, 255, 0.55));
|
|
12268
|
+
font-size: 14px;
|
|
12269
|
+
font-style: normal;
|
|
12270
|
+
font-weight: 400;
|
|
12271
|
+
line-height: 22px;
|
|
12272
|
+
}
|
|
12273
|
+
.live-core-view-container .live-core-view .stream-content[data-v-42a8fbdc] {
|
|
12274
|
+
width: 100%;
|
|
12275
|
+
height: 100%;
|
|
12276
|
+
position: absolute;
|
|
12277
|
+
top: 0;
|
|
12278
|
+
left: 0;
|
|
12279
|
+
}
|
|
12280
|
+
.live-core-view-container .live-core-view .live-core-ui[data-v-42a8fbdc] {
|
|
11277
12281
|
width: 100%;
|
|
11278
12282
|
height: 100%;
|
|
12283
|
+
position: absolute;
|
|
12284
|
+
pointer-events: none;
|
|
12285
|
+
top: 0;
|
|
12286
|
+
left: 0;
|
|
12287
|
+
}.live-list-panel[data-v-b8540cae] {
|
|
12288
|
+
display: flex;
|
|
12289
|
+
flex-direction: column;
|
|
12290
|
+
overflow: hidden;
|
|
12291
|
+
align-items: center;
|
|
12292
|
+
margin: 0px 16px;
|
|
12293
|
+
width: calc(100% - 32px);
|
|
12294
|
+
height: 100%;
|
|
11279
12295
|
}
|
|
11280
|
-
.live-list[data-v-
|
|
12296
|
+
.live-list[data-v-b8540cae] {
|
|
11281
12297
|
flex: 1;
|
|
11282
12298
|
display: flex;
|
|
11283
12299
|
flex-direction: column;
|
|
@@ -11285,57 +12301,57 @@ to {
|
|
|
11285
12301
|
overflow: auto;
|
|
11286
12302
|
align-items: center;
|
|
11287
12303
|
}
|
|
11288
|
-
.live-list[data-v-
|
|
12304
|
+
.live-list[data-v-b8540cae]::-webkit-scrollbar {
|
|
11289
12305
|
width: 6px;
|
|
11290
12306
|
background: transparent;
|
|
11291
12307
|
}
|
|
11292
|
-
.live-list[data-v-
|
|
12308
|
+
.live-list[data-v-b8540cae]::-webkit-scrollbar-track {
|
|
11293
12309
|
background: transparent;
|
|
11294
12310
|
}
|
|
11295
|
-
.live-list[data-v-
|
|
12311
|
+
.live-list[data-v-b8540cae]::-webkit-scrollbar-thumb {
|
|
11296
12312
|
background: var(--uikit-color-gray-3);
|
|
11297
12313
|
border-radius: 3px;
|
|
11298
12314
|
border: 2px solid transparent;
|
|
11299
12315
|
background-clip: padding-box;
|
|
11300
12316
|
}
|
|
11301
|
-
.live-list[data-v-
|
|
12317
|
+
.live-list[data-v-b8540cae]::-webkit-scrollbar-thumb:hover {
|
|
11302
12318
|
background: var(--uikit-color-gray-3);
|
|
11303
12319
|
}
|
|
11304
|
-
.live-list-items[data-v-
|
|
12320
|
+
.live-list-items[data-v-b8540cae] {
|
|
11305
12321
|
width: 100%;
|
|
11306
12322
|
display: grid;
|
|
11307
|
-
grid-template-columns: repeat(auto-fill,
|
|
12323
|
+
grid-template-columns: repeat(auto-fill, var(--4d975fe5));
|
|
11308
12324
|
flex-wrap: wrap;
|
|
11309
12325
|
justify-content: center;
|
|
11310
12326
|
gap: 20px;
|
|
11311
12327
|
}
|
|
11312
|
-
.live-item[data-v-
|
|
12328
|
+
.live-item[data-v-b8540cae] {
|
|
11313
12329
|
display: flex;
|
|
11314
12330
|
flex-direction: column;
|
|
11315
12331
|
overflow: hidden;
|
|
11316
|
-
width:
|
|
11317
|
-
height:
|
|
12332
|
+
width: var(--4d975fe5);
|
|
12333
|
+
height: var(--4b85a2e8);
|
|
11318
12334
|
white-space: nowrap;
|
|
11319
12335
|
text-overflow: ellipsis;
|
|
11320
12336
|
gap: 5px;
|
|
11321
12337
|
border-radius: 10px;
|
|
11322
12338
|
}
|
|
11323
|
-
.live-item[data-v-
|
|
12339
|
+
.live-item[data-v-b8540cae] :hover {
|
|
11324
12340
|
cursor: pointer;
|
|
11325
12341
|
}
|
|
11326
|
-
.live-item .live-room-cover[data-v-
|
|
12342
|
+
.live-item .live-room-cover[data-v-b8540cae] {
|
|
11327
12343
|
position: relative;
|
|
11328
|
-
width:
|
|
11329
|
-
height:
|
|
12344
|
+
width: var(--3688f7de);
|
|
12345
|
+
height: var(--ce33f788);
|
|
11330
12346
|
overflow: hidden;
|
|
11331
12347
|
}
|
|
11332
|
-
.live-item .live-room-cover img[data-v-
|
|
12348
|
+
.live-item .live-room-cover img[data-v-b8540cae] {
|
|
11333
12349
|
width: 100%;
|
|
11334
12350
|
height: 100%;
|
|
11335
12351
|
object-fit: cover;
|
|
11336
12352
|
border-radius: 10px;
|
|
11337
12353
|
}
|
|
11338
|
-
.live-item .live-room-cover .header[data-v-
|
|
12354
|
+
.live-item .live-room-cover .header[data-v-b8540cae] {
|
|
11339
12355
|
position: absolute;
|
|
11340
12356
|
display: flex;
|
|
11341
12357
|
top: 5px;
|
|
@@ -11347,82 +12363,78 @@ to {
|
|
|
11347
12363
|
font-weight: 400;
|
|
11348
12364
|
align-items: center;
|
|
11349
12365
|
}
|
|
11350
|
-
.live-item .live-room-cover .header .left[data-v-
|
|
12366
|
+
.live-item .live-room-cover .header .left[data-v-b8540cae] {
|
|
11351
12367
|
display: flex;
|
|
11352
12368
|
margin-left: 10px;
|
|
11353
12369
|
align-items: center;
|
|
11354
12370
|
gap: 5px;
|
|
11355
12371
|
}
|
|
11356
|
-
.live-item .live-room-cover .header .right[data-v-
|
|
12372
|
+
.live-item .live-room-cover .header .right[data-v-b8540cae] {
|
|
11357
12373
|
display: flex;
|
|
11358
12374
|
float: right;
|
|
11359
12375
|
margin-right: 10px;
|
|
11360
12376
|
gap: 2px;
|
|
11361
12377
|
}
|
|
11362
|
-
.live-item .live-name[data-v-
|
|
12378
|
+
.live-item .live-name[data-v-b8540cae] {
|
|
11363
12379
|
margin: 5px 0px;
|
|
12380
|
+
height: 18px;
|
|
11364
12381
|
max-width: 200px;
|
|
11365
12382
|
overflow: hidden;
|
|
11366
12383
|
text-overflow: ellipsis;
|
|
11367
12384
|
color: var(--text-color-primary);
|
|
11368
|
-
font-size:
|
|
12385
|
+
font-size: 14px;
|
|
11369
12386
|
font-weight: 400;
|
|
11370
12387
|
}
|
|
11371
|
-
.live-item .owner-info[data-v-
|
|
12388
|
+
.live-item .owner-info[data-v-b8540cae] {
|
|
11372
12389
|
height: 24px;
|
|
11373
12390
|
display: flex;
|
|
11374
12391
|
align-items: center;
|
|
11375
12392
|
gap: 10px;
|
|
11376
12393
|
color: var(--text-color-secondary);
|
|
11377
|
-
font-size:
|
|
12394
|
+
font-size: 14px;
|
|
11378
12395
|
font-weight: 400;
|
|
11379
12396
|
}
|
|
11380
|
-
.live-item .owner-info .owner-name[data-v-
|
|
12397
|
+
.live-item .owner-info .owner-name[data-v-b8540cae] {
|
|
11381
12398
|
max-width: 200px;
|
|
11382
12399
|
overflow: hidden;
|
|
11383
12400
|
text-overflow: ellipsis;
|
|
11384
12401
|
}
|
|
11385
|
-
.
|
|
11386
|
-
width: 24px;
|
|
11387
|
-
height: 24px;
|
|
11388
|
-
border-radius: 50%;
|
|
11389
|
-
}
|
|
11390
|
-
.bottom-text-no-more[data-v-30bab3d5] {
|
|
12402
|
+
.bottom-text-no-more[data-v-b8540cae] {
|
|
11391
12403
|
flex: 1;
|
|
11392
12404
|
min-height: 30px;
|
|
11393
12405
|
position: relative;
|
|
11394
12406
|
}
|
|
11395
|
-
.bottom-text-no-more span[data-v-
|
|
12407
|
+
.bottom-text-no-more span[data-v-b8540cae] {
|
|
11396
12408
|
width: 200px;
|
|
11397
12409
|
position: absolute;
|
|
11398
12410
|
bottom: 5px;
|
|
11399
12411
|
text-align: center;
|
|
11400
12412
|
transform: translate(-50%, 0);
|
|
11401
|
-
color: var(--text-color-
|
|
12413
|
+
color: var(--text-color-tertiary);
|
|
11402
12414
|
font-size: 14px;
|
|
11403
12415
|
font-weight: 400;
|
|
11404
12416
|
}
|
|
11405
|
-
.bottom-text[data-v-
|
|
12417
|
+
.bottom-text[data-v-b8540cae] {
|
|
11406
12418
|
padding: 8px;
|
|
11407
12419
|
color: var(--text-color-primary);
|
|
11408
12420
|
font-size: 14px;
|
|
11409
12421
|
font-weight: 400;
|
|
11410
12422
|
}
|
|
11411
|
-
.load-more-lives[data-v-
|
|
12423
|
+
.load-more-lives[data-v-b8540cae]:hover {
|
|
11412
12424
|
cursor: pointer;
|
|
11413
12425
|
}
|
|
11414
|
-
.no-live[data-v-
|
|
12426
|
+
.no-live[data-v-b8540cae] {
|
|
11415
12427
|
display: flex;
|
|
11416
12428
|
flex-direction: column;
|
|
11417
12429
|
flex: 1;
|
|
11418
12430
|
align-items: center;
|
|
11419
12431
|
justify-content: center;
|
|
11420
12432
|
}
|
|
11421
|
-
.no-live span[data-v-
|
|
12433
|
+
.no-live span[data-v-b8540cae] {
|
|
11422
12434
|
color: var(--text-color-primary);
|
|
11423
12435
|
font-size: 12px;
|
|
11424
12436
|
font-weight: 400;
|
|
11425
|
-
}.live-list-panel-h5[data-v-
|
|
12437
|
+
}.live-list-panel-h5[data-v-b716be94] {
|
|
11426
12438
|
display: flex;
|
|
11427
12439
|
flex-direction: column;
|
|
11428
12440
|
overflow: hidden;
|
|
@@ -11430,7 +12442,7 @@ to {
|
|
|
11430
12442
|
width: 100%;
|
|
11431
12443
|
height: 100%;
|
|
11432
12444
|
}
|
|
11433
|
-
.live-list[data-v-
|
|
12445
|
+
.live-list[data-v-b716be94] {
|
|
11434
12446
|
flex: 1;
|
|
11435
12447
|
display: flex;
|
|
11436
12448
|
flex-direction: column;
|
|
@@ -11439,59 +12451,59 @@ to {
|
|
|
11439
12451
|
align-items: center;
|
|
11440
12452
|
scrollbar-width: none;
|
|
11441
12453
|
}
|
|
11442
|
-
.live-list[data-v-
|
|
12454
|
+
.live-list[data-v-b716be94]::-webkit-scrollbar {
|
|
11443
12455
|
width: 0px;
|
|
11444
12456
|
display: none;
|
|
11445
12457
|
}
|
|
11446
|
-
.live-list[data-v-
|
|
12458
|
+
.live-list[data-v-b716be94]::-webkit-scrollbar-track {
|
|
11447
12459
|
background: transparent;
|
|
11448
12460
|
}
|
|
11449
|
-
.live-list[data-v-
|
|
12461
|
+
.live-list[data-v-b716be94]::-webkit-scrollbar-thumb {
|
|
11450
12462
|
background: var(--uikit-color-gray-3);
|
|
11451
12463
|
border-radius: 3px;
|
|
11452
12464
|
border: 2px solid transparent;
|
|
11453
12465
|
background-clip: padding-box;
|
|
11454
12466
|
}
|
|
11455
|
-
.live-list[data-v-
|
|
12467
|
+
.live-list[data-v-b716be94]::-webkit-scrollbar-thumb:hover {
|
|
11456
12468
|
background: var(--uikit-color-gray-3);
|
|
11457
12469
|
}
|
|
11458
|
-
.live-list-items[data-v-
|
|
12470
|
+
.live-list-items[data-v-b716be94] {
|
|
11459
12471
|
flex: 1;
|
|
11460
12472
|
width: 100%;
|
|
11461
12473
|
display: grid;
|
|
11462
|
-
grid-template-columns: repeat(auto-fill, var(--
|
|
12474
|
+
grid-template-columns: repeat(auto-fill, var(--11f6a5ce));
|
|
11463
12475
|
flex-wrap: wrap;
|
|
11464
12476
|
justify-content: center;
|
|
11465
12477
|
gap: 5px;
|
|
11466
12478
|
}
|
|
11467
|
-
.live-item[data-v-
|
|
12479
|
+
.live-item[data-v-b716be94] {
|
|
11468
12480
|
position: relative;
|
|
11469
12481
|
display: flex;
|
|
11470
12482
|
overflow: hidden;
|
|
11471
12483
|
flex-direction: column;
|
|
11472
12484
|
white-space: nowrap;
|
|
11473
12485
|
text-overflow: ellipsis;
|
|
11474
|
-
width: var(--
|
|
11475
|
-
height: var(--
|
|
12486
|
+
width: var(--11f6a5ce);
|
|
12487
|
+
height: var(--607c0798);
|
|
11476
12488
|
gap: 5px;
|
|
11477
12489
|
border-radius: 10px;
|
|
11478
12490
|
}
|
|
11479
|
-
.live-item[data-v-
|
|
12491
|
+
.live-item[data-v-b716be94] :hover {
|
|
11480
12492
|
cursor: pointer;
|
|
11481
12493
|
}
|
|
11482
|
-
.live-item .live-room-cover[data-v-
|
|
12494
|
+
.live-item .live-room-cover[data-v-b716be94] {
|
|
11483
12495
|
position: absolute;
|
|
11484
12496
|
width: 100%;
|
|
11485
12497
|
height: 100%;
|
|
11486
12498
|
overflow: hidden;
|
|
11487
12499
|
}
|
|
11488
|
-
.live-item .live-room-cover img[data-v-
|
|
12500
|
+
.live-item .live-room-cover img[data-v-b716be94] {
|
|
11489
12501
|
width: 100%;
|
|
11490
12502
|
height: 100%;
|
|
11491
12503
|
object-fit: cover;
|
|
11492
12504
|
border-radius: 10px;
|
|
11493
12505
|
}
|
|
11494
|
-
.live-item .header[data-v-
|
|
12506
|
+
.live-item .header[data-v-b716be94] {
|
|
11495
12507
|
position: absolute;
|
|
11496
12508
|
display: flex;
|
|
11497
12509
|
top: 5px;
|
|
@@ -11503,7 +12515,7 @@ to {
|
|
|
11503
12515
|
font-weight: 400;
|
|
11504
12516
|
align-items: center;
|
|
11505
12517
|
}
|
|
11506
|
-
.live-item .live-name[data-v-
|
|
12518
|
+
.live-item .live-name[data-v-b716be94] {
|
|
11507
12519
|
position: absolute;
|
|
11508
12520
|
bottom: 35px;
|
|
11509
12521
|
height: 20px;
|
|
@@ -11513,10 +12525,10 @@ to {
|
|
|
11513
12525
|
align-items: center;
|
|
11514
12526
|
margin-left: 10px;
|
|
11515
12527
|
color: var(--text-color-primary);
|
|
11516
|
-
font-size:
|
|
12528
|
+
font-size: 14px;
|
|
11517
12529
|
font-weight: 400;
|
|
11518
12530
|
}
|
|
11519
|
-
.live-item .owner-info[data-v-
|
|
12531
|
+
.live-item .owner-info[data-v-b716be94] {
|
|
11520
12532
|
position: absolute;
|
|
11521
12533
|
bottom: 10px;
|
|
11522
12534
|
height: 20px;
|
|
@@ -11526,46 +12538,46 @@ to {
|
|
|
11526
12538
|
margin-left: 10px;
|
|
11527
12539
|
gap: 4px;
|
|
11528
12540
|
color: var(--text-color-secondary);
|
|
11529
|
-
font-size:
|
|
12541
|
+
font-size: 14px;
|
|
11530
12542
|
font-weight: 400;
|
|
11531
12543
|
}
|
|
11532
|
-
.live-item .owner-info .owner-name[data-v-
|
|
12544
|
+
.live-item .owner-info .owner-name[data-v-b716be94] {
|
|
11533
12545
|
max-width: 80px;
|
|
11534
12546
|
overflow: hidden;
|
|
11535
12547
|
text-overflow: ellipsis;
|
|
11536
12548
|
}
|
|
11537
|
-
.bottom-text-no-more[data-v-
|
|
12549
|
+
.bottom-text-no-more[data-v-b716be94] {
|
|
11538
12550
|
flex: 1;
|
|
11539
12551
|
min-height: 30px;
|
|
11540
12552
|
position: relative;
|
|
11541
12553
|
}
|
|
11542
|
-
.bottom-text-no-more span[data-v-
|
|
12554
|
+
.bottom-text-no-more span[data-v-b716be94] {
|
|
11543
12555
|
width: 200px;
|
|
11544
12556
|
position: absolute;
|
|
11545
12557
|
bottom: 5px;
|
|
11546
12558
|
text-align: center;
|
|
11547
12559
|
transform: translate(-50%, 0);
|
|
11548
|
-
color: var(--text-color-
|
|
12560
|
+
color: var(--text-color-tertiary);
|
|
11549
12561
|
font-size: 14px;
|
|
11550
12562
|
font-weight: 400;
|
|
11551
12563
|
}
|
|
11552
|
-
.bottom-text[data-v-
|
|
12564
|
+
.bottom-text[data-v-b716be94] {
|
|
11553
12565
|
margin: 8px;
|
|
11554
12566
|
color: var(--text-color-primary);
|
|
11555
12567
|
font-size: 14px;
|
|
11556
12568
|
font-weight: 400;
|
|
11557
12569
|
}
|
|
11558
|
-
.load-more-lives[data-v-
|
|
12570
|
+
.load-more-lives[data-v-b716be94]:hover {
|
|
11559
12571
|
cursor: pointer;
|
|
11560
12572
|
}
|
|
11561
|
-
.no-live[data-v-
|
|
12573
|
+
.no-live[data-v-b716be94] {
|
|
11562
12574
|
display: flex;
|
|
11563
12575
|
flex-direction: column;
|
|
11564
12576
|
flex: 1;
|
|
11565
12577
|
align-items: center;
|
|
11566
12578
|
justify-content: center;
|
|
11567
12579
|
}
|
|
11568
|
-
.no-live span[data-v-
|
|
12580
|
+
.no-live span[data-v-b716be94] {
|
|
11569
12581
|
color: var(--text-color-primary);
|
|
11570
12582
|
font-size: 12px;
|
|
11571
12583
|
font-weight: 400;
|
|
@@ -11954,139 +12966,13 @@ to {
|
|
|
11954
12966
|
}
|
|
11955
12967
|
.actions-section .add-material-btn .add-icon[data-v-68776105] {
|
|
11956
12968
|
font-size: 14px;
|
|
11957
|
-
font-weight: bold;
|
|
11958
|
-
}
|
|
11959
|
-
.actions-section .clear-btn[data-v-68776105] {
|
|
11960
|
-
color: red;
|
|
11961
|
-
font-size: 12px;
|
|
11962
|
-
cursor: pointer;
|
|
11963
|
-
transition: all 0.2s ease;
|
|
11964
|
-
}.stream-cover[data-v-4091c326] {
|
|
11965
|
-
position: relative;
|
|
11966
|
-
width: 100%;
|
|
11967
|
-
height: 100%;
|
|
11968
|
-
display: flex;
|
|
11969
|
-
align-items: center;
|
|
11970
|
-
justify-content: center;
|
|
11971
|
-
color: #fff;
|
|
11972
|
-
position: absolute;
|
|
11973
|
-
top: 0;
|
|
11974
|
-
left: 0;
|
|
11975
|
-
pointer-events: none;
|
|
11976
|
-
box-sizing: border-box;
|
|
11977
|
-
}
|
|
11978
|
-
.stream-cover .no-video-container[data-v-4091c326] {
|
|
11979
|
-
display: flex;
|
|
11980
|
-
align-items: center;
|
|
11981
|
-
justify-content: center;
|
|
11982
|
-
width: 100%;
|
|
11983
|
-
height: 100%;
|
|
11984
|
-
}
|
|
11985
|
-
.stream-cover .no-video-container .canvas-mask[data-v-4091c326] {
|
|
11986
|
-
position: absolute;
|
|
11987
|
-
top: 0;
|
|
11988
|
-
left: 0;
|
|
11989
|
-
width: 100%;
|
|
11990
|
-
height: 100%;
|
|
11991
|
-
}
|
|
11992
|
-
.stream-cover .no-video-container .mask[data-v-4091c326] {
|
|
11993
|
-
position: absolute;
|
|
11994
|
-
top: 0;
|
|
11995
|
-
left: 0;
|
|
11996
|
-
width: 100%;
|
|
11997
|
-
height: 100%;
|
|
11998
|
-
background-color: var(--uikit-color-gray-3);
|
|
11999
|
-
}
|
|
12000
|
-
.stream-cover .user-details[data-v-4091c326] {
|
|
12001
|
-
text-align: center;
|
|
12002
|
-
position: absolute;
|
|
12003
|
-
bottom: 6px;
|
|
12004
|
-
left: 6px;
|
|
12005
|
-
display: flex;
|
|
12006
|
-
align-items: center;
|
|
12007
|
-
background-color: var(--uikit-color-black-5);
|
|
12008
|
-
padding: 2px 8px;
|
|
12009
|
-
border-radius: 100px;
|
|
12010
|
-
max-width: 80%;
|
|
12011
|
-
box-sizing: border-box;
|
|
12012
|
-
}
|
|
12013
|
-
.stream-cover .user-details .audio-icon[data-v-4091c326] {
|
|
12014
|
-
zoom: 0.6;
|
|
12015
|
-
}
|
|
12016
|
-
.stream-cover .user-details .username[data-v-4091c326] {
|
|
12017
|
-
font-size: 12px;
|
|
12018
|
-
font-weight: 500;
|
|
12019
|
-
margin-left: 2px;
|
|
12020
|
-
white-space: nowrap;
|
|
12021
|
-
overflow: hidden;
|
|
12022
|
-
text-overflow: ellipsis;
|
|
12023
|
-
}
|
|
12024
|
-
.stream-cover .empty-position[data-v-4091c326] {
|
|
12025
|
-
display: flex;
|
|
12026
|
-
flex-direction: column;
|
|
12027
|
-
align-items: center;
|
|
12028
|
-
justify-content: center;
|
|
12029
|
-
width: 100%;
|
|
12030
|
-
height: 100%;
|
|
12031
|
-
background: var(--uikit-color-gray-2);
|
|
12032
|
-
color: #fff;
|
|
12033
|
-
font-weight: bold;
|
|
12034
|
-
pointer-events: auto;
|
|
12035
|
-
}
|
|
12036
|
-
.stream-cover .empty-position .number[data-v-4091c326] {
|
|
12037
|
-
font-size: 18px;
|
|
12038
|
-
margin-bottom: 10px;
|
|
12039
|
-
}
|
|
12040
|
-
.stream-cover .empty-position .text[data-v-4091c326] {
|
|
12041
|
-
font-size: 14px;
|
|
12042
|
-
max-width: 80%;
|
|
12043
|
-
text-overflow: ellipsis;
|
|
12044
|
-
white-space: nowrap;
|
|
12045
|
-
overflow: hidden;
|
|
12046
|
-
}.live-stream-view-container[data-v-a84f78de] {
|
|
12047
|
-
width: 100%;
|
|
12048
|
-
height: 100%;
|
|
12049
|
-
display: flex;
|
|
12050
|
-
overflow: hidden;
|
|
12051
|
-
align-items: center;
|
|
12052
|
-
justify-content: center;
|
|
12053
|
-
}
|
|
12054
|
-
.live-stream-view-container .live-stream-view[data-v-a84f78de] {
|
|
12055
|
-
width: 100%;
|
|
12056
|
-
height: 100%;
|
|
12057
|
-
position: relative;
|
|
12058
|
-
}
|
|
12059
|
-
.live-stream-view-container .live-stream-view .live-stream-placeholder[data-v-a84f78de] {
|
|
12060
|
-
position: absolute;
|
|
12061
|
-
top: 0;
|
|
12062
|
-
left: 0;
|
|
12063
|
-
width: 100%;
|
|
12064
|
-
height: 100%;
|
|
12065
|
-
display: flex;
|
|
12066
|
-
align-items: center;
|
|
12067
|
-
justify-content: center;
|
|
12068
|
-
}
|
|
12069
|
-
.live-stream-view-container .live-stream-view .live-stream-placeholder .placeholder-text[data-v-a84f78de] {
|
|
12070
|
-
color: var(--text-color-secondary, rgba(255, 255, 255, 0.55));
|
|
12071
|
-
font-size: 14px;
|
|
12072
|
-
font-style: normal;
|
|
12073
|
-
font-weight: 400;
|
|
12074
|
-
line-height: 22px;
|
|
12075
|
-
}
|
|
12076
|
-
.live-stream-view-container .live-stream-view .stream-content[data-v-a84f78de] {
|
|
12077
|
-
width: 100%;
|
|
12078
|
-
height: 100%;
|
|
12079
|
-
position: absolute;
|
|
12080
|
-
top: 0;
|
|
12081
|
-
left: 0;
|
|
12969
|
+
font-weight: bold;
|
|
12082
12970
|
}
|
|
12083
|
-
.
|
|
12084
|
-
|
|
12085
|
-
|
|
12086
|
-
|
|
12087
|
-
|
|
12088
|
-
top: 0;
|
|
12089
|
-
left: 0;
|
|
12971
|
+
.actions-section .clear-btn[data-v-68776105] {
|
|
12972
|
+
color: red;
|
|
12973
|
+
font-size: 12px;
|
|
12974
|
+
cursor: pointer;
|
|
12975
|
+
transition: all 0.2s ease;
|
|
12090
12976
|
}.audio-icon-container[data-v-43c1f65f] {
|
|
12091
12977
|
position: relative;
|
|
12092
12978
|
width: 24px;
|
|
@@ -12127,7 +13013,7 @@ to {
|
|
|
12127
13013
|
position: absolute;
|
|
12128
13014
|
right: 0;
|
|
12129
13015
|
bottom: 0;
|
|
12130
|
-
}.mixer-control[data-v-
|
|
13016
|
+
}.mixer-control[data-v-6c6a65c2] {
|
|
12131
13017
|
display: flex;
|
|
12132
13018
|
flex-direction: row;
|
|
12133
13019
|
background-color: #ffffff;
|
|
@@ -12136,7 +13022,7 @@ to {
|
|
|
12136
13022
|
gap: 16px;
|
|
12137
13023
|
pointer-events: auto;
|
|
12138
13024
|
}
|
|
12139
|
-
.mixer-control .mixer-control-item[data-v-
|
|
13025
|
+
.mixer-control .mixer-control-item[data-v-6c6a65c2] {
|
|
12140
13026
|
display: flex;
|
|
12141
13027
|
flex-direction: column;
|
|
12142
13028
|
align-items: center;
|
|
@@ -12145,15 +13031,15 @@ to {
|
|
|
12145
13031
|
cursor: pointer;
|
|
12146
13032
|
border-radius: 4px;
|
|
12147
13033
|
}
|
|
12148
|
-
.mixer-control .mixer-control-item[data-v-
|
|
13034
|
+
.mixer-control .mixer-control-item[data-v-6c6a65c2]:hover {
|
|
12149
13035
|
background-color: rgba(255, 255, 255, 0.1);
|
|
12150
13036
|
}
|
|
12151
|
-
.mixer-control .mixer-control-item .mixer-control-item-icon[data-v-
|
|
13037
|
+
.mixer-control .mixer-control-item .mixer-control-item-icon[data-v-6c6a65c2] {
|
|
12152
13038
|
width: 18px;
|
|
12153
13039
|
height: 18px;
|
|
12154
13040
|
color: #0F1014;
|
|
12155
13041
|
}
|
|
12156
|
-
.mixer-control .mixer-control-item .mixer-control-item-name[data-v-
|
|
13042
|
+
.mixer-control .mixer-control-item .mixer-control-item-name[data-v-6c6a65c2] {
|
|
12157
13043
|
font-size: 12px;
|
|
12158
13044
|
font-style: normal;
|
|
12159
13045
|
font-weight: 400;
|
|
@@ -12161,34 +13047,32 @@ to {
|
|
|
12161
13047
|
white-space: nowrap;
|
|
12162
13048
|
margin-top: 2px;
|
|
12163
13049
|
}
|
|
12164
|
-
.mixer-control .mixer-control-item.disable[data-v-
|
|
13050
|
+
.mixer-control .mixer-control-item.disable[data-v-6c6a65c2] {
|
|
12165
13051
|
color: rgba(0, 0, 0, 0.25);
|
|
12166
13052
|
cursor: not-allowed;
|
|
12167
13053
|
}
|
|
12168
|
-
.mixer-control .mixer-control-item.disable .mixer-control-item-icon[data-v-
|
|
13054
|
+
.mixer-control .mixer-control-item.disable .mixer-control-item-icon[data-v-6c6a65c2] {
|
|
12169
13055
|
color: rgba(0, 0, 0, 0.25);
|
|
12170
|
-
}.local-mixer-container[data-v-
|
|
13056
|
+
}.local-mixer-container[data-v-efcb7caf] {
|
|
12171
13057
|
width: 100%;
|
|
12172
13058
|
height: 100%;
|
|
12173
13059
|
position: relative;
|
|
12174
13060
|
background-color: #000;
|
|
12175
13061
|
}
|
|
12176
|
-
.local-mixer-container .local-mixer-content[data-v-
|
|
13062
|
+
.local-mixer-container .local-mixer-content[data-v-efcb7caf] {
|
|
12177
13063
|
position: absolute;
|
|
12178
13064
|
top: 0;
|
|
12179
13065
|
left: 0;
|
|
12180
13066
|
width: 100%;
|
|
12181
13067
|
height: 100%;
|
|
12182
13068
|
}
|
|
12183
|
-
.local-mixer-container .mixer-control
|
|
13069
|
+
.local-mixer-container .mixer-control[data-v-efcb7caf] {
|
|
12184
13070
|
position: absolute;
|
|
12185
|
-
|
|
12186
|
-
|
|
12187
|
-
.
|
|
12188
|
-
position: absolute;
|
|
12189
|
-
left: 50%;
|
|
13071
|
+
top: 0;
|
|
13072
|
+
left: 0;
|
|
13073
|
+
transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
|
12190
13074
|
}
|
|
12191
|
-
.local-mixer-container .local-mixer-placeholder[data-v-
|
|
13075
|
+
.local-mixer-container .local-mixer-placeholder[data-v-efcb7caf] {
|
|
12192
13076
|
position: absolute;
|
|
12193
13077
|
top: 0;
|
|
12194
13078
|
left: 0;
|
|
@@ -12198,7 +13082,7 @@ to {
|
|
|
12198
13082
|
align-items: center;
|
|
12199
13083
|
justify-content: center;
|
|
12200
13084
|
}
|
|
12201
|
-
.local-mixer-container .local-mixer-placeholder .placeholder-text[data-v-
|
|
13085
|
+
.local-mixer-container .local-mixer-placeholder .placeholder-text[data-v-efcb7caf] {
|
|
12202
13086
|
color: var(--text-color-secondary, rgba(255, 255, 255, 0.55));
|
|
12203
13087
|
font-size: 14px;
|
|
12204
13088
|
font-style: normal;
|
|
@@ -12961,10 +13845,7 @@ to {
|
|
|
12961
13845
|
}.select[data-v-227f6582] {
|
|
12962
13846
|
width: 100%;
|
|
12963
13847
|
font-size: 14px;
|
|
12964
|
-
}.
|
|
12965
|
-
width: 100%;
|
|
12966
|
-
font-size: 14px;
|
|
12967
|
-
}.video-preview-container[data-v-33b33ca9] {
|
|
13848
|
+
}.video-preview-container[data-v-773a253c] {
|
|
12968
13849
|
position: relative;
|
|
12969
13850
|
width: 100%;
|
|
12970
13851
|
height: 100%;
|
|
@@ -12972,14 +13853,14 @@ to {
|
|
|
12972
13853
|
background-color: var(--base-color-black-1);
|
|
12973
13854
|
border-radius: 8px;
|
|
12974
13855
|
}
|
|
12975
|
-
.video-preview-container .video-preview[data-v-
|
|
13856
|
+
.video-preview-container .video-preview[data-v-773a253c] {
|
|
12976
13857
|
position: absolute;
|
|
12977
13858
|
top: 0;
|
|
12978
13859
|
left: 0;
|
|
12979
13860
|
width: 100%;
|
|
12980
13861
|
height: 100%;
|
|
12981
13862
|
}
|
|
12982
|
-
.video-preview-container .attention-info[data-v-
|
|
13863
|
+
.video-preview-container .attention-info[data-v-773a253c] {
|
|
12983
13864
|
position: absolute;
|
|
12984
13865
|
top: 0;
|
|
12985
13866
|
left: 0;
|
|
@@ -12989,45 +13870,48 @@ to {
|
|
|
12989
13870
|
width: 100%;
|
|
12990
13871
|
height: 100%;
|
|
12991
13872
|
}
|
|
12992
|
-
.video-preview-container .attention-info .off-camera-info[data-v-
|
|
13873
|
+
.video-preview-container .attention-info .off-camera-info[data-v-773a253c] {
|
|
12993
13874
|
font-size: 22px;
|
|
12994
13875
|
font-weight: 400;
|
|
12995
13876
|
line-height: 34px;
|
|
12996
13877
|
color: var(--base-color-gray-7);
|
|
12997
13878
|
}
|
|
12998
|
-
.video-preview-container .attention-info .loading[data-v-
|
|
12999
|
-
animation: loading-rotate-
|
|
13879
|
+
.video-preview-container .attention-info .loading[data-v-773a253c] {
|
|
13880
|
+
animation: loading-rotate-773a253c 2s linear infinite;
|
|
13000
13881
|
}
|
|
13001
|
-
@keyframes loading-rotate-
|
|
13882
|
+
@keyframes loading-rotate-773a253c {
|
|
13002
13883
|
0% {
|
|
13003
13884
|
transform: rotate(0deg);
|
|
13004
13885
|
}
|
|
13005
13886
|
100% {
|
|
13006
13887
|
transform: rotate(360deg);
|
|
13007
13888
|
}
|
|
13008
|
-
}.
|
|
13889
|
+
}.select[data-v-cbbcc0aa] {
|
|
13890
|
+
width: 100%;
|
|
13891
|
+
font-size: 14px;
|
|
13892
|
+
}.video-setting-panel[data-v-c4df466f] {
|
|
13009
13893
|
color: var(--tui-color-text-primary);
|
|
13010
13894
|
}
|
|
13011
|
-
.video-setting-panel .section[data-v-
|
|
13895
|
+
.video-setting-panel .section[data-v-c4df466f] {
|
|
13012
13896
|
margin-bottom: 32px;
|
|
13013
13897
|
}
|
|
13014
|
-
.video-setting-panel .section .section-title[data-v-
|
|
13898
|
+
.video-setting-panel .section .section-title[data-v-c4df466f] {
|
|
13015
13899
|
font-size: 18px;
|
|
13016
13900
|
font-weight: bold;
|
|
13017
13901
|
margin-bottom: 16px;
|
|
13018
13902
|
}
|
|
13019
|
-
.video-setting-panel .section .row[data-v-
|
|
13903
|
+
.video-setting-panel .section .row[data-v-c4df466f] {
|
|
13020
13904
|
display: flex;
|
|
13021
13905
|
align-items: center;
|
|
13022
13906
|
margin-bottom: 16px;
|
|
13023
13907
|
}
|
|
13024
|
-
.video-setting-panel .section .row .label[data-v-
|
|
13908
|
+
.video-setting-panel .section .row .label[data-v-c4df466f] {
|
|
13025
13909
|
width: 96px;
|
|
13026
13910
|
}
|
|
13027
|
-
.video-setting-panel .section .preview-container[data-v-
|
|
13911
|
+
.video-setting-panel .section .preview-container[data-v-c4df466f] {
|
|
13028
13912
|
margin-top: 8px;
|
|
13029
13913
|
}
|
|
13030
|
-
.video-setting-panel .section .preview-container .video-preview[data-v-
|
|
13914
|
+
.video-setting-panel .section .preview-container .video-preview[data-v-c4df466f] {
|
|
13031
13915
|
position: relative;
|
|
13032
13916
|
width: 100%;
|
|
13033
13917
|
height: 0;
|
|
@@ -13036,127 +13920,10 @@ to {
|
|
|
13036
13920
|
border-radius: 8px;
|
|
13037
13921
|
background: #222;
|
|
13038
13922
|
}
|
|
13039
|
-
.video-setting-panel .divider[data-v-
|
|
13923
|
+
.video-setting-panel .divider[data-v-c4df466f] {
|
|
13040
13924
|
height: 1px;
|
|
13041
13925
|
background: var(--uikit-color-gray-4);
|
|
13042
13926
|
margin: 32px 0;
|
|
13043
|
-
}.tui-input[data-v-770959d6] {
|
|
13044
|
-
position: relative;
|
|
13045
|
-
display: inline-block;
|
|
13046
|
-
width: 100%;
|
|
13047
|
-
height: 100%;
|
|
13048
|
-
}
|
|
13049
|
-
input[data-v-770959d6] {
|
|
13050
|
-
box-sizing: border-box;
|
|
13051
|
-
width: 100%;
|
|
13052
|
-
height: 100%;
|
|
13053
|
-
padding: 10px 0 10px 16px;
|
|
13054
|
-
font-size: 14px;
|
|
13055
|
-
border-radius: 8px;
|
|
13056
|
-
background-color: var(--bg-color-input);
|
|
13057
|
-
color: var(--text-color-primary);
|
|
13058
|
-
border: 1px solid var(--stroke-color-module);
|
|
13059
|
-
}
|
|
13060
|
-
input[data-v-770959d6]:focus {
|
|
13061
|
-
outline: 0;
|
|
13062
|
-
border-color: var(--text-color-link);
|
|
13063
|
-
}
|
|
13064
|
-
input[data-v-770959d6]:disabled {
|
|
13065
|
-
background-color: var(--button-color-primary-disable);
|
|
13066
|
-
}
|
|
13067
|
-
.tui-input.no-border input[data-v-770959d6] {
|
|
13068
|
-
padding: 0;
|
|
13069
|
-
background-color: transparent;
|
|
13070
|
-
border: none;
|
|
13071
|
-
}
|
|
13072
|
-
.suffix-icon[data-v-770959d6] {
|
|
13073
|
-
position: absolute;
|
|
13074
|
-
top: 50%;
|
|
13075
|
-
right: 12px;
|
|
13076
|
-
display: flex;
|
|
13077
|
-
align-items: center;
|
|
13078
|
-
transform: translateY(-50%);
|
|
13079
|
-
}
|
|
13080
|
-
.results[data-v-770959d6] {
|
|
13081
|
-
position: absolute;
|
|
13082
|
-
z-index: 2;
|
|
13083
|
-
width: 100%;
|
|
13084
|
-
max-height: 254px;
|
|
13085
|
-
padding: 7px 0;
|
|
13086
|
-
overflow: auto;
|
|
13087
|
-
border-radius: 4px;
|
|
13088
|
-
background-color: var(--bg-color-input);
|
|
13089
|
-
border: 1px solid var(--stroke-color-module);
|
|
13090
|
-
}
|
|
13091
|
-
.results-item[data-v-770959d6] {
|
|
13092
|
-
display: flex;
|
|
13093
|
-
align-items: center;
|
|
13094
|
-
padding: 6px 15px;
|
|
13095
|
-
white-space: nowrap;
|
|
13096
|
-
cursor: pointer;
|
|
13097
|
-
}
|
|
13098
|
-
.results-item[data-v-770959d6]:hover {
|
|
13099
|
-
background-color: var(--text-color-button-disable);
|
|
13100
|
-
color: var(--text-color-link);
|
|
13101
|
-
}.tui-input[data-v-afdf5f1b] {
|
|
13102
|
-
position: relative;
|
|
13103
|
-
display: inline-block;
|
|
13104
|
-
width: 100%;
|
|
13105
|
-
height: 100%;
|
|
13106
|
-
}
|
|
13107
|
-
input[data-v-afdf5f1b] {
|
|
13108
|
-
box-sizing: border-box;
|
|
13109
|
-
width: 100%;
|
|
13110
|
-
height: 100%;
|
|
13111
|
-
padding: 10px 0 10px 16px;
|
|
13112
|
-
font-size: 14px;
|
|
13113
|
-
border-radius: 8px;
|
|
13114
|
-
background-color: var(--bg-color-input);
|
|
13115
|
-
color: var(--text-color-primary);
|
|
13116
|
-
border: 1px solid var(--stroke-color-module);
|
|
13117
|
-
}
|
|
13118
|
-
input[data-v-afdf5f1b]:focus {
|
|
13119
|
-
outline: 0;
|
|
13120
|
-
border-color: var(--text-color-link);
|
|
13121
|
-
}
|
|
13122
|
-
input[data-v-afdf5f1b]:disabled {
|
|
13123
|
-
background-color: var(--button-color-primary-disable);
|
|
13124
|
-
}
|
|
13125
|
-
.tui-input.no-border input[data-v-afdf5f1b] {
|
|
13126
|
-
padding: 0;
|
|
13127
|
-
background-color: transparent;
|
|
13128
|
-
border: none;
|
|
13129
|
-
}
|
|
13130
|
-
.suffix-icon[data-v-afdf5f1b] {
|
|
13131
|
-
position: absolute;
|
|
13132
|
-
top: 50%;
|
|
13133
|
-
right: 12px;
|
|
13134
|
-
display: flex;
|
|
13135
|
-
align-items: center;
|
|
13136
|
-
transform: translateY(-50%);
|
|
13137
|
-
}
|
|
13138
|
-
.results[data-v-afdf5f1b] {
|
|
13139
|
-
position: fixed;
|
|
13140
|
-
z-index: 2;
|
|
13141
|
-
width: 100%;
|
|
13142
|
-
max-width: 12rem;
|
|
13143
|
-
max-height: 254px;
|
|
13144
|
-
padding: 7px 0;
|
|
13145
|
-
overflow: auto;
|
|
13146
|
-
border-radius: 4px;
|
|
13147
|
-
background-color: var(--bg-color-input);
|
|
13148
|
-
border: 1px solid var(--stroke-color-module);
|
|
13149
|
-
}
|
|
13150
|
-
.results-item[data-v-afdf5f1b] {
|
|
13151
|
-
display: flex;
|
|
13152
|
-
align-items: center;
|
|
13153
|
-
padding: 6px 15px;
|
|
13154
|
-
white-space: nowrap;
|
|
13155
|
-
cursor: pointer;
|
|
13156
|
-
}
|
|
13157
|
-
.results-item[data-v-afdf5f1b]:hover {
|
|
13158
|
-
background-color: var(--uikit-color-gray-7);
|
|
13159
|
-
color: var(--text-color-link);
|
|
13160
13927
|
}.message-box-overlay[data-v-92a9b340] {
|
|
13161
13928
|
position: fixed;
|
|
13162
13929
|
top: 0;
|
|
@@ -13283,6 +14050,123 @@ input[data-v-afdf5f1b]:disabled {
|
|
|
13283
14050
|
text-align: center;
|
|
13284
14051
|
background-color: var(--bg-color-dialog);
|
|
13285
14052
|
border: none;
|
|
14053
|
+
}.tui-input[data-v-770959d6] {
|
|
14054
|
+
position: relative;
|
|
14055
|
+
display: inline-block;
|
|
14056
|
+
width: 100%;
|
|
14057
|
+
height: 100%;
|
|
14058
|
+
}
|
|
14059
|
+
input[data-v-770959d6] {
|
|
14060
|
+
box-sizing: border-box;
|
|
14061
|
+
width: 100%;
|
|
14062
|
+
height: 100%;
|
|
14063
|
+
padding: 10px 0 10px 16px;
|
|
14064
|
+
font-size: 14px;
|
|
14065
|
+
border-radius: 8px;
|
|
14066
|
+
background-color: var(--bg-color-input);
|
|
14067
|
+
color: var(--text-color-primary);
|
|
14068
|
+
border: 1px solid var(--stroke-color-module);
|
|
14069
|
+
}
|
|
14070
|
+
input[data-v-770959d6]:focus {
|
|
14071
|
+
outline: 0;
|
|
14072
|
+
border-color: var(--text-color-link);
|
|
14073
|
+
}
|
|
14074
|
+
input[data-v-770959d6]:disabled {
|
|
14075
|
+
background-color: var(--button-color-primary-disable);
|
|
14076
|
+
}
|
|
14077
|
+
.tui-input.no-border input[data-v-770959d6] {
|
|
14078
|
+
padding: 0;
|
|
14079
|
+
background-color: transparent;
|
|
14080
|
+
border: none;
|
|
14081
|
+
}
|
|
14082
|
+
.suffix-icon[data-v-770959d6] {
|
|
14083
|
+
position: absolute;
|
|
14084
|
+
top: 50%;
|
|
14085
|
+
right: 12px;
|
|
14086
|
+
display: flex;
|
|
14087
|
+
align-items: center;
|
|
14088
|
+
transform: translateY(-50%);
|
|
14089
|
+
}
|
|
14090
|
+
.results[data-v-770959d6] {
|
|
14091
|
+
position: absolute;
|
|
14092
|
+
z-index: 2;
|
|
14093
|
+
width: 100%;
|
|
14094
|
+
max-height: 254px;
|
|
14095
|
+
padding: 7px 0;
|
|
14096
|
+
overflow: auto;
|
|
14097
|
+
border-radius: 4px;
|
|
14098
|
+
background-color: var(--bg-color-input);
|
|
14099
|
+
border: 1px solid var(--stroke-color-module);
|
|
14100
|
+
}
|
|
14101
|
+
.results-item[data-v-770959d6] {
|
|
14102
|
+
display: flex;
|
|
14103
|
+
align-items: center;
|
|
14104
|
+
padding: 6px 15px;
|
|
14105
|
+
white-space: nowrap;
|
|
14106
|
+
cursor: pointer;
|
|
14107
|
+
}
|
|
14108
|
+
.results-item[data-v-770959d6]:hover {
|
|
14109
|
+
background-color: var(--text-color-button-disable);
|
|
14110
|
+
color: var(--text-color-link);
|
|
14111
|
+
}.tui-input[data-v-afdf5f1b] {
|
|
14112
|
+
position: relative;
|
|
14113
|
+
display: inline-block;
|
|
14114
|
+
width: 100%;
|
|
14115
|
+
height: 100%;
|
|
14116
|
+
}
|
|
14117
|
+
input[data-v-afdf5f1b] {
|
|
14118
|
+
box-sizing: border-box;
|
|
14119
|
+
width: 100%;
|
|
14120
|
+
height: 100%;
|
|
14121
|
+
padding: 10px 0 10px 16px;
|
|
14122
|
+
font-size: 14px;
|
|
14123
|
+
border-radius: 8px;
|
|
14124
|
+
background-color: var(--bg-color-input);
|
|
14125
|
+
color: var(--text-color-primary);
|
|
14126
|
+
border: 1px solid var(--stroke-color-module);
|
|
14127
|
+
}
|
|
14128
|
+
input[data-v-afdf5f1b]:focus {
|
|
14129
|
+
outline: 0;
|
|
14130
|
+
border-color: var(--text-color-link);
|
|
14131
|
+
}
|
|
14132
|
+
input[data-v-afdf5f1b]:disabled {
|
|
14133
|
+
background-color: var(--button-color-primary-disable);
|
|
14134
|
+
}
|
|
14135
|
+
.tui-input.no-border input[data-v-afdf5f1b] {
|
|
14136
|
+
padding: 0;
|
|
14137
|
+
background-color: transparent;
|
|
14138
|
+
border: none;
|
|
14139
|
+
}
|
|
14140
|
+
.suffix-icon[data-v-afdf5f1b] {
|
|
14141
|
+
position: absolute;
|
|
14142
|
+
top: 50%;
|
|
14143
|
+
right: 12px;
|
|
14144
|
+
display: flex;
|
|
14145
|
+
align-items: center;
|
|
14146
|
+
transform: translateY(-50%);
|
|
14147
|
+
}
|
|
14148
|
+
.results[data-v-afdf5f1b] {
|
|
14149
|
+
position: fixed;
|
|
14150
|
+
z-index: 2;
|
|
14151
|
+
width: 100%;
|
|
14152
|
+
max-width: 12rem;
|
|
14153
|
+
max-height: 254px;
|
|
14154
|
+
padding: 7px 0;
|
|
14155
|
+
overflow: auto;
|
|
14156
|
+
border-radius: 4px;
|
|
14157
|
+
background-color: var(--bg-color-input);
|
|
14158
|
+
border: 1px solid var(--stroke-color-module);
|
|
14159
|
+
}
|
|
14160
|
+
.results-item[data-v-afdf5f1b] {
|
|
14161
|
+
display: flex;
|
|
14162
|
+
align-items: center;
|
|
14163
|
+
padding: 6px 15px;
|
|
14164
|
+
white-space: nowrap;
|
|
14165
|
+
cursor: pointer;
|
|
14166
|
+
}
|
|
14167
|
+
.results-item[data-v-afdf5f1b]:hover {
|
|
14168
|
+
background-color: var(--uikit-color-gray-7);
|
|
14169
|
+
color: var(--text-color-link);
|
|
13286
14170
|
}.dialog-content[data-v-62a1745b] {
|
|
13287
14171
|
display: flex;
|
|
13288
14172
|
align-items: center;
|