質問するログイン新規登録

回答編集履歴

1

訂正

2020/08/03 06:11

投稿

Lhankor_Mhy
Lhankor_Mhy

スコア37595

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 + '50px');
5
+ $('.profile-content').css('height', h + 50 +'px');
6
6
  ```