From c0bcba49bef43b880978ff63b2ac00f1ba5c5c6a Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期三, 21 五月 2025 16:13:59 +0800
Subject: [PATCH] fix: 修改ui
---
packages/components/src/styles/orderCard.scss | 25 ++++++++++++++++++++++---
1 files changed, 22 insertions(+), 3 deletions(-)
diff --git a/packages/components/src/styles/orderCard.scss b/packages/components/src/styles/orderCard.scss
index 9619746..b475e2c 100644
--- a/packages/components/src/styles/orderCard.scss
+++ b/packages/components/src/styles/orderCard.scss
@@ -23,12 +23,31 @@
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;
+
+ &::before {
+ content: '';
+ display: inline-block;
+ width: 8px;
+ height: 24px;
+ background-color: #fa4640;
+ border-radius: 24px;
+ margin-right: 12px;
+ line-height: 42px;
+ margin-top: 9px;
+ }
}
}
@@ -40,8 +59,8 @@
}
.order-card-title-status {
- width: 116px;
- height: 116px;
+ width: 90px;
+ height: 90px;
img {
width: 100%;
--
Gitblit v1.9.1