Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
szse
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhaochengxiang
szse
Commits
7411b6be
Commit
7411b6be
authored
Apr 11, 2022
by
zhaochengxiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整大小
parent
c60ede33
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
12 additions
and
11 deletions
+12
-11
variables.less
src/variables.less
+1
-1
AssetTable.jsx
src/view/Manage/AssetManage/Component/AssetTable.jsx
+4
-4
AssetTree.less
src/view/Manage/AssetManage/Component/AssetTree.less
+2
-2
index.less
src/view/Manage/DatasourceManage/index.less
+2
-1
ModelTable.jsx
src/view/Manage/Model/Component/ModelTable.jsx
+1
-1
ModelTree.less
src/view/Manage/Model/Component/ModelTree.less
+1
-1
index.less
src/view/Manage/Model/index.less
+1
-1
No files found.
src/variables.less
View file @
7411b6be
@header-height: 64px;
@breadcrumb-height: 3
7
px;
@breadcrumb-height: 3
2
px;
@pm-4: 30px;
@pm-3: 20px;
@scroll-height: 15px;
...
...
src/view/Manage/AssetManage/Component/AssetTable.jsx
View file @
7411b6be
...
...
@@ -631,13 +631,13 @@ const AssetTable = (props) => {
let
scrollY
=
null
;
if
((
assets
||
[]).
length
>
0
)
{
if
(
fullScreen
)
{
scrollY
=
'calc(100vh - 2
1
9px - 72px)'
;
scrollY
=
'calc(100vh - 2
0
9px - 72px)'
;
}
else
if
(
reference
===
AssetManageReference
||
reference
===
ResourceBrowseReference
)
{
scrollY
=
'calc(100vh - 2
1
9px - 123px - 15px - 72px)'
;
scrollY
=
'calc(100vh - 2
0
9px - 123px - 15px - 72px)'
;
}
else
if
(
reference
===
AssetBrowseReference
)
{
scrollY
=
'calc(100vh - 2
1
9px - 94px - 15px - 72px)'
;
scrollY
=
'calc(100vh - 2
0
9px - 94px - 15px - 72px)'
;
}
else
if
(
reference
===
AssetRecycleReference
)
{
scrollY
=
'calc(100vh - 2
1
9px - 72px)'
;
scrollY
=
'calc(100vh - 2
0
9px - 72px)'
;
}
}
...
...
src/view/Manage/AssetManage/Component/AssetTree.less
View file @
7411b6be
...
...
@@ -7,7 +7,7 @@
}
.yy-tree{
height: calc(100vh - @header-height - @breadcrumb-height -
30
px - 40px - 62px) !important;
height: calc(100vh - @header-height - @breadcrumb-height -
25
px - 40px - 62px) !important;
overflow: auto !important;
}
...
...
@@ -18,7 +18,7 @@
.asset-tree-read-only {
.yy-tree {
height: calc(100vh - @header-height - @breadcrumb-height -
30
px - 62px) !important;;
height: calc(100vh - @header-height - @breadcrumb-height -
25
px - 62px) !important;;
overflow: auto !important;
}
}
...
...
src/view/Manage/DatasourceManage/index.less
View file @
7411b6be
...
...
@@ -2,7 +2,7 @@
.datasource-manage {
.list-container {
height: calc(100vh - @header-height - @breadcrumb-height -
@pm-4
- @pm-3 - 33px) !important;
height: calc(100vh - @header-height - @breadcrumb-height -
25px
- @pm-3 - 33px) !important;
overflow: auto !important;
}
}
\ No newline at end of file
src/view/Manage/Model/Component/ModelTable.jsx
View file @
7411b6be
...
...
@@ -751,7 +751,7 @@ const ModelTable = (props) => {
},
}
}
}
scroll=
{
{
y
:
modelId
?
null
:((
filterData
||
[]).
length
===
0
?
null
:
'calc(100vh - 1
3
1px - 57px - 24px - 38px - 44px)'
)
}
}
scroll=
{
{
y
:
modelId
?
null
:((
filterData
||
[]).
length
===
0
?
null
:
'calc(100vh - 1
2
1px - 57px - 24px - 38px - 44px)'
)
}
}
onChange=
{
onTableChange
}
expandable=
{
expandable
}
/>
...
...
src/view/Manage/Model/Component/ModelTree.less
View file @
7411b6be
@import '../../../../variables.less';
.model-tree {
.yy-tree-list {
height: calc(100vh - @header-height - @
pm-4
- 57px - @pm-3) !important;
height: calc(100vh - @header-height - @
breadcrumb-height - 25px
- 57px - @pm-3) !important;
overflow: auto !important;
}
}
...
...
src/view/Manage/Model/index.less
View file @
7411b6be
...
...
@@ -12,7 +12,7 @@
.tree-toggle-wrap {
position: relative;
width: 20px;
height:
calc(100vh - 94px)
;
height:
'100%'
;
.tree-toggle {
display: flex;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment