Browse Source

提交

master
chenkainan 11 months ago
parent
commit
cdeff2283a
  1. 6
      pages/index/index.vue
  2. 4
      static/css/base.css

6
pages/index/index.vue

@ -22,9 +22,7 @@
<style>
.content {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
background: #FFFFFF;
min-height: 100vh;
}
</style>

4
static/css/base.css

@ -12,6 +12,10 @@ input {
border: none;
}
view {
box-sizing: border-box;
}
.flex-between {
display: flex;
justify-content: space-between;

Loading…
Cancel
Save