Skip to content

Commit

Permalink
update style
Browse files Browse the repository at this point in the history
  • Loading branch information
asadahimeka committed Mar 17, 2023
1 parent 08b8ac1 commit 0d976f3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
4 changes: 0 additions & 4 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,4 @@ html,body
top 0.3rem
margin-bottom 0
padding 0
.com_sel_tab
padding 0 16px
height 0.66rem
font-size 0.32rem
</style>
6 changes: 3 additions & 3 deletions src/views/Account/Following.vue
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ export default {
flex unset
margin 0 0.1rem
.van-tab__text
height: 0.66rem;
height: 0.8rem;
padding: 0 0.21333rem;
line-height: 0.66rem;
line-height: 0.8rem;
text-align center;
font-size: 0.32rem;
font-size: 0.37333rem;
border-radius: 0.13333rem;
color: #333;
background: #eee;
Expand Down
2 changes: 1 addition & 1 deletion src/views/Artwork/components/ImageView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ export default {
const ctx = cacheCanvas.getContext('2d')
const gif = new GIF({
workers: 4,
workers: 10,
quality: 10,
width,
height,
Expand Down

0 comments on commit 0d976f3

Please sign in to comment.