From c7dfbda45594cef1b085ae7f3a4d692d48f974ff Mon Sep 17 00:00:00 2001 From: chenjiajian <798095202@qq.com> Date: Tue, 21 Jun 2022 11:30:22 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E4=BF=AE=E5=A4=8D=20ScrollView=20?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E7=9A=84=E6=96=87=E6=A1=A3=E4=BE=8B=E5=AD=90?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/taro-components/types/ScrollView.d.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/taro-components/types/ScrollView.d.ts b/packages/taro-components/types/ScrollView.d.ts index 90a785300c44..a4750988f91f 100644 --- a/packages/taro-components/types/ScrollView.d.ts +++ b/packages/taro-components/types/ScrollView.d.ts @@ -225,15 +225,15 @@ declare namespace ScrollViewProps { * const Threshold = 20 * const vStyleA = { * height: '150px', - * 'background-color': 'rgb(26, 173, 25)' + * 'backgroundColor': 'rgb(26, 173, 25)' * } * const vStyleB = { * height: '150px', - * 'background-color': 'rgb(39,130,215)' + * 'backgroundColor': 'rgb(39,130,215)' * } * const vStyleC = { * height: '150px', - * 'background-color': 'rgb(241,241,241)', + * 'backgroundColor': 'rgb(241,241,241)', * color: '#333' * } * return (