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> <style>
.content { .content {
display: flex; background: #FFFFFF;
flex-direction: column; min-height: 100vh;
align-items: center;
justify-content: center;
} }
</style> </style>

4
static/css/base.css

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

Loading…
Cancel
Save