From e0fe6cb39239f404f7b25784b31bcb2d5d3d3c01 Mon Sep 17 00:00:00 2001 From: dingtalk_umvbsp Date: Tue, 7 Feb 2023 17:24:48 +0800 Subject: [PATCH] =?UTF-8?q?=E8=81=94=E8=B0=83=E5=87=BA=E5=85=A5=E5=BA=93?= =?UTF-8?q?=E8=AE=B0=E5=BD=95=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/baseMana/formReacord.vue | 13 ++++++++++ pages/stock/record.vue | 47 +++++++++++++++++++++++++++++----- 2 files changed, 54 insertions(+), 6 deletions(-) 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