更改

添加231字节 、 2023年10月21日 (六) 11:53
无编辑摘要
第260行: 第260行:  
}
 
}
   −
@media (max-width: 720px)
+
@media (max-width: 720px) {
.content table {
+
    .content table {
 +
        display: table !important; /* 重置为table的默认display值 */
 +
        width: auto !important;  /* 重置为默认宽度 */
 +
        box-sizing: content-box !important; /* 重置为默认的box-sizing值 */
 +
    }
 
}
 
}