mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-12 04:03:42 +08:00
fixed bug for code hightline
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user