From e0f8235c4faee9fd81a66f6c25d76bc6c7562371 Mon Sep 17 00:00:00 2001 From: yuetsh <517252939@qq.com> Date: Wed, 26 Feb 2025 11:33:14 +0800 Subject: [PATCH] update --- src/components/Tutorial.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Tutorial.vue b/src/components/Tutorial.vue index 3283b5a..f44a725 100644 --- a/src/components/Tutorial.vue +++ b/src/components/Tutorial.vue @@ -136,7 +136,7 @@ watch(step, render) .codeblock-action .btn { position: absolute; - top: 0; + top: 4px; right: 0; padding: 1rem; cursor: pointer;