Commit d7e2fb21 authored by wildfirecode13's avatar wildfirecode13

1

parent bcbc0b07
...@@ -15,7 +15,7 @@ class Detail2 extends Component { ...@@ -15,7 +15,7 @@ class Detail2 extends Component {
render() { render() {
const arr = []; const arr = [];
for(let i=0; i < 20;i++) { for(let i=0; i < 10;i++) {
arr.push(i) arr.push(i)
} }
return ( return (
......
...@@ -37,7 +37,8 @@ ...@@ -37,7 +37,8 @@
position: relative; position: relative;
box-sizing: border-box; box-sizing: border-box;
width: 618px; width: 618px;
height: 107px; height: 91px;
padding: 25px 0 0 ;
// width: 618px; // width: 618px;
// height: 91px; // height: 91px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment