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 5
5
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6
6
< title > Algorithm Sorting Visualizer</ title >
7
7
< 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 >
9
9
</ head >
10
10
< body >
11
11
< div id ="app " class ="container ">
@@ -62,6 +62,6 @@ <h2>最终结果:</h2>
62
62
</ div >
63
63
</ div >
64
64
</ div >
65
- < script src ="src/main.js "> </ script >
65
+ < script type =" module " src ="src/main.js "> </ script >
66
66
</ body >
67
67
</ html >
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ select:focus {
127
127
}
128
128
129
129
.number-input {
130
- width : 100 % ;
130
+ width : 80 % ;
131
131
padding : 0.75rem ;
132
132
border : 2px solid var (--border-color );
133
133
border-radius : 8px ;
You can’t perform that action at this time.
0 commit comments