diff --git a/pages/baseMana/formReacord.vue b/pages/baseMana/formReacord.vue index 2dba01d..4af386b 100644 --- a/pages/baseMana/formReacord.vue +++ b/pages/baseMana/formReacord.vue @@ -31,6 +31,7 @@ margin-right:12rpx; } &:nth-child(3){ + margin-left:auto; flex-shrink: 0; color:#10C176; font-size:24rpx; @@ -38,6 +39,18 @@ } } } + .people{ + display:flex; + align-items: center; + justify-content: space-between; + margin-top:20rpx; + padding-top:20rpx; + border-top:2rpx solid rgba(216, 216, 216, 0.3); + text{ + font-size:24rpx; + color:#999; + } + } } } } diff --git a/pages/stock/record.vue b/pages/stock/record.vue index 9279f72..2d4c293 100644 --- a/pages/stock/record.vue +++ b/pages/stock/record.vue @@ -66,23 +66,58 @@ \ No newline at end of file