diff --git a/canteen/components/lf-price/lf-price.vue b/canteen/components/lf-price/lf-price.vue
deleted file mode 100644
index 43050c3..0000000
--- a/canteen/components/lf-price/lf-price.vue
+++ /dev/null
@@ -1,46 +0,0 @@
-
-
-
- {{ showPrice(1) }}
- .{{ showPrice(2) }}
-
-
- {{ showPrice() }}
-
-
-
-
-
-
-
diff --git a/canteen/components/lf-stepbar/lf-stepbar.vue b/canteen/components/lf-stepbar/lf-stepbar.vue
index 289ae18..dae9a66 100644
--- a/canteen/components/lf-stepbar/lf-stepbar.vue
+++ b/canteen/components/lf-stepbar/lf-stepbar.vue
@@ -40,19 +40,7 @@
list: {
type: Array,
default(){
- return [{
- desc: '订单创建',
- date: '2021-07-23 13:23:52',
- isFinished: false
- },{
- desc: '订单发货',
- date: '2021-07-23 13:23:52',
- isFinished: false
- },{
- desc: '订单发货',
- date: '2021-07-23 13:23:52',
- isFinished: false
- }]
+ return []
}
}
}
@@ -63,24 +51,24 @@
.content{
width: 100%;
height: max-content;
- padding: 0 32rpx;
+ padding: 0 16px;
}
.list{
display: flex;
align-items: center;
justify-content: space-between;
- min-height: 110rpx;
+ min-height: 46px;
.left{
display: flex;
flex-direction: column;
justify-content: center;
align-content: center;
align-items: center;
- margin-right: 15rpx;
+ margin-right: 6px;
.up-line,.down-line{
- height: 40rpx;
- width: 2rpx;
- border: 1rpx solid #1833F2;
+ height: 20px;
+ width: 1px;
+ border: 1px solid #1833F2;
background-color: #1833F2;
position: relative;
}
@@ -91,17 +79,17 @@
.dotted-line::after{
content: '';
position: absolute;
- left: -1rpx;
- bottom: -40rpx;
- height: 40rpx;
- width: 0rpx;
- border: 1rpx dashed #999999;
+ left: -1px;
+ bottom: -20px;
+ height: 20px;
+ width: 0px;
+ border: 1px dashed #999999;
}
.icon{
- width: 60rpx;
- height: 60rpx;
+ width: 30px;
+ height: 30px;
box-sizing: border-box;
- border: 2rpx solid #1833F2;
+ border: 2px solid #1833F2;
color: #1833F2;
border-radius: 50%;
background-color: #fff;
@@ -118,7 +106,7 @@
color: #222222;
.date{
position: absolute;
- bottom: -36rpx;
+ bottom: -18px;
left: 0;
font-size: 24rpx;
color: #999999;
diff --git a/canteen/components/lf-title-line/lf-title-line.vue b/canteen/components/lf-title-line/lf-title-line.vue
deleted file mode 100644
index d656b77..0000000
--- a/canteen/components/lf-title-line/lf-title-line.vue
+++ /dev/null
@@ -1,67 +0,0 @@
-
-
-
-
-
- {{ title }}
-
-
-
-
-
-
-
-
-
diff --git a/canteen/components/lf-ysteps/lf-ysteps.vue b/canteen/components/lf-ysteps/lf-ysteps.vue
deleted file mode 100644
index d0ad27b..0000000
--- a/canteen/components/lf-ysteps/lf-ysteps.vue
+++ /dev/null
@@ -1,203 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ step.info }}
-
-
-
- {{ step.time }}
-
-
-
-
-
-
-
-
-
diff --git a/supplier/components/lf-price/lf-price.vue b/supplier/components/lf-price/lf-price.vue
deleted file mode 100644
index 43050c3..0000000
--- a/supplier/components/lf-price/lf-price.vue
+++ /dev/null
@@ -1,46 +0,0 @@
-
-
-
- {{ showPrice(1) }}
- .{{ showPrice(2) }}
-
-
- {{ showPrice() }}
-
-
-
-
-
-
-
diff --git a/supplier/components/lf-stepbar/lf-stepbar.vue b/supplier/components/lf-stepbar/lf-stepbar.vue
index 289ae18..dae9a66 100644
--- a/supplier/components/lf-stepbar/lf-stepbar.vue
+++ b/supplier/components/lf-stepbar/lf-stepbar.vue
@@ -40,19 +40,7 @@
list: {
type: Array,
default(){
- return [{
- desc: '订单创建',
- date: '2021-07-23 13:23:52',
- isFinished: false
- },{
- desc: '订单发货',
- date: '2021-07-23 13:23:52',
- isFinished: false
- },{
- desc: '订单发货',
- date: '2021-07-23 13:23:52',
- isFinished: false
- }]
+ return []
}
}
}
@@ -63,24 +51,24 @@
.content{
width: 100%;
height: max-content;
- padding: 0 32rpx;
+ padding: 0 16px;
}
.list{
display: flex;
align-items: center;
justify-content: space-between;
- min-height: 110rpx;
+ min-height: 46px;
.left{
display: flex;
flex-direction: column;
justify-content: center;
align-content: center;
align-items: center;
- margin-right: 15rpx;
+ margin-right: 6px;
.up-line,.down-line{
- height: 40rpx;
- width: 2rpx;
- border: 1rpx solid #1833F2;
+ height: 20px;
+ width: 1px;
+ border: 1px solid #1833F2;
background-color: #1833F2;
position: relative;
}
@@ -91,17 +79,17 @@
.dotted-line::after{
content: '';
position: absolute;
- left: -1rpx;
- bottom: -40rpx;
- height: 40rpx;
- width: 0rpx;
- border: 1rpx dashed #999999;
+ left: -1px;
+ bottom: -20px;
+ height: 20px;
+ width: 0px;
+ border: 1px dashed #999999;
}
.icon{
- width: 60rpx;
- height: 60rpx;
+ width: 30px;
+ height: 30px;
box-sizing: border-box;
- border: 2rpx solid #1833F2;
+ border: 2px solid #1833F2;
color: #1833F2;
border-radius: 50%;
background-color: #fff;
@@ -118,7 +106,7 @@
color: #222222;
.date{
position: absolute;
- bottom: -36rpx;
+ bottom: -18px;
left: 0;
font-size: 24rpx;
color: #999999;
diff --git a/supplier/components/lf-title-line/lf-title-line.vue b/supplier/components/lf-title-line/lf-title-line.vue
deleted file mode 100644
index d656b77..0000000
--- a/supplier/components/lf-title-line/lf-title-line.vue
+++ /dev/null
@@ -1,67 +0,0 @@
-
-
-
-
-
- {{ title }}
-
-
-
-
-
-
-
-
-
diff --git a/supplier/components/lf-ysteps/lf-ysteps.vue b/supplier/components/lf-ysteps/lf-ysteps.vue
deleted file mode 100644
index d0ad27b..0000000
--- a/supplier/components/lf-ysteps/lf-ysteps.vue
+++ /dev/null
@@ -1,203 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ step.info }}
-
-
-
- {{ step.time }}
-
-
-
-
-
-
-
-
-