Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
csbr-daop
/
fe-data-trusted-space
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
bef7b128
authored
2025-02-18 13:34:49 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改血缘关系的placeholder图片
1 parent
d4561e9a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletions
src/views/data_meta/analysisView.vue
src/views/data_meta/analysisView.vue
View file @
bef7b12
...
...
@@ -1103,7 +1103,8 @@ const handleLineageSwitchChange = (val, type) => {
@
handleSave=
"handleSave"
@
handleRefres=
"handleRefres"
@
handleLineageSwitchChange=
"handleLineageSwitchChange"
@
handleChOrEn=
handleChOrEn
:isCh=
"isCh"
@
handleToggle=
"handleToggle"
:isToggle=
"isToggle"
/>
<div
v-show=
"lastClickNode && lastClickNode?.type !== 3 && lastClickNode?.type !== 4"
class=
"main-placeholder"
>
<img
style=
"width: 468px; height: 96px;"
src=
"../../../public/swzl_logo.gif"
>
<img
src=
"../../assets/images/no-data.png"
:style=
"
{ width: '96px', height: '96px' }" />
<div
class=
"empty-text"
>
暂无血缘关系
</div>
</div>
<Dialog
:dialogInfo=
"dialogInfo"
ref=
"diaLogRef"
class=
"timedDia"
@
btnClick=
"dialogBtnClick"
@
selectChange=
"selectChange"
@
treeSelectLoad=
"nodeLoad"
@
treeSelectNodeChange=
"treeSelectNodeChange"
/>
...
...
@@ -1130,6 +1131,12 @@ const handleLineageSwitchChange = (val, type) => {
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
flex-direction
:
column
;
.empty-text
{
font-size
:
14px
;
color
:
#b2b2b2
;
}
}
}
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment