diff --git a/src/components/PaymentCountdown.scss b/src/components/PaymentCountdown.scss index 5efb6cb..d639124 100644 --- a/src/components/PaymentCountdown.scss +++ b/src/components/PaymentCountdown.scss @@ -133,7 +133,6 @@ margin: 8px 0; .countdown-text { - font-size: 14px; font-weight: 600; } } diff --git a/src/shop/orderDetail/index.scss b/src/shop/orderDetail/index.scss index 6e3fb0f..2679e97 100644 --- a/src/shop/orderDetail/index.scss +++ b/src/shop/orderDetail/index.scss @@ -3,7 +3,6 @@ .nut-cell-group__title { padding: 10px 16px; - font-size: 14px; color: #999; } @@ -24,4 +23,4 @@ margin-left: 10px; } } -} \ No newline at end of file +} diff --git a/src/shop/orderDetail/index.tsx b/src/shop/orderDetail/index.tsx index 6657390..fcd3e47 100644 --- a/src/shop/orderDetail/index.tsx +++ b/src/shop/orderDetail/index.tsx @@ -101,7 +101,7 @@ const OrderDetail = () => {