优化主页细节

This commit is contained in:
2021-06-14 00:40:22 +08:00
parent 1ef1f12c7e
commit 14aa41a400

View File

@@ -126,7 +126,7 @@
class="link-tree shadow-2"
:data="currentLinks"
node-key="id"
empty-text=""
empty-text="没有查找到内容"
:props="{ label: 'title', children: 'sub' }"
:filter-node-method="searchLinkSubmit"
:default-expand-all="false"
@@ -148,7 +148,7 @@
</el-main>
<el-dialog
:append-to-body='true'
:append-to-body="true"
custom-class="link-detail"
title="详情"
:visible="linkDetail.show"