回答編集履歴
1
訂正
answer
CHANGED
@@ -2,5 +2,5 @@
|
|
2
2
|
|
3
3
|
```js
|
4
4
|
//$('.plofile-content').css('height', 'h + 50px');
|
5
|
-
$('.profile-content').css('height', h + '
|
5
|
+
$('.profile-content').css('height', h + 50 +'px');
|
6
6
|
```
|