From 0d1afc2fedcbe3ad3992611db32b5d145ded9ace Mon Sep 17 00:00:00 2001 From: gongzeliang <447196008@qq.com> Date: Sun, 10 Mar 2024 22:42:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E7=A5=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/style/common/list.scss | 37 ++++++++++++++++++++++ src/components/MyInvoiceListCard/index.vue | 14 ++++---- 2 files changed, 45 insertions(+), 6 deletions(-) diff --git a/src/assets/style/common/list.scss b/src/assets/style/common/list.scss index a75b927..d3c78da 100644 --- a/src/assets/style/common/list.scss +++ b/src/assets/style/common/list.scss @@ -58,6 +58,30 @@ } } + .box-cr-row { + // max-width: 50%; + //width: 10rem; + text-align: left; + + .cr-tt { + font-size: 1rem; + } + + .mt5 { + margin-top: 0.3rem; + } + + .tags { + border-radius: 0.2rem; + width: 4rem; + text-align: center; + } + + .ct-md { + // color: #ccc; + } + } + .box-rt { display: flex; @@ -67,6 +91,19 @@ // flex-direction: column; } + + } + + .box-rt-sb { + display: flex; + justify-content: space-between; + padding-left: 4rem; + padding-right: 4rem; + .icon-box { + margin-left: 0.3rem; + } + + // flex-direction: column; } } diff --git a/src/components/MyInvoiceListCard/index.vue b/src/components/MyInvoiceListCard/index.vue index 8ba6b2f..92811de 100644 --- a/src/components/MyInvoiceListCard/index.vue +++ b/src/components/MyInvoiceListCard/index.vue @@ -6,7 +6,7 @@
发票
--> -
+
@@ -83,12 +83,14 @@
单价: {{itemData.pricePerkm || '-'}}
里程: {{itemData.distance || '-'}}
+
-
- - - -
+ + +
+ + +