From fe5da7ff3adba9fb93ec1d0637cda87355a4ba95 Mon Sep 17 00:00:00 2001 From: aaron <> Date: Sat, 29 Mar 2025 22:08:08 +0800 Subject: [PATCH] update --- src/components/OrderList.vue | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/src/components/OrderList.vue b/src/components/OrderList.vue index 85ce170..53d7690 100644 --- a/src/components/OrderList.vue +++ b/src/components/OrderList.vue @@ -117,7 +117,10 @@ @@ -1081,6 +1084,21 @@ export default { text-align: center; } } + +.order-id-container { + display: flex; + align-items: center; + gap: 5px; +} + +.new-order-tag { + margin-right: 5px; + font-weight: bold; + font-size: 12px; + padding: 0 4px; + height: 20px; + line-height: 18px; +}