fixed bug for code hightline

This commit is contained in:
RockYang
2023-03-30 10:53:00 +08:00
parent d515e88d97
commit 7241e2e7ad
2 changed files with 6 additions and 17 deletions

View File

@@ -77,20 +77,10 @@ export default defineComponent({
margin-top 0
}
//.cursor {
// height 24px;
// border-left 1px solid black;
//
// animation: cursorImg 1s infinite steps(1, start);
// @keyframes cursorImg {
// 0%, 100% {
// opacity: 0;
// }
// 50% {
// opacity: 1;
// }
// }
//}
p > code {
color #cc0000
background-color #f1f1f1
}
}
}
}