Skip to content

Commit 01df52f

Browse files
committed
[UPT][#20] Center content.
1 parent 07527ca commit 01df52f

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

vue-front/src/App.vue

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
2-
<div id="app">
3-
<v-row no-gutters>
2+
<div class="app justify-center">
3+
<v-row no-gutters class="justify-center">
44
<v-col
55
v-bind:key="item"
66
v-for="item in plotItems"
@@ -81,7 +81,7 @@ export default {
8181
padding: 0;
8282
}
8383
84-
#app {
84+
.app {
8585
font-family: "Avenir", Helvetica, Arial, sans-serif;
8686
-webkit-font-smoothing: antialiased;
8787
-moz-osx-font-smoothing: grayscale;
@@ -120,6 +120,10 @@ body {
120120
justify-content: space-around;
121121
}
122122
123+
.justify-center {
124+
justify-content: center;
125+
}
126+
123127
::-webkit-scrollbar {
124128
display: none;
125129
}

0 commit comments

Comments
 (0)