From 0d976f3ba867f1c07a4563a51552294e5fd75aaf Mon Sep 17 00:00:00 2001 From: asadahimeka Date: Sat, 18 Mar 2023 02:02:35 +0800 Subject: [PATCH] update style --- src/App.vue | 4 ---- src/views/Account/Following.vue | 6 +++--- src/views/Artwork/components/ImageView.vue | 2 +- 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/src/App.vue b/src/App.vue index 293386e0..9acf6fce 100644 --- a/src/App.vue +++ b/src/App.vue @@ -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 diff --git a/src/views/Account/Following.vue b/src/views/Account/Following.vue index 86ca1da2..4cf537ca 100644 --- a/src/views/Account/Following.vue +++ b/src/views/Account/Following.vue @@ -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; diff --git a/src/views/Artwork/components/ImageView.vue b/src/views/Artwork/components/ImageView.vue index 656f4eb9..ddb1ee4e 100644 --- a/src/views/Artwork/components/ImageView.vue +++ b/src/views/Artwork/components/ImageView.vue @@ -313,7 +313,7 @@ export default { const ctx = cacheCanvas.getContext('2d') const gif = new GIF({ - workers: 4, + workers: 10, quality: 10, width, height,