From e3bd895908d0e162f569dded6c11a14410f3e6df Mon Sep 17 00:00:00 2001 From: weifashi <605403358@qq.com> Date: Sun, 17 Sep 2023 23:21:12 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E5=AE=A1=E6=89=B9=E4=B8=AD?= =?UTF-8?q?=E5=BF=83=20=E6=A0=B7=E5=BC=8F=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/assets/js/pages/manage/approve/index.vue | 2 +- resources/assets/sass/pages/page-approve.scss | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/resources/assets/js/pages/manage/approve/index.vue b/resources/assets/js/pages/manage/approve/index.vue index 32822c9c8..4d7726c30 100644 --- a/resources/assets/js/pages/manage/approve/index.vue +++ b/resources/assets/js/pages/manage/approve/index.vue @@ -697,7 +697,7 @@ export default { this.tabsValue = 'initiated'; this.initiatedList.map(h=>{ h._active = false; }) this.$nextTick(()=>{ - this.tabsClick(); + this.tabsClick(false,0); }) }).catch(({msg}) => { $A.modalError(msg); diff --git a/resources/assets/sass/pages/page-approve.scss b/resources/assets/sass/pages/page-approve.scss index 31bbab87e..c5e81527a 100644 --- a/resources/assets/sass/pages/page-approve.scss +++ b/resources/assets/sass/pages/page-approve.scss @@ -61,9 +61,12 @@ max-width: 200px; } - .ivu-btn{ - min-width: 45px; + @media (max-width: 515px) { + .ivu-btn{ + min-width: 45px; + } } + } .approve-load {