This website works better with JavaScript.
Home
Explore
Help
Sign In
bubblev
/
bubble-web
Watch
8
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix: change design
pull/39/head
Tyler Chen
4 years ago
parent
b8deebaa49
commit
eaa94c3e73
5 changed files
with
6 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
BIN
+0
-2
src/_pages/Layout.vue
+4
-1
src/_pages/main/account/Layout.vue
+2
-1
src/_pages/main/account/MyAccount.vue
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
Write
Preview
Loading…
Cancel
Save