From 8311b651398c1805769259b334a542e5f000fe35 Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Sat, 21 Oct 2023 19:53:37 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=92=E8=89=B2=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/alert.vue | 14 +++++----- src/components/toast.vue | 8 +++--- src/pages/modules/login/login.vue | 5 +--- src/pages/modules/systemmanage/role.vue | 35 ++++++++++--------------- src/style/common.styl | 3 +++ 5 files changed, 29 insertions(+), 36 deletions(-) diff --git a/src/components/alert.vue b/src/components/alert.vue index 2f3954f..403ee57 100644 --- a/src/components/alert.vue +++ b/src/components/alert.vue @@ -85,15 +85,15 @@ export default { color #929292 z-index 2018 .text - padding 14px 73px + padding 20px 50px max-height 60% - min-height 44px + min-height 80px overflow-y auto text-align center -webkit-overflow-scrolling touch white-space pre-wrap - font-size 14px - line-height 24px + font-size 30px + line-height 40px color #606266 [class*='hairline'] position relative @@ -113,9 +113,9 @@ export default { border-top-width 1px .button--large width 100% - height 32px - line-height 32px - font-size 14px + height 80px + line-height 80px + font-size 30px color #e74f1a background-color #dadee2 diff --git a/src/components/toast.vue b/src/components/toast.vue index b78e8fd..14119aa 100644 --- a/src/components/toast.vue +++ b/src/components/toast.vue @@ -26,19 +26,19 @@ export default { position fixed z-index 10001 width 90% - min-height 48px + min-height 80px text-align center left 50% top 50% transform translate(-50%, -50%) .text - line-height 32px + line-height 40px display inline-block width auto text-align center - padding 14px 30px + padding 20px 50px border-radius 16px background #858586 - font-size 14px + font-size 30px color #fff diff --git a/src/pages/modules/login/login.vue b/src/pages/modules/login/login.vue index 817d27e..eb21864 100644 --- a/src/pages/modules/login/login.vue +++ b/src/pages/modules/login/login.vue @@ -40,10 +40,6 @@ -