From cf1fcff430fa1331c1d9b2b844fa9ad710fb7a26 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期二, 16 四月 2024 11:30:34 +0800 Subject: [PATCH] 详情页,答题器bug修改 --- pages/cart/index.wxss | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/pages/cart/index.wxss b/pages/cart/index.wxss index c0c1377..0b2b1df 100644 --- a/pages/cart/index.wxss +++ b/pages/cart/index.wxss @@ -1,4 +1,6 @@ /* pages/cart/item.wxss */ +@import "./index.skeleton.wxss"; + .btn-wrapper { height: 100%; } @@ -185,7 +187,7 @@ } .t-button--default { - background-color: #FF6C00 !important; + /* background-color: #FF6C00 !important; */ } .noDataBox { -- Gitblit v1.9.1