Browse Source

fix: change design

pull/39/head
Tyler Chen 4 years ago
parent
commit
eaa94c3e73
5 changed files with 6 additions and 4 deletions
  1. BIN
     
  2. +0
    -2
      src/_pages/Layout.vue
  3. +4
    -1
      src/_pages/main/account/Layout.vue
  4. +2
    -1
      src/_pages/main/account/MyAccount.vue
  5. BIN
     

BIN
View File


+ 0
- 2
src/_pages/Layout.vue View File

@@ -5,8 +5,6 @@
</div>
</template>



<script>
export default {};
</script>

+ 4
- 1
src/_pages/main/account/Layout.vue View File

@@ -35,7 +35,10 @@
}

.background3 {
background: linear-gradient(112.62deg, #1930d7 13.07%, #361486 90.53%);
background-image: url('/background3.png');

background-position: 85% 200px;
background-size: auto;
}

.background {


+ 2
- 1
src/_pages/main/account/MyAccount.vue View File

@@ -30,11 +30,12 @@
.title {
margin-top: 64px;
margin-bottom: 20px;
color: white;
}

.card-container {
padding: 24px;
margin: 0 20px;
box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
border-radius: 10px;
background: #fff;


BIN
View File


Loading…
Cancel
Save