Skip to content

Commit

Permalink
chore: modify left bar (#42)
Browse files Browse the repository at this point in the history
change mock_up_2
change variables of canvas size
change size of upload button
  • Loading branch information
sjh7141 authored Oct 2, 2020
1 parent d88c976 commit a3e7a50
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file modified assets/mock_up_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion components/detailMenus/ChangeBgColor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
tile
class="py-7"
text color="white"
style="width:90%; height: 100px; border: 2px dashed; border-radius: 20px; background-color:rgba(100,100,100,0.2);"
style="width:90%; height: 200px; border: 2px dashed; border-radius: 20px; background-color:rgba(100,100,100,0.2);"
@click="clickToBackgroundImage">
<v-icon style="pointer: cursor; font-size:30px;">mdi-image-plus</v-icon>
</v-btn>
Expand Down
4 changes: 2 additions & 2 deletions components/detailMenus/ChangeCanvas.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<div class="text-left" style="color: white">Canvas Size</div>
<v-row class="pd-0 pt-2">
<v-col cols="8" class="text-left py-0">
<div style="color: white">x</div>
<div style="color: white">w</div>
</v-col>
<v-col cols="4" class="py-0">
<v-text-field
Expand All @@ -41,7 +41,7 @@
></v-text-field>
</v-col>
<v-col cols="8" class="text-left py-0">
<div style="color: white">y</div>
<div style="color: white">h</div>
</v-col>
<v-col cols="4" class="py-0">
<v-text-field
Expand Down

0 comments on commit a3e7a50

Please sign in to comment.