Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
web-tool
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
tool
web-tool
Commits
f35652bd
Commit
f35652bd
authored
Aug 02, 2023
by
陈祥烨
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
首页调整
parent
df739165
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Sort.js
packages/graphmod-atl/src/siftingSort/Sort.js
+1
-1
No files found.
packages/graphmod-atl/src/siftingSort/Sort.js
View file @
f35652bd
...
...
@@ -23,7 +23,7 @@ function ListCards({cardItems}) {
<
div
style
=
{{
margin
:
30
,
display
:
'flex'
,
justifyContent
:
'center'
}}
>
<
CardPane
style
=
{{
width
:
300
,
height
:
240
,
border
:
0
}}
bodyStyle
=
{{
padding
:
0
}}
>
<
div
style
=
{{
height
:
'75%'
}}
>
<
img
alt
=
"example"
width
=
"100%"
height
=
'160px'
style
=
{{
objectFit
:
'cover'
,
borderRadius
:
10
}}
src
=
{
'http://172.16.3.18:8089'
+
cardItems
.
sketch
}
/
>
<
img
alt
=
"example"
width
=
"100%"
height
=
'160px'
style
=
{{
objectFit
:
'cover'
,
borderRadius
:
10
}}
src
=
{
+
cardItems
.
sketch
}
/
>
<
/div
>
<
div
style
=
{{
padding
:
'10px 0px 10px 50px'
}}
>
<
h2
style
=
{{
margin
:
0
}}
>
{
cardItems
.
templateName
}
<
/h2
>
...
...
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