From 9b04ecf2f64d59093ce07c47e9c73cd638c5aa3b Mon Sep 17 00:00:00 2001 From: aihe <961836564@qq.com> Date: Sun, 14 Jul 2024 19:56:04 +0800 Subject: [PATCH] uu --- common/custom.scss | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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; }