fix: mac code block display exception (#286)

This commit is contained in:
YangFong 2024-04-19 22:43:41 +08:00 committed by GitHub
parent 2c27ccbc1d
commit b1e6a7a14d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -183,9 +183,9 @@ export const useStore = defineStore(`store`, {
height: 25px; height: 25px;
background-color: transparent; background-color: transparent;
background-image: url("https://doocs.oss-cn-shenzhen.aliyuncs.com/img/123.svg"); background-image: url("https://doocs.oss-cn-shenzhen.aliyuncs.com/img/123.svg");
background-position: 14px 10px; background-position: 14px 10px!important;
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: 40px; background-size: 40px!important;
} }
.hljs.code__pre { .hljs.code__pre {