回答編集履歴
1
訂正
test
CHANGED
@@ -6,6 +6,6 @@
|
|
6
6
|
|
7
7
|
//$('.plofile-content').css('height', 'h + 50px');
|
8
8
|
|
9
|
-
$('.profile-content').css('height', h +
|
9
|
+
$('.profile-content').css('height', h + 50 +'px');
|
10
10
|
|
11
11
|
```
|