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 | 158 | titleFont="14px bold 黑体" //文字的字体 |
159 | 159 | titleLineHeight="" //文字的行高 默认和文字行字体大小一样 |
160 | 160 | position={[10,10]} //文字的位置0是x y是一 如果不设置:里面是判断x最大的y最小的值来进行判断 |
161 | - titleBackgroundColor= ""//字的背景颜色支持rgba | |
161 | + titleBackgroundColor= ""//字的背景颜色支持rgba(注意这里是disabled为false的时候) | |
162 | 162 | titlePadding= "10px" //文字的padding |
163 | 163 | titleTextAlign= "center" //文字居中或者左对齐,只支持在disabled为false的时候 |
164 | 164 | titleWidth= 100 //字底下背景的宽度 |
165 | - titleFillColor= ""//字底下背景的颜色 | |
165 | + titleFillColor= ""//字底下背景的颜色(注意这里是disabled为true的时候) | |
166 | 166 | inputStyle={width:"20px"}//这里是添加input的自定义样式(根据js填写就行) |
167 | 167 | ></AreaSelete> |
168 | 168 | ``` | ... | ... |
src/index.js
... | ... | @@ -123,7 +123,7 @@ class App extends Component { |
123 | 123 | margin:"0 auto", |
124 | 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 | 127 | {/* <TransitionCom> |
128 | 128 | { |
129 | 129 | listArr.map((item,index)=>{ | ... | ... |