From 375a2db717287cd2118fe1476256c5747f588fbd Mon Sep 17 00:00:00 2001 From: aihe <961836564@qq.com> Date: Sun, 14 Jul 2024 19:56:24 +0800 Subject: [PATCH] uu --- common/custom.scss | 12 ++++++++++++ components/buns-api/login/mp-login.vue | 9 --------- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/common/custom.scss b/common/custom.scss index 711079f..3d15e04 100644 --- a/common/custom.scss +++ b/common/custom.scss @@ -45,6 +45,18 @@ } } } +.btn-open{ + display: inline-block; + height: auto; + margin: 0; + min-height: auto; + padding: 0; + line-height: normal; + background: inherit !important; + &::after{ + display: none; + } +} .smp-tag{ margin: 0 20rpx 20rpx 0; display: inline-block; } diff --git a/components/buns-api/login/mp-login.vue b/components/buns-api/login/mp-login.vue index d41e0e0..a2cd78f 100644 --- a/components/buns-api/login/mp-login.vue +++ b/components/buns-api/login/mp-login.vue @@ -167,15 +167,6 @@ left: 0; right: 0; } - .btn-open{ - display: inline-block; - height: auto; - margin: 0; - min-height: auto; - padding: 0; - line-height: normal; - background: inherit; - } .avatar-empty{ width: 100rpx; height: 100rpx;