no message

This commit is contained in:
kuaifan 2022-02-23 22:50:33 +08:00
parent bc3b72fafe
commit 2c678b5363
3 changed files with 7 additions and 2 deletions

View File

@ -63,7 +63,7 @@
"stylus-loader": "^6.2.0", "stylus-loader": "^6.2.0",
"tinymce": "^5.10.3", "tinymce": "^5.10.3",
"tui-calendar-hi": "^1.15.1-5", "tui-calendar-hi": "^1.15.1-5",
"view-design-hi": "^4.7.0-15", "view-design-hi": "^4.7.0-16",
"vue": "^2.6.14", "vue": "^2.6.14",
"vue-clipboard2": "^0.3.3", "vue-clipboard2": "^0.3.3",
"vue-emoji-picker": "^1.0.3", "vue-emoji-picker": "^1.0.3",

View File

@ -4,7 +4,7 @@
:placement="placement" :placement="placement"
:effect="tooltipTheme" :effect="tooltipTheme"
:delay="delay" :delay="delay"
:disabled="!showTooltip" :disabled="!showTooltip || disabled"
:max-width="tooltipMaxWidth" :max-width="tooltipMaxWidth"
transfer> transfer>
<span ref="content" @mouseenter="handleTooltipIn" class="common-auto-tip" @click="onClick"> <span ref="content" @mouseenter="handleTooltipIn" class="common-auto-tip" @click="onClick">
@ -36,6 +36,10 @@
type: Number, type: Number,
default: 100 default: 100
}, },
disabled: {
type: Boolean,
default: false
},
}, },
data() { data() {

View File

@ -95,6 +95,7 @@
:title="$L(pasteTitle)" :title="$L(pasteTitle)"
:cancel-text="$L('取消')" :cancel-text="$L('取消')"
:ok-text="$L('发送')" :ok-text="$L('发送')"
:enter-ok="true"
@on-ok="pasteSend"> @on-ok="pasteSend">
<div class="dialog-wrapper-paste"> <div class="dialog-wrapper-paste">
<template v-for="item in pasteItem"> <template v-for="item in pasteItem">