Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
icbcRPG
Project
Project
Details
Activity
Releases
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
wildfirecode13
icbcRPG
Commits
d7e2fb21
Commit
d7e2fb21
authored
Dec 19, 2020
by
wildfirecode13
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
bcbc0b07
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
detail2.jsx
project/src/pages/detail2/detail2.jsx
+1
-1
detail2.less
project/src/pages/detail2/detail2.less
+2
-1
No files found.
project/src/pages/detail2/detail2.jsx
View file @
d7e2fb21
...
...
@@ -15,7 +15,7 @@ class Detail2 extends Component {
render
()
{
const
arr
=
[];
for
(
let
i
=
0
;
i
<
2
0
;
i
++
)
{
for
(
let
i
=
0
;
i
<
1
0
;
i
++
)
{
arr
.
push
(
i
)
}
return
(
...
...
project/src/pages/detail2/detail2.less
View file @
d7e2fb21
...
...
@@ -37,7 +37,8 @@
position: relative;
box-sizing: border-box;
width: 618px;
height: 107px;
height: 91px;
padding: 25px 0 0 ;
// width: 618px;
// height: 91px;
...
...
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