Commit 36351df943d240bf97949eff1d1ca71d14c4f314

Authored by Yang Xiaoxiao
1 parent 31468a37

视频 与 查询 调换位置

show/src/bundle.js
No preview for this file type
source/src/bundle.js
No preview for this file type
source/src/js/root.js
@@ -24,14 +24,14 @@ class Root extends Component { @@ -24,14 +24,14 @@ class Root extends Component {
24 <div style={{ 24 <div style={{
25 height:'calc(100% - 30px)' 25 height:'calc(100% - 30px)'
26 }}> 26 }}>
27 - <iframe style={{border:0,width:"100%",height:"100%"}} src="http://192.168.10.9:8888/tcplayer.html?id=2200001201000053"/> 27 + <SearchAlarm />
28 </div> 28 </div>
29 </div> 29 </div>
30 <div> 30 <div>
31 <div style={{ 31 <div style={{
32 height:'calc(100% - 30px)' 32 height:'calc(100% - 30px)'
33 }}> 33 }}>
34 - <SearchAlarm /> 34 + <iframe style={{border:0,width:"100%",height:"100%"}} src="http://192.168.10.9:8888/tcplayer.html?id=2200001201000053"/>
35 </div> 35 </div>
36 </div> 36 </div>
37 </Carousel> 37 </Carousel>