From eec829bc3f778a298b8d92b1717dd07f7308ad1e Mon Sep 17 00:00:00 2001 From: dingtalk_umvbsp Date: Tue, 20 Feb 2024 11:02:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=87=87=E8=B4=AD=E8=AE=B0?= =?UTF-8?q?=E5=BD=95=E5=85=A5=E5=8F=A3=E6=8C=89=E9=92=AE=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/home/my.vue | 4 ++-- pages/purchase/apply.vue | 13 ++++++++++++- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/pages/home/my.vue b/pages/home/my.vue index 2f2848c..19f8b9f 100644 --- a/pages/home/my.vue +++ b/pages/home/my.vue @@ -70,9 +70,9 @@ 出入库记录 - + 系统消息 {{$store.state.sysMsgNum}} diff --git a/pages/purchase/apply.vue b/pages/purchase/apply.vue index d1d66ec..d2515d3 100644 --- a/pages/purchase/apply.vue +++ b/pages/purchase/apply.vue @@ -3,6 +3,9 @@ min-height:100%; background:#F6F6F6; padding:30rpx 0; + overflow-y: auto; + display: flex; + flex-direction: column; .card{ margin-top:0; &.info{ @@ -87,6 +90,12 @@ } } } + .record{ + margin:auto auto 0; + color:#4092F3; + text-align: center; + width:max-content; + } }