From 8bbac547636ba54c04fd057ddbcf30b45097387a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=93=E5=B9=B3=E8=89=BA?= <52643018@qq.com> Date: Wed, 4 Aug 2021 17:12:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=AD=A5=E9=AA=A4=E6=9D=A1?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- canteen/components/lf-price/lf-price.vue | 46 ---- canteen/components/lf-stepbar/lf-stepbar.vue | 44 ++-- .../lf-title-line/lf-title-line.vue | 67 ------ canteen/components/lf-ysteps/lf-ysteps.vue | 203 ------------------ supplier/components/lf-price/lf-price.vue | 46 ---- supplier/components/lf-stepbar/lf-stepbar.vue | 44 ++-- .../lf-title-line/lf-title-line.vue | 67 ------ supplier/components/lf-ysteps/lf-ysteps.vue | 203 ------------------ 8 files changed, 32 insertions(+), 688 deletions(-) delete mode 100644 canteen/components/lf-price/lf-price.vue delete mode 100644 canteen/components/lf-title-line/lf-title-line.vue delete mode 100644 canteen/components/lf-ysteps/lf-ysteps.vue delete mode 100644 supplier/components/lf-price/lf-price.vue delete mode 100644 supplier/components/lf-title-line/lf-title-line.vue delete mode 100644 supplier/components/lf-ysteps/lf-ysteps.vue 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 @@ - - - - - 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 @@ - - - - - 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 @@ - - - - - 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 @@ - - - - - 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 @@ - - - - - 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 @@ - - - - -