From 85a96962e01396a6dafb6c9fc2665a8d35d81b77 Mon Sep 17 00:00:00 2001 From: xiaonuobase <1253070437@qq.com> Date: Fri, 7 Apr 2023 11:44:41 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=9B=B4=E6=96=B0=E3=80=91=E6=93=8D?= =?UTF-8?q?=E4=BD=9C=E6=97=A5=E5=BF=97=E8=AF=A6=E6=83=85=E9=AB=98=E4=BA=AE?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E5=A2=9E=E5=8A=A0=E6=BB=9A=E5=8A=A8=E6=9D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- snowy-admin-web/src/components/XnHighlightjs/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/snowy-admin-web/src/components/XnHighlightjs/index.vue b/snowy-admin-web/src/components/XnHighlightjs/index.vue index 7ec12a3d..08ca83bf 100644 --- a/snowy-admin-web/src/components/XnHighlightjs/index.vue +++ b/snowy-admin-web/src/components/XnHighlightjs/index.vue @@ -54,7 +54,7 @@ }*/ /** 滚动条 */ - /*:deep(.hljs,.hljs-container) { + :deep(.hljs,.hljs-container) { max-height: 300px!important; overflow-x: auto; } @@ -87,5 +87,5 @@ ::-webkit-scrollbar-button { display: none; - }*/ + }