File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 55 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
66 < title > Algorithm Sorting Visualizer</ title >
77 < link rel ="stylesheet " href ="src/assets/main.css ">
8- < script src ="https://unpkg.com/vue@3.3.4 "> </ script >
8+ < script src ="https://unpkg.com/vue@3.3.4/dist/vue.global.js "> </ script >
99</ head >
1010< body >
1111 < div id ="app " class ="container ">
@@ -62,6 +62,6 @@ <h2>最终结果:</h2>
6262 </ div >
6363 </ div >
6464 </ div >
65- < script src ="src/main.js "> </ script >
65+ < script type =" module " src ="src/main.js "> </ script >
6666</ body >
6767</ html >
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ select:focus {
127127}
128128
129129.number-input {
130- width : 100 % ;
130+ width : 80 % ;
131131 padding : 0.75rem ;
132132 border : 2px solid var (--border-color );
133133 border-radius : 8px ;
You can’t perform that action at this time.
0 commit comments