From 316877c1d9e5b6d92334f30b03d97d7e833cd934 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 02 二月 2021 16:01:57 +0800
Subject: [PATCH] 2021-02-02

---
 src/menu/components/code/sandbox/editorcode/index.scss |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/src/menu/components/code/sandbox/editorcode/index.scss b/src/menu/components/code/sandbox/editorcode/index.scss
new file mode 100644
index 0000000..2bd3d3d
--- /dev/null
+++ b/src/menu/components/code/sandbox/editorcode/index.scss
@@ -0,0 +1,20 @@
+.code-sand-box-code-editor.popview-modal {
+  .ant-modal-body {
+    padding-top: 0px;
+    .ant-tabs-bar {
+      margin: 0;
+    }
+    .ant-tabs-bar {
+      border: 0;
+    }
+
+    .code-mirror-wrap .code-mirror-area {
+      border-radius: 0;
+
+      .CodeMirror {
+        border-radius: 0;
+        height: 400px;
+      }
+    }
+  }
+}
\ No newline at end of file

--
Gitblit v1.8.0