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
ce877fdf
authored
2025-01-21 21:27:35 +0800
by
xukangle
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix
1 parent
8862fa0e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
16 deletions
src/views/data_asset/registerCatalogManagement.vue
src/views/data_asset/registerCatalogManagement.vue
View file @
ce877fd
...
...
@@ -346,7 +346,7 @@ const handleWindowResize = () => {
</div>
<div
class=
"table_panel_wrap"
:style=
"
{ height: `calc(100% - ${tableToolsHeight + 60}px)` }">
<div
class=
"data-content"
v-loading=
"listDataLoading"
:style=
"
{ height: `calc(100% - ${tableToolsHeight}px)` }">
<div
class=
"v-add"
@
click
.
stop=
"handleCreate"
>
<div
class=
"v-add"
@
click
.
stop=
"handleCreate"
v-if=
"listData.length"
>
<div
class=
"add-img"
></div>
<div
class=
"add-titile"
>
新增数据产品
...
...
@@ -430,11 +430,12 @@ const handleWindowResize = () => {
</div>
</div>
</div>
<div
v-if=
"!listData.length"
class=
"card-noData"
>
<img
src=
"../../assets/images/no-data.png"
:style=
"{ width: '96px', height: '96px' }"
/>
<span>
暂无数据资源目录
</span>
</div>
</div>
<div
v-if=
"!listData.length"
class=
"card-noData"
>
<img
src=
"../../assets/images/no-data.png"
:style=
"{ width: '96px', height: '96px' }"
/>
<span>
暂无数据资源目录
</span>
</div>
</div>
<PageNav
:class=
"[pageInfo.type]"
:pageInfo=
"pageInfo"
@
pageChange=
"pageChange"
/>
</div>
...
...
@@ -463,19 +464,9 @@ const handleWindowResize = () => {
.table_panel_wrap
{
margin-top
:
16px
;
}
.data-content
{
//
height
:
calc
(
100%
-
44px
);
display
:
flex
;
flex-wrap
:
wrap
;
gap
:
20px
20px
;
align-content
:
flex-start
;
overflow-y
:
auto
;
position
:
relative
;
.card-noData
{
height
:
100%
;
width
:
100%
;
background
:
#fafafa
;
display
:
flex
;
flex-direction
:
column
;
...
...
@@ -483,7 +474,23 @@ const handleWindowResize = () => {
align-items
:
center
;
color
:
#909399
;
font-size
:
14px
;
position
:
absolute
;
top
:
50%
;
left
:
50%
;
transform
:
translate
(
-50%
,
-50%
);
}
}
.data-content
{
//
height
:
calc
(
100%
-
44px
);
display
:
flex
;
flex-wrap
:
wrap
;
gap
:
20px
20px
;
align-content
:
flex-start
;
overflow-y
:
auto
;
.v-add
{
...
...
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