From 9e12956b15258a4537f87c4284f508dee480c4ad Mon Sep 17 00:00:00 2001 From: wangsongsole Date: Mon, 25 Jul 2022 14:26:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=AB=8B=E5=87=8F=E9=87=91?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/knockGold/index.less | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/src/components/knockGold/index.less b/src/components/knockGold/index.less index 45489f78..81cbf06d 100644 --- a/src/components/knockGold/index.less +++ b/src/components/knockGold/index.less @@ -20,6 +20,7 @@ width: auto !important; + .couponShow { width: 100%; height: 90px; @@ -189,6 +190,18 @@ .zent-radio-group { margin-right: 20px; } + + .zent-select-v2 { + border-top: 0 !important; + border-left: 0 !important; + border-right: 0 !important; + border-radius: 0 !important; + + &:hover, + .zent-select-v2-search:hover { + background-color: #F7F9FC; + } + } } .boxTime:last-child { @@ -266,6 +279,18 @@ button { margin-left: 10px; } + + .zent-select-v2 { + border-top: 0 !important; + border-left: 0 !important; + border-right: 0 !important; + border-radius: 0 !important; + + &:hover, + .zent-select-v2-search:hover { + background-color: #F7F9FC !important; + } + } } .userSelect {