Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
B
bkunyun
Project
Project
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
sunyihao
bkunyun
Commits
fdbbb05e
Commit
fdbbb05e
authored
Jun 17, 2022
by
wuyongsheng
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feat-20220608-projectdata' into 'release'
cn- Feat 20220608 projectdata See merge request
!51
parents
8fe2cc5a
6e80e2e5
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
4 deletions
+8
-4
MyDialog.tsx
src/components/mui/MyDialog.tsx
+5
-1
useDeepEffect.ts
src/hooks/useDeepEffect.ts
+0
-0
index.tsx
src/views/Project/ProjectData/index.tsx
+2
-2
index.module.css
...ews/Project/components/ProjectListPopper/index.module.css
+1
-1
No files found.
src/components/mui/MyDialog.tsx
View file @
fdbbb05e
...
...
@@ -61,7 +61,11 @@ const MyDialog = (props: any) => {
{
title
}
</
DialogTitle
>
)
}
<
DialogContent
>
<
DialogContent
sx=
{
{
minWidth
:
"400px"
,
}
}
>
{
props
.
children
}
<
IconButton
aria
-
label=
"delete"
...
...
src/hooks/useDe
p
pEffect.ts
→
src/hooks/useDe
e
pEffect.ts
View file @
fdbbb05e
File moved
src/views/Project/ProjectData/index.tsx
View file @
fdbbb05e
...
...
@@ -357,7 +357,7 @@ const ProjectData = observer(() => {
// table配置
const
renderButtons
=
(
item
:
any
)
=>
{
return
(
<
span
>
<
span
style=
{
{
whiteSpace
:
"nowrap"
}
}
>
{
!
isAllDirectory
&&
(
<
Button
sx=
{
{
...
...
@@ -430,7 +430,7 @@ const ProjectData = observer(() => {
// 下载文件
const
hanleDownloadFile
=
(
item
:
any
)
=>
{
const
downloadPath
=
path
+
item
.
name
;
const
downloadPath
=
path
===
"/"
?
"/"
:
`
${
path
}
/
${
item
.
name
}
`
;
CloudEController
.
JobFileDownload
(
downloadPath
,
fileToken
as
string
,
...
...
src/views/Project/components/ProjectListPopper/index.module.css
View file @
fdbbb05e
...
...
@@ -77,7 +77,7 @@
}
.projectOwnerTime
{
display
:
flex
;
justify-content
:
flex-start
;
justify-content
:
space-between
;
}
.projectOwner
{
color
:
#565c66
;
...
...
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