From 21952c3eef5c092a4d4d7e36a30f9509cae98ee1 Mon Sep 17 00:00:00 2001 From: bb_pan Date: Fri, 29 Aug 2025 09:41:19 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E4=BB=B6=E9=A2=86=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/part/part-lease/index.vue | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/src/pages/part/part-lease/index.vue b/src/pages/part/part-lease/index.vue index 5f541b6..2b6714e 100644 --- a/src/pages/part/part-lease/index.vue +++ b/src/pages/part/part-lease/index.vue @@ -93,16 +93,16 @@ - + 序号 机具类型 - 配件名称 - 规格型号 - 预领数量 + 配件名称 + 规格型号 + 预领数量 库存 - 操作 + 操作 @@ -116,7 +116,7 @@ {{item.storageNum}} - + @@ -380,7 +380,8 @@ onLoad(() => { width: 100%; // padding: 5rpx; height: 50vh; - margin: 20rpx auto; + // margin: 20rpx auto; + font-size: 11px; } /* 针对Web平台 */ @@ -405,4 +406,7 @@ onLoad(() => { } } /* #endif */ +.uni-table-td { + padding: 8px 2px !important; +}