From b1e6a7a14d4858069767d4bdbbff07cbb95162ea Mon Sep 17 00:00:00 2001 From: YangFong Date: Fri, 19 Apr 2024 22:43:41 +0800 Subject: [PATCH] fix: mac code block display exception (#286) --- src/stores/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/stores/index.js b/src/stores/index.js index 60fe6b4..89c3d90 100644 --- a/src/stores/index.js +++ b/src/stores/index.js @@ -183,9 +183,9 @@ export const useStore = defineStore(`store`, { height: 25px; background-color: transparent; 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-size: 40px; + background-size: 40px!important; } .hljs.code__pre {