From 010fdcf8abd58bde5c1106db8ed8448effc75b4b Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 25 二月 2025 16:37:46 +0800 Subject: [PATCH] 2025-02-25 --- src/menu/components/code/sandbox/index.scss | 9 +-------- 1 files changed, 1 insertions(+), 8 deletions(-) diff --git a/src/menu/components/code/sandbox/index.scss b/src/menu/components/code/sandbox/index.scss index 5301c03..2f98095 100644 --- a/src/menu/components/code/sandbox/index.scss +++ b/src/menu/components/code/sandbox/index.scss @@ -5,7 +5,7 @@ background-position: center center; background-repeat: no-repeat; background-size: cover; - min-height: 100px; + min-height: 30px; .anticon-tool { position: absolute; @@ -16,13 +16,6 @@ cursor: pointer; padding: 5px; background: rgba(255, 255, 255, 0.55); - } - .empty-content { - text-align: center; - font-size: 30px; - margin: 0; - line-height: 90px; - color: #bcbcbc; } } .menu-editor-sand-box::after { -- Gitblit v1.8.0