GITLAB
刘文博
/ gulu-vue
Toggle navigation
Sign in
Sign in
Activity
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
5b12ec0b653979847e4af401470030c5ba5a5a50
Authored by
BigBoss
2020-06-08 19:06:22 +0800
1 parent
36e5592037
Exists in
master
修改首页bug
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/pages/index/index.vue
Side-by-side Diff
Inline Diff
src/pages/index/index.vue
Diff comments
View file @
5b12ec0
...
...
@@ -265,6 +265,7 @@ export default {
265
265
flex-direction: column;
266
266
align-items: center;
267
267
justify-content: center;
268
+ width: 100%;
268
269
}
269
270
.header {
270
271
display: flex;
...
...