From 1910e9f27373b8b4da75f076762025ceb3419965 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期四, 12 六月 2025 15:40:50 +0800
Subject: [PATCH] fix: 暂时隐藏电信充值通道
---
packages/components/src/styles/orderCard.scss | 20 ++++++++++++--------
1 files changed, 12 insertions(+), 8 deletions(-)
diff --git a/packages/components/src/styles/orderCard.scss b/packages/components/src/styles/orderCard.scss
index bbf24d9..0417ebd 100644
--- a/packages/components/src/styles/orderCard.scss
+++ b/packages/components/src/styles/orderCard.scss
@@ -23,14 +23,19 @@
color: #333333;
flex: 1;
min-width: 0;
- margin-right: 56px;
+
+ .order-card-title-text-wrapper {
+ height: 68px;
+ display: flex;
+ }
.order-card-title-text {
font-size: 30px;
line-height: 42px;
font-weight: 400;
+ flex: 1;
+ min-width: 0;
display: flex;
- align-items: center;
&::before {
content: '';
@@ -40,6 +45,8 @@
background-color: #fa4640;
border-radius: 24px;
margin-right: 12px;
+ line-height: 42px;
+ margin-top: 9px;
}
}
}
@@ -52,8 +59,8 @@
}
.order-card-title-status {
- width: 116px;
- height: 116px;
+ width: 90px;
+ height: 90px;
img {
width: 100%;
@@ -62,14 +69,11 @@
}
}
- .order-card-content {
- padding-bottom: 26px;
- }
-
.order-card-footer {
display: flex;
justify-content: flex-end;
padding-top: 32px;
+ margin-top: 26px;
border-top: solid 1px #f7f7f7;
}
--
Gitblit v1.9.1