From c81f4a322e768b05c011d057df1071efb43ef071 Mon Sep 17 00:00:00 2001 From: wong1988 Date: Fri, 19 Jan 2024 20:27:18 +0800 Subject: [PATCH] 111 --- pages/home/cloudCard2.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pages/home/cloudCard2.vue b/pages/home/cloudCard2.vue index 15ec393..0c56f06 100644 --- a/pages/home/cloudCard2.vue +++ b/pages/home/cloudCard2.vue @@ -280,7 +280,7 @@ brandClick(val) { - this.brandType = val + this.selectIndex2 = val this.request() }, @@ -630,13 +630,15 @@ button { background: #FF9900; color: #fff; - height: 40px; + height: 42px; line-height: 40px; font-size: 13px; padding: 0px 15px; border: 1px #FF5006 solid; border-top-left-radius: 25px; border-bottom-left-radius: 25px; + border-top-right-radius: 0px; + border-bottom-right-radius: 0px; }