From bdb70b9aa356a71ac4a8355fd83eaa91efc7a838 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Mon, 15 Aug 2022 23:51:12 +0800 Subject: [PATCH] :lipstick: --- app/src/assets/scss/export.scss | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/app/src/assets/scss/export.scss b/app/src/assets/scss/export.scss index 8a1dc7a13..748cc402e 100644 --- a/app/src/assets/scss/export.scss +++ b/app/src/assets/scss/export.scss @@ -2,15 +2,7 @@ @import "tooltips"; @import "typography"; @import "wysiwyg"; - -// https://ld246.com/article/1645943925484 问题3 -.fn__flex-1 { - flex: 1 -} - -.fn__none { - display: none; -} +@import "function"; .protyle-wysiwyg a { color: var(--b3-protyle-inline-link-color);