diff --git a/css/index.css b/css/index.css index e883f51..c2edc23 100644 --- a/css/index.css +++ b/css/index.css @@ -1536,7 +1536,6 @@ header.page-header .box .tab-list .item.pitch::after { margin-right: 12px; } #answer-app .i-answer-box .question-middle .question-textarea { - height: 412px; width: 100%; border: none; outline: none; diff --git a/css/index.less b/css/index.less index 394ce26..37c8338 100644 --- a/css/index.less +++ b/css/index.less @@ -1968,7 +1968,7 @@ header.page-header .box .tab-list .item.pitch::after { } .question-textarea { - height: 412px; + // height: 412px; width: 100%; border: none; outline: none; diff --git a/index.html b/index.html index fb4b10d..ff2aa35 100644 --- a/index.html +++ b/index.html @@ -71,7 +71,7 @@
-
{{ item['answers'] == 0 ? '暂无回答' : `共${ item['answers'] }个回答` }}
+
{{ item['answers'] == 0 ? '暂无回答' : '共' + item['answers'] + '个回答' }}