From 3a116b7cfee24cc6fbafea63b89092f75ced6c67 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Fri, 8 Jul 2022 12:01:28 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20=E8=B0=83=E6=95=B4=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E5=99=A8=E8=87=AA=E9=80=82=E5=BA=94=E5=8A=A8=E6=95=88=EF=BC=8C?= =?UTF-8?q?=E5=87=8F=E5=B0=91=E6=8A=96=E5=8A=A8=E6=84=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/assets/scss/_wysiwyg.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/assets/scss/_wysiwyg.scss b/app/src/assets/scss/_wysiwyg.scss index 69e0cc3f3..b3af986f9 100644 --- a/app/src/assets/scss/_wysiwyg.scss +++ b/app/src/assets/scss/_wysiwyg.scss @@ -1,7 +1,7 @@ .protyle-wysiwyg { padding: 34px 16px 16px 24px; cursor: text; - transition: padding .15s cubic-bezier(0, 0, .2, 1) 0ms; + transition: padding .3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms; box-sizing: border-box; &:focus {