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
bd13eda1
authored
2025-01-20 09:22:39 +0800
by
xukangle
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'dev_20241202_xukangle' into develop
2 parents
bf91316a
56913a67
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
9 deletions
src/views/data_product/productListing.vue
src/views/data_product/productListingDetail.vue
src/views/security_menu/index.vue
src/views/data_product/productListing.vue
View file @
bd13eda
...
...
@@ -890,7 +890,12 @@ const formInfo = ref<any>({
</template>
<
style
scoped
lang=
"scss"
>
.table_tool_wrap
{
.container_wrap
{
width
:
100%
;
height
:
100%
;
overflow-y
:
auto
;
.table_tool_wrap
{
width
:
100%
;
height
:
50px
!important
;
padding
:
0
8px
;
...
...
@@ -898,15 +903,15 @@ const formInfo = ref<any>({
.tools_btns
{
padding
:
0px
0
0
;
}
}
}
.table_panel_wrap
{
.table_panel_wrap
{
width
:
100%
;
height
:
calc
(
100%
-
27
0px
);
height
:
calc
(
100%
-
23
0px
);
padding
:
0px
8px
0
;
}
}
.list-content
{
.list-content
{
display
:
flex
;
justify-content
:
flex-start
;
flex-wrap
:
wrap
;
...
...
@@ -992,5 +997,6 @@ const formInfo = ref<any>({
//
}
}
}
}
}
</
style
>
...
...
src/views/data_product/productListingDetail.vue
View file @
bd13eda
...
...
@@ -421,7 +421,7 @@ const formInfo = ref<any>({
visible
:
true
,
col
:
'mr8'
,
style
:
{
width
:
'calc(33.33% -
20
px)!important'
width
:
'calc(33.33% -
16
px)!important'
},
},
{
...
...
src/views/security_menu/index.vue
View file @
bd13eda
...
...
@@ -262,7 +262,7 @@ const classSearchItemList = ref<any>([
label
:
''
,
field
:
'damName'
,
default
:
''
,
placeholder
:
'请输入产品
类型
'
,
placeholder
:
'请输入产品
名称
'
,
clearable
:
true
,
visible
:
true
},
...
...
@@ -368,9 +368,10 @@ const getTableData = () => {
.table_panel_wrap
{
margin-top
:
12px
;
width
:
100%
;
height
:
calc
(
100%
-
10
5px
);
height
:
calc
(
100%
-
6
5px
);
min-height
:
210px
;
overflow
:
visible
;
}
}
}
...
...
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