Skip to content

Commit 5cc3d97

Browse files
committed
Update App.vue
1 parent a3321ae commit 5cc3d97

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,14 +132,14 @@ rendering chunks (1)...
132132
vite-plugin-singlefile-compression 2.1.1 deflate-raw base128-ascii
133133
134134
file:///D:/code/js/vite-plugin-singlefile-compression/test/dist/index.html
135-
124.013 kB -> 50.35 kB
135+
124.013 kB -> 50.408 kB
136136
137137
Finish.
138138
139139
computing gzip size...
140-
dist/index.html 50.35 kB │ gzip: 43.87 kB
140+
dist/index.html 50.40 kB │ gzip: 43.93 kB
141141
142-
✓ built in 296ms
142+
✓ built in 295ms
143143
```
144144

145145
![](effect.jpg)

test/src/App.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ nav {
3535
width: 100%;
3636
font-size: 18px;
3737
text-align: left;
38-
margin: 2rem 0 2rem -14px;
38+
margin: 2rem 0 2rem -10px;
3939
padding: 8px 0;
4040
}
4141
@@ -50,7 +50,7 @@ nav a.router-link-exact-active:hover {
5050
nav a {
5151
display: inline-block;
5252
/* padding: 0 1rem; */
53-
padding: 0 14px;
53+
padding: 0 10px;
5454
border-left: 1px solid var(--color-border);
5555
}
5656

0 commit comments

Comments
 (0)