Commit 5ad65e6c authored by nick zheng's avatar nick zheng

Merge branch 'beta' into 'master'

fix: 应用上传文件与图片展示

See merge request !149
parents 1695b9ce a08f7b52
......@@ -557,7 +557,7 @@ defineExpose({
<n-popover style="width: 210px" trigger="hover">
<template #trigger>
<div
v-show="isEnableUploadImage"
v-show="isEnableDocumentParse"
class="h-7.5 w-7.5 mb-1 flex items-center justify-center rounded-full bg-white"
:class="
isLogin
......@@ -586,7 +586,7 @@ defineExpose({
<n-popover style="width: 210px" trigger="hover">
<template #trigger>
<div
v-show="isEnableDocumentParse"
v-show="isEnableUploadImage"
class="h-7.5 w-7.5 hover:text-theme-color text-font-color mb-1 flex cursor-pointer items-center justify-center rounded-full bg-white"
@click="handleSelectImage(handleClick)"
>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment