mirror of
https://github.com/kuaifan/dootask.git
synced 2026-02-28 04:40:37 +00:00
perf: 聊天窗口样式
This commit is contained in:
parent
4fd2a44742
commit
464d7bc635
@ -1,12 +1,13 @@
|
||||
<template>
|
||||
<div class="chat-input-wrapper" :class="modeClass">
|
||||
<div ref="editor" class="no-dark-content" :style="editorStyle" @paste="handlePaste"></div>
|
||||
<div class="chat-input-toolbar">
|
||||
<div class="chat-input-wrapper" :class="modeClass" @click.stop="focus">
|
||||
<div ref="editor" class="no-dark-content" :style="editorStyle" @click.stop="" @paste="handlePaste"></div>
|
||||
<div class="chat-input-toolbar" @click.stop="">
|
||||
<slot name="toolbarBefore"/>
|
||||
|
||||
<EPopover
|
||||
v-model="showEmoji"
|
||||
:visibleArrow="false"
|
||||
placement="top"
|
||||
popperClass="chat-input-emoji-popover">
|
||||
<ETooltip slot="reference" ref="emojiTip" :disabled="!$isDesktop || showEmoji" placement="top" :content="$L('表情')">
|
||||
<i class="taskfont" @click="onToolbar('emoji')"></i>
|
||||
|
||||
@ -414,7 +414,7 @@
|
||||
}
|
||||
.messenger-msg {
|
||||
z-index: 49;
|
||||
transition: transform 0.2s;
|
||||
transition: transform 0.3s;
|
||||
transform: translateX(120%);
|
||||
.msg-dialog-bg {
|
||||
display: none;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user