From 483d68b44720babd1a2f8432661712d869433ad4 Mon Sep 17 00:00:00 2001 From: enncy <877526278@qq.com> Date: Thu, 28 Apr 2022 12:24:08 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=80=82=E5=BD=93=E5=A2=9E=E5=A4=A7?= =?UTF-8?q?=E4=BA=86=E6=96=87=E6=9C=AC=E4=BE=BF=E4=BA=8E=E8=AF=86=E5=88=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/core/src/core/ocr.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/core/src/core/ocr.ts b/packages/core/src/core/ocr.ts index 52ba20f5..fc99d152 100644 --- a/packages/core/src/core/ocr.ts +++ b/packages/core/src/core/ocr.ts @@ -23,11 +23,11 @@ export class OCR { /** 父元素的内边距 */ padding: '4px', /** 字体大小 */ - fontSize: '32px', + fontSize: '48px', /** 字体高 */ - lineHeight: '50px', + lineHeight: '64px', /** 文字间距 */ - letterSpacing: '8px' + letterSpacing: '12px' } constructor(options: Partial = {}) {