This repository was archived by the owner on Oct 11, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
< div class ="dce-ui-container ">
2
2
< div class ="dce-main ">
3
- < div class ="dce-bg-loading " style =" display: none " >
3
+ < div class ="dce-bg-loading ">
4
4
< div class ="dce-loading-img ">
5
5
< svg class ="dce-svg-loop " viewBox ="0 0 130 130 ">
6
6
< g transform ="translate(-121 -252) ">
74
74
</ div >
75
75
< div class ="dce-loading-camera-tip "> Loading camera...</ div >
76
76
</ div >
77
- < div class ="dce-bg-camera " style =" display: none " >
77
+ < div class ="dce-bg-camera ">
78
78
< svg viewBox ="0 0 120 120 ">
79
79
< g transform ="translate(-126 -257) ">
80
80
< g >
142
142
</ div >
143
143
< div class ="dce-resolution ">
144
144
< select class ="dce-sel-resolution ">
145
- < option value ="got "> </ option >
145
+ < option class =" dce-opt-gotResolution " value ="got "> </ option >
146
146
< option data-width ="3840 " data-height ="2160 "> 3840x2160</ option >
147
147
< option data-width ="1920 " data-height ="1080 "> 1920x1080</ option >
148
148
< option data-width ="1280 " data-height ="720 "> 1280x720</ option >
341
341
}
342
342
343
343
.dce-main > .dce-bg-loading {
344
+ display : none;
344
345
position : absolute;
345
346
left : 50% ;
346
347
min-width : 130px ;
379
380
}
380
381
381
382
.dce-main > .dce-bg-camera {
383
+ display : none;
382
384
position : absolute;
383
385
left : 50% ;
384
386
top : 50% ;
You can’t perform that action at this time.
0 commit comments