@@ -378,7 +378,7 @@ export default {
> .box {
margin-top: 10px;
height: calc(100% - 15px);
- overflow: auto;
+ // overflow: auto;
.answerTitle {
font-size: 23px;
font-weight: 700;
@@ -389,6 +389,8 @@ export default {
word-break: break-all;
font-size: 18px;
margin-top: 15px;
+ height: 100%;
+ overflow: auto;
.askBox {
padding: 0.26667rem 0.4rem;
.askT,