From bc9d118efd70a9b6f7c62dd899daaf5b097a04ed Mon Sep 17 00:00:00 2001 From: yanghongbo1 Date: Mon, 22 Apr 2024 18:58:18 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A=E4=BF=AE=E5=A4=8D=E5=AF=8C?= =?UTF-8?q?=E6=96=87=E6=9C=AC=E9=80=89=E6=8B=A9=E5=AD=97=E4=BD=93=E5=A4=A7?= =?UTF-8?q?=E5=B0=8F=E5=88=97=E8=A1=A8=E6=96=87=E5=AD=97=E9=87=8D=E5=8F=A0?= =?UTF-8?q?bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/pages/Edit/components/RichTextToolbar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/pages/Edit/components/RichTextToolbar.vue b/web/src/pages/Edit/components/RichTextToolbar.vue index 66bacb58..04374f8d 100644 --- a/web/src/pages/Edit/components/RichTextToolbar.vue +++ b/web/src/pages/Edit/components/RichTextToolbar.vue @@ -299,7 +299,7 @@ export default { } .fontOptionItem { - height: 30px; + height: 50px; width: 100%; display: flex; align-items: center;