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
c808a571
Commit
c808a571
authored
Aug 01, 2023
by
陈祥烨
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shifting
parent
dd6610fb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
Sort.js
packages/graphmod-atl/src/siftingSort/Sort.js
+2
-3
index.scss
packages/graphmod-atl/src/siftingSort/index.scss
+1
-0
No files found.
packages/graphmod-atl/src/siftingSort/Sort.js
View file @
c808a571
...
...
@@ -23,7 +23,7 @@ function ListCards({cardItems}) {
<
div
style
=
{{
margin
:
30
}}
>
<
CardPane
style
=
{{
width
:
300
}}
bodyStyle
=
{{
padding
:
0
}}
>
<
div
>
<
img
alt
=
"example"
width
=
"100%"
src
=
"https://tinypng.com/images/apng/panda-waving.png"
/>
<
img
alt
=
"example"
width
=
"100%"
src
=
{
cardItems
.
url
}
/
>
<
/div
>
<
div
style
=
{{
padding
:
'10px 16px'
}}
>
<
h2
style
=
{{
margin
:
0
}}
>
{
cardItems
.
name
}
<
/h2
>
...
...
@@ -33,7 +33,6 @@ function ListCards({cardItems}) {
<
/div
>
<
/CardPane
>
<
/div
>
<
/Col
>
));
...
...
@@ -131,7 +130,7 @@ render() {
<
Tab
>&
nbsp
;
&
nbsp
;
三维模型
&
nbsp
;
&
nbsp
;
<
/Tab
>
<
/TabList
>
<
TabPanel
>
<
StdFormRow
label
=
"场景"
block
style
=
{{
paddingBottom
:
11
}}
>
<
StdFormRow
label
=
"场景"
block
id
=
'scene'
style
=
{{
padding
:
'0px 0px 11px 20px'
}}
>
<
TagSelect
defaultValue
=
{
categoryScene
[
0
]}
data
=
{
categoryScene
}
onChange
=
{
this
.
handleSenecesSubmit
}
expandable
single
/>
<
/StdFormRow
>
<
StdFormRow
block
style
=
{{
paddingBottom
:
11
}}
>
...
...
packages/graphmod-atl/src/siftingSort/index.scss
View file @
c808a571
...
...
@@ -32,3 +32,4 @@
vertical-align
:
top
;
}
}
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