Commit d7e2fb21 authored by wildfirecode13's avatar wildfirecode13

1

parent bcbc0b07
......@@ -15,7 +15,7 @@ class Detail2 extends Component {
render() {
const arr = [];
for(let i=0; i < 20;i++) {
for(let i=0; i < 10;i++) {
arr.push(i)
}
return (
......
......@@ -37,7 +37,8 @@
position: relative;
box-sizing: border-box;
width: 618px;
height: 107px;
height: 91px;
padding: 25px 0 0 ;
// width: 618px;
// 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