@@ -323,7 +323,7 @@ addInterval(() => checkRemoteApp(), 3 * 60 * 1000);
@media screen and (max-width: 960px) {
.header {
- overflow-x: scroll;
+ overflow-x: auto;
}
</style>
@@ -163,6 +163,8 @@ function toggleSign() {
.question-header {
display: flex;
+ /* 标题过长,会撑开高度 */
+ flex-shrink: 0;
align-items: center;