From 9261a41b62e19afda9086edf322a056b0ad0276e Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期二, 16 四月 2024 12:07:38 +0800 Subject: [PATCH] ios --- 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