From 08597b3c9f2cd23f25c3e1704297868396982ae4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=AD=8F=E5=95=BE?= <1144797966@qq.com>
Date: Fri, 23 Feb 2024 16:18:07 +0800
Subject: [PATCH] 111
---
src/views/order/index.vue | 77 ++++++++++++++++++++++++++++++++-------
1 file changed, 63 insertions(+), 14 deletions(-)
diff --git a/src/views/order/index.vue b/src/views/order/index.vue
index c548eeb..246bc15 100644
--- a/src/views/order/index.vue
+++ b/src/views/order/index.vue
@@ -47,21 +47,10 @@
退单
-
堂食订单
-
+
@@ -118,6 +107,45 @@
+
+
@@ -163,9 +191,24 @@ const onSubmit = () => {
:deep(.el-tabs__item) {
width: 33.33%;
+ padding: 0;
+ position: relative;
+ // width: 10px !important;
+ }
+ :deep(.el-tabs__active-bar){
+ height:0 !important;
+ }
+ :deep(.el-tabs__active-bar)::after {
+ content: '';
+ position: absolute;
+ bottom: 0;
+ left: 50%;
+ height: 2px;
+ width: 10px;
+ background: red;
+ transform:translateX(-50%);
// width: 10px !important;
}
-
:deep(.el-is-active) {
width: 33.33%;
color: var(--primary-color);
@@ -233,16 +276,22 @@ const onSubmit = () => {
background: #fff;
border-radius: 10px;
+ .orderbox_rightbox_top:nth-child(1) {
+ margin-top: 0;
+ }
+
.orderbox_rightbox_top {
+ margin-top: 10px;
display: flex;
justify-content: flex-start;
align-items: center;
padding: 10px 16px;
width: 100%;
border-radius: 10px;
- background: #bdb8b8;
+ background: #e7e5e5;
.orderbox_rightbox_top_div {
+ margin-left: 10px;
display: flex;
flex-direction: column;
justify-content: space-around;