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
925fa799
Commit
925fa799
authored
Nov 09, 2023
by
zhaochengxiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
去掉资产目录详情
parent
3e50b28c
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
14 additions
and
13 deletions
+14
-13
index.jsx
src/view/Manage/AssetBrowse/index.jsx
+2
-2
AssetAction.jsx
src/view/Manage/AssetManage/Component/AssetAction.jsx
+1
-1
AssetManageTree.jsx
src/view/Manage/AssetManage/Component/AssetManageTree.jsx
+1
-1
AssetManageTree.less
src/view/Manage/AssetManage/Component/AssetManageTree.less
+1
-1
AssetTable.jsx
src/view/Manage/AssetManage/Component/AssetTable.jsx
+5
-4
AssetTree.jsx
src/view/Manage/AssetManage/Component/AssetTree.jsx
+1
-1
AssetTree.less
src/view/Manage/AssetManage/Component/AssetTree.less
+1
-1
index.jsx
src/view/Manage/AssetManage/index.jsx
+2
-2
No files found.
src/view/Manage/AssetBrowse/index.jsx
View file @
925fa799
...
...
@@ -76,8 +76,8 @@ const AssetBrowse = (props) => {
expandTree
&&
<
Separate
width=
{
15
}
/>
}
<
div
className=
{
rightClasses
}
>
<
AssetDirectory
id=
{
centerId
}
assetCount=
{
assetCount
}
reference=
{
reference
}
nodeType=
{
nodeParams
.
nodeType
}
/>
<
Separate
height=
{
15
}
/>
{
/*
<AssetDirectory id={centerId} assetCount={assetCount} reference={reference} nodeType={nodeParams.nodeType} />
<Separate height={15} />
*/
}
<
div
className=
'flex'
style=
{
{
flex
:
1
,
height
:
'100%'
,
overflow
:
'hidden'
}
}
>
{
// expandRelation && <React.Fragment>
...
...
src/view/Manage/AssetManage/Component/AssetAction.jsx
View file @
925fa799
...
...
@@ -1123,7 +1123,7 @@ const AssetAction = (props) => {
影响关系
</Button>
<Input size="middle"
placeholder="中英文名称/业务规则"
placeholder="
搜索
中英文名称/业务规则"
value={keyword}
bordered={true} allowClear
onChange={(e) => {
...
...
src/view/Manage/AssetManage/Component/AssetManageTree.jsx
View file @
925fa799
...
...
@@ -769,7 +769,7 @@ const AssetManageTree = (props) => {
<
div
className=
'flex'
style=
{
{
height
:
40
,
height
:
57
,
alignItems
:
'center'
,
justifyContent
:
'space-between'
,
padding
:
'0 15px'
...
...
src/view/Manage/AssetManage/Component/AssetManageTree.less
View file @
925fa799
...
...
@@ -7,7 +7,7 @@
}
.yy-tree{
height: calc(100vh - @header-height - @breadcrumb-height - 25px -
40
px - 62px) !important;
height: calc(100vh - @header-height - @breadcrumb-height - 25px -
57
px - 62px) !important;
overflow: auto !important;
}
...
...
src/view/Manage/AssetManage/Component/AssetTable.jsx
View file @
925fa799
...
...
@@ -992,9 +992,9 @@ const AssetTable = (props) => {
if
(
fullScreen
)
{
scrollY
=
'calc(100vh - 209px - 72px)'
;
}
else
if
(
reference
===
AssetManageReference
)
{
scrollY
=
'calc(100vh - 209px -
123px - 15px -
72px)'
;
scrollY
=
'calc(100vh - 209px - 72px)'
;
}
else
if
(
reference
===
AssetBrowseReference
||
reference
===
ResourceBrowseReference
)
{
scrollY
=
'calc(100vh - 209px -
94px - 15px -
72px)'
;
scrollY
=
'calc(100vh - 209px - 72px)'
;
}
else
if
(
reference
===
AssetRecycleReference
)
{
scrollY
=
'calc(100vh - 209px - 72px)'
;
}
...
...
@@ -1003,10 +1003,11 @@ const AssetTable = (props) => {
return
(
<
div
className=
{
classes
}
>
<
div
className=
'flex p-
common
'
className=
'flex p-
3
'
style=
{
{
alignItems
:
'center'
,
justifyContent
:
'space-between'
,
borderBottom
:
'1px solid rgb(239, 239, 239)'
,
}
}
>
<
Space
size=
{
15
}
>
...
...
@@ -1111,7 +1112,7 @@ const AssetTable = (props) => {
</
Space
>
</
div
>
<
div
className=
'p
x-common
'
className=
'p
-3
'
>
<
ResizeObserver
onResize=
{
({
width
})
=>
{
...
...
src/view/Manage/AssetManage/Component/AssetTree.jsx
View file @
925fa799
...
...
@@ -567,7 +567,7 @@ const AssetTree = (props) => {
<
div
className=
'flex'
style=
{
{
height
:
40
,
height
:
57
,
alignItems
:
'center'
,
justifyContent
:
'space-between'
,
padding
:
'0 15px'
...
...
src/view/Manage/AssetManage/Component/AssetTree.less
View file @
925fa799
...
...
@@ -7,7 +7,7 @@
}
.yy-tree{
height: calc(100vh - @header-height - @breadcrumb-height - 25px -
40
px - 62px) !important;
height: calc(100vh - @header-height - @breadcrumb-height - 25px -
57
px - 62px) !important;
overflow: auto !important;
}
...
...
src/view/Manage/AssetManage/index.jsx
View file @
925fa799
...
...
@@ -89,8 +89,8 @@ const AssetManage = (props) => {
expandTree
&&
<
Separate
width=
{
15
}
/>
}
<
div
className=
{
middleClasses
}
>
<
AssetDirectory
id=
{
nodeId
}
assetCount=
{
assetCount
}
directoryChanged=
{
directoryChanged
}
onElementsChange=
{
onElementsChange
}
/>
<
Separate
height=
{
15
}
/>
{
/*
<AssetDirectory id={nodeId} assetCount={assetCount} directoryChanged={directoryChanged} onElementsChange={onElementsChange} />
<Separate height={15} />
*/
}
<
AssetTable
nodeId=
{
nodeId
}
nodeType=
{
nodeType
}
nodeLevel=
{
nodeLevel
}
reference=
{
AssetManageReference
}
elementsChanged=
{
elementsChanged
}
assetActionChanged=
{
assetActionChanged
}
onSelect=
{
onTableSelect
}
onCountChange=
{
onAssetCountChange
}
onFullScreenChange=
{
onFullScreenChange
}
{
...
props
}
/>
<
div
className=
'tree-toggle'
onClick=
{
treeToggleClick
}
>
{
expandTree
?
<
CaretLeftOutlined
/>
:
<
CaretRightOutlined
/>
}
...
...
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