File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
开发版dev/Vue.NetCore/Vol.Vue Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 99 < meta name ="viewport " content ="width=device-width, initial-scale=1, shrink-to-fit=no ">
1010 < title > vol-vue</ title >
1111 < style type ="text/css ">
12- # loading-container {
12+ # v- loading-container {
1313 position : absolute;
1414 left : 0 ;
1515 top : 0 ;
108108</ head >
109109
110110< body style ="margin: 0px; ">
111- < div id ="loading-container ">
111+ < div id ="v- loading-container ">
112112 < div class ="loading-wrapper ">
113113 < span class ="loading-dot loading-spin ">
114114 < i > </ i >
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ export default {
1212
1313 },
1414 mounted () {
15- document .getElementById (" loading-container" ).style .display = " none" ;
15+ document .getElementById (" v- loading-container" ).style .display = " none" ;
1616 }
1717};
1818 </script >
Original file line number Diff line number Diff line change 99 < meta name ="viewport " content ="width=device-width, initial-scale=1, shrink-to-fit=no ">
1010 < title > vol-vue</ title >
1111 < style type ="text/css ">
12- # loading-container {
12+ # v- loading-container {
1313 position : absolute;
1414 left : 0 ;
1515 top : 0 ;
108108</ head >
109109
110110< body style ="margin: 0px; ">
111- < div id ="loading-container ">
111+ < div id ="v- loading-container ">
112112 < div class ="loading-wrapper ">
113113 < span class ="loading-dot loading-spin ">
114114 < i > </ i >
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ export default {
1212
1313 },
1414 mounted () {
15- document .getElementById (" loading-container" ).style .display = " none" ;
15+ document .getElementById (" v- loading-container" ).style .display = " none" ;
1616 }
1717};
18- </script >
18+ </script >
1919
2020<style >
2121.el-loading {
You can’t perform that action at this time.
0 commit comments