当SCAYT找到一个错误的世界时,它会添加一个样式以跨越错误的世界:
.scayt-enabled [data-scayt_word] {
background: url("data:image/gif;base64,R0lGODlhBAADAIABAP8NDQAAACH5BAEAAAEALAAAAAAEAAMAAAIFRB5mGQUAOw==") repeat-x scroll center bottom transparent !important;
padding-bottom: 0 !important;
text-decoration: none !important;
white-space: nowrap !important;
}
但它破坏了我的父母风格“自动换行:破解词”。如何覆盖这种风格?
答案 0 :(得分:0)
删除white-space: nowrap
规则或!important
,或者删除其他内容并告诉我们。你有没有尝试过什么?