From e5c13e9e76870b0a466ef893c5ac6c2680b0678a Mon Sep 17 00:00:00 2001 From: roymondchen Date: Tue, 25 Apr 2023 11:31:09 +0800 Subject: [PATCH] =?UTF-8?q?style(editor):=20=E5=B0=86code-block=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E6=8A=BD=E7=A6=BB=E6=88=90dep-list=E7=BB=9F=E4=B8=80?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/editor/src/icons/AppManageIcon.vue | 2 +- packages/editor/src/icons/CodeIcon.vue | 11 +-- .../sidebar/code-block/CodeBlockList.vue | 8 +-- packages/editor/src/theme/code-block.scss | 70 ++----------------- packages/editor/src/theme/dep-list.scss | 59 ++++++++++++++++ packages/editor/src/theme/theme.scss | 1 + 6 files changed, 70 insertions(+), 81 deletions(-) create mode 100644 packages/editor/src/theme/dep-list.scss diff --git a/packages/editor/src/icons/AppManageIcon.vue b/packages/editor/src/icons/AppManageIcon.vue index 46ad5ecf..85047145 100644 --- a/packages/editor/src/icons/AppManageIcon.vue +++ b/packages/editor/src/icons/AppManageIcon.vue @@ -1,6 +1,6 @@