diff --git a/components/buns-locus-pos/buns-locus-pos.vue b/components/buns-locus-pos/buns-locus-pos.vue
new file mode 100644
index 0000000..c812bdf
--- /dev/null
+++ b/components/buns-locus-pos/buns-locus-pos.vue
@@ -0,0 +1,69 @@
+
+
+
+
+
+
+
+
+ 2023-04-30 15:25
+
+
+
+
+ 您的快件正在派送中,请您准备签收(快递员: 王麻子,联系电话: 13812345678)
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/post/detail.vue b/pages/post/detail.vue
index 24d9431..7b2ffaf 100644
--- a/pages/post/detail.vue
+++ b/pages/post/detail.vue
@@ -202,7 +202,7 @@
-
+
diff --git a/uni_modules/uview-plus/components/u-steps-item/u-steps-item.vue b/uni_modules/uview-plus/components/u-steps-item/u-steps-item.vue
index 781cd54..68bb8e7 100644
--- a/uni_modules/uview-plus/components/u-steps-item/u-steps-item.vue
+++ b/uni_modules/uview-plus/components/u-steps-item/u-steps-item.vue
@@ -31,8 +31,11 @@
-
+
+
+
+
@@ -100,7 +103,7 @@
style.width = this.size.width + 'px'
style.left = this.size.width / 2 + 'px'
} else {
- style.height = this.size.height + 'px'
+ // style.height = this.size.height + 'px'
// style.top = this.size.height / 2 + 'px'
}
style.backgroundColor = this.parent.children?.[this.index + 1]?.error ? uni.$u.color.error : this.index <
@@ -312,6 +315,8 @@
&--column {
width: 1px;
left: 10px;
+ top: 0;
+ bottom: 0;
}
}
}