From 94a20804a8700b471c149371e51b8ad01c5aa8c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E4=BC=9F=E5=BA=9A?= Date: Wed, 6 Apr 2022 15:25:14 +0800 Subject: [PATCH] fix bug --- src/components/doc-width-nav.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/doc-width-nav.vue b/src/components/doc-width-nav.vue index e878903..863eace 100644 --- a/src/components/doc-width-nav.vue +++ b/src/components/doc-width-nav.vue @@ -213,7 +213,7 @@ export default { .file { font-weight: normal; font-size: 14px; - margin-left: 152px; + margin-left: 174px; cursor: pointer; color: #515fe7; } -- 2.26.0