更改

添加3字节 、 2023年10月21日 (六) 11:55
无编辑摘要
第263行: 第263行:  
     .content table {
 
     .content table {
 
         display: table !important; /* 重置为table的默认display值 */
 
         display: table !important; /* 重置为table的默认display值 */
         width: auto !important;  /* 重置为默认宽度 */
+
         width: initial !important;  /* 重置为默认宽度 */
 
         box-sizing: content-box !important; /* 重置为默认的box-sizing值 */
 
         box-sizing: content-box !important; /* 重置为默认的box-sizing值 */
 
     }
 
     }
 
}
 
}