File tree Expand file tree Collapse file tree 3 files changed +5
-9
lines changed
开发版dev/Vue.NetCore/Vol.Vue Expand file tree Collapse file tree 3 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 1010 < title > vol-vue</ title >
1111 < style type ="text/css ">
1212 # loading-container {
13- position : fixed ;
13+ position : absolute ;
1414 left : 0 ;
1515 top : 0 ;
1616 height : 100% ;
1717 width : 100% ;
1818 background : # fff ;
1919 user-select : none;
20- z-index : 9999 ;
20+ z-index : 999999 ;
2121 overflow : hidden
2222 }
2323
119119 </ div >
120120 </ div >
121121 < div id ="app "> </ div >
122- <!-- built files will be auto injected -->
123- < div id ="loading-container " style ="position: unset !important; "> </ div >
124122</ body >
125123
126124</ html >
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ export default {
1515 document .getElementById (" loading-container" ).style .display = " none" ;
1616 }
1717};
18- </script >
18+ </script >
1919
2020<style >
2121.el-loading {
Original file line number Diff line number Diff line change 1010 < title > vol-vue</ title >
1111 < style type ="text/css ">
1212 # loading-container {
13- position : fixed ;
13+ position : absolute ;
1414 left : 0 ;
1515 top : 0 ;
1616 height : 100% ;
1717 width : 100% ;
1818 background : # fff ;
1919 user-select : none;
20- z-index : 9999 ;
20+ z-index : 999999 ;
2121 overflow : hidden
2222 }
2323
119119 </ div >
120120 </ div >
121121 < div id ="app "> </ div >
122- <!-- built files will be auto injected -->
123- < div id ="loading-container " style ="position: unset !important; "> </ div >
124122</ body >
125123
126124</ html >
You can’t perform that action at this time.
0 commit comments