From 453955ca76daf5ae7b6c22b200785bc71bb67e0a Mon Sep 17 00:00:00 2001 From: duan <1004387497@qq.com> Date: Thu, 17 Oct 2024 14:03:49 +0800 Subject: [PATCH 1/8] =?UTF-8?q?=E6=8E=92=E9=98=9F=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/lineUp/index.vue | 19 ++++++++++++++----- src/views/lineUp/record.vue | 5 +++-- 2 files changed, 17 insertions(+), 7 deletions(-) diff --git a/src/views/lineUp/index.vue b/src/views/lineUp/index.vue index 6cf8e82..65a2c5e 100644 --- a/src/views/lineUp/index.vue +++ b/src/views/lineUp/index.vue @@ -56,7 +56,8 @@
已发送至用户
-
用户未订阅消息
+
用户未订阅消息
过号
选择桌型
-
    +
    • {{ item.name }}
      @@ -341,7 +343,6 @@ li { .lineUpBoxList { width: 507px; - // flex: 0 0 50%; height: 148px; background: #FFFFFF; border-radius: 6px 6px 6px 6px; @@ -376,7 +377,6 @@ li { >button:first-child { background: #FFFFFF; - font-family: Source Han Sans CN, Source Han Sans CN; font-weight: 400; font-size: 14px; @@ -388,6 +388,16 @@ li { } +.dfs { + justify-content: space-between; +} + +.dfas { + >li { + margin-right: 52px; + } +} + .lineUpBoxUl { display: flex; align-items: center; @@ -399,7 +409,6 @@ li { width: 112px; height: 55px; text-align: center; - margin-right: 52px; position: relative; >div { diff --git a/src/views/lineUp/record.vue b/src/views/lineUp/record.vue index 7a2a556..2c246bf 100644 --- a/src/views/lineUp/record.vue +++ b/src/views/lineUp/record.vue @@ -15,7 +15,8 @@ @@ -104,7 +105,7 @@ export default { &:hover { cursor: grab; - } + } } .shop_info { From 511d266f72731cb35183259b44e58f545baa8775 Mon Sep 17 00:00:00 2001 From: GaoHao <1210693421@qq.com> Date: Thu, 17 Oct 2024 14:17:52 +0800 Subject: [PATCH 2/8] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E7=BB=9F=E8=AE=A1?= =?UTF-8?q?=E9=94=80=E5=94=AE=E9=87=91=E9=A2=9D=EF=BC=8C=E5=85=85=E5=80=BC?= =?UTF-8?q?=E9=87=91=E9=A2=9D=E9=9A=90=E8=97=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/home/home.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/home/home.vue b/src/views/home/home.vue index 4785e04..43067e8 100644 --- a/src/views/home/home.vue +++ b/src/views/home/home.vue @@ -91,7 +91,7 @@
      销售金额(元)
      -
      {{ formatDecimal(tradeSale.totalSaleAmount || 0) }}
      +
      充值金额(元)
      -
      {{ formatDecimal(tradeSale.totalVipAmount || 0) }}
      +
      Date: Fri, 18 Oct 2024 09:10:26 +0800 Subject: [PATCH 3/8] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=9D=A2=E5=8C=85?= =?UTF-8?q?=E5=B1=91=E9=A6=96=E9=A1=B5=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Breadcrumb/index.vue | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/components/Breadcrumb/index.vue b/src/components/Breadcrumb/index.vue index 4addd18..b96b87b 100644 --- a/src/components/Breadcrumb/index.vue +++ b/src/components/Breadcrumb/index.vue @@ -1,8 +1,10 @@