回答編集履歴

1

訂正

2020/08/03 06:11

投稿

Lhankor_Mhy
Lhankor_Mhy

スコア36960

test CHANGED
@@ -6,6 +6,6 @@
6
6
 
7
7
  //$('.plofile-content').css('height', 'h + 50px');
8
8
 
9
- $('.profile-content').css('height', h + '50px');
9
+ $('.profile-content').css('height', h + 50 +'px');
10
10
 
11
11
  ```