From 467a96041c0b1c84e4afe0822fc67e357a08380f Mon Sep 17 00:00:00 2001
From: “zhangzhuo <1365436742@qq.com>
Date: Wed, 13 Jan 2021 20:31:09 +0800
Subject: [PATCH] 更新 -张卓
---
README.md | 4 ++--
src/index.js | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 7a1dde9..26a7109 100644
--- a/README.md
+++ b/README.md
@@ -158,11 +158,11 @@ export default class App extends Component {//默认图片样式宽度100%高度
titleFont="14px bold 黑体" //文字的字体
titleLineHeight="" //文字的行高 默认和文字行字体大小一样
position={[10,10]} //文字的位置0是x y是一 如果不设置:里面是判断x最大的y最小的值来进行判断
- titleBackgroundColor= ""//字的背景颜色支持rgba
+ titleBackgroundColor= ""//字的背景颜色支持rgba(注意这里是disabled为false的时候)
titlePadding= "10px" //文字的padding
titleTextAlign= "center" //文字居中或者左对齐,只支持在disabled为false的时候
titleWidth= 100 //字底下背景的宽度
- titleFillColor= ""//字底下背景的颜色
+ titleFillColor= ""//字底下背景的颜色(注意这里是disabled为true的时候)
inputStyle={width:"20px"}//这里是添加input的自定义样式(根据js填写就行)
>
```
diff --git a/src/index.js b/src/index.js
index 6022d22..2cec5d2 100644
--- a/src/index.js
+++ b/src/index.js
@@ -123,7 +123,7 @@ class App extends Component {
margin:"0 auto",
position:"relative"
}}>
-
+ {/* */}
{/*
{
listArr.map((item,index)=>{
--
libgit2 0.21.4