Commit 467a96041c0b1c84e4afe0822fc67e357a08380f
1 parent
40aa9a73
更新 -张卓
Showing
2 changed files
with
3 additions
and
3 deletions
README.md
@@ -158,11 +158,11 @@ export default class App extends Component {//默认图片样式宽度100%高度 | @@ -158,11 +158,11 @@ export default class App extends Component {//默认图片样式宽度100%高度 | ||
158 | titleFont="14px bold 黑体" //文字的字体 | 158 | titleFont="14px bold 黑体" //文字的字体 |
159 | titleLineHeight="" //文字的行高 默认和文字行字体大小一样 | 159 | titleLineHeight="" //文字的行高 默认和文字行字体大小一样 |
160 | position={[10,10]} //文字的位置0是x y是一 如果不设置:里面是判断x最大的y最小的值来进行判断 | 160 | position={[10,10]} //文字的位置0是x y是一 如果不设置:里面是判断x最大的y最小的值来进行判断 |
161 | - titleBackgroundColor= ""//字的背景颜色支持rgba | 161 | + titleBackgroundColor= ""//字的背景颜色支持rgba(注意这里是disabled为false的时候) |
162 | titlePadding= "10px" //文字的padding | 162 | titlePadding= "10px" //文字的padding |
163 | titleTextAlign= "center" //文字居中或者左对齐,只支持在disabled为false的时候 | 163 | titleTextAlign= "center" //文字居中或者左对齐,只支持在disabled为false的时候 |
164 | titleWidth= 100 //字底下背景的宽度 | 164 | titleWidth= 100 //字底下背景的宽度 |
165 | - titleFillColor= ""//字底下背景的颜色 | 165 | + titleFillColor= ""//字底下背景的颜色(注意这里是disabled为true的时候) |
166 | inputStyle={width:"20px"}//这里是添加input的自定义样式(根据js填写就行) | 166 | inputStyle={width:"20px"}//这里是添加input的自定义样式(根据js填写就行) |
167 | ></AreaSelete> | 167 | ></AreaSelete> |
168 | ``` | 168 | ``` |
src/index.js
@@ -123,7 +123,7 @@ class App extends Component { | @@ -123,7 +123,7 @@ class App extends Component { | ||
123 | margin:"0 auto", | 123 | margin:"0 auto", |
124 | position:"relative" | 124 | position:"relative" |
125 | }}> | 125 | }}> |
126 | - <AllVideoCom videoUrl="http://8.131.254.61:8888/httpflvlive?app=lskjapp&stream=2200001201000B01.flv"></AllVideoCom> | 126 | + {/* <AllVideoCom videoUrl="http://8.131.254.61:8888/httpflvlive?app=lskjapp&stream=2200001201000B01.flv"></AllVideoCom> */} |
127 | {/* <TransitionCom> | 127 | {/* <TransitionCom> |
128 | { | 128 | { |
129 | listArr.map((item,index)=>{ | 129 | listArr.map((item,index)=>{ |