mirror of
https://github.com/doocs/md.git
synced 2024-11-24 19:10:34 +08:00
fix: mac code block display exception (#286)
This commit is contained in:
parent
2c27ccbc1d
commit
b1e6a7a14d
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user