From 7322bc0d0d2ee6afb773506aa5a781371e45ea58 Mon Sep 17 00:00:00 2001 From: gyq <875626088@qq.com> Date: Mon, 15 Dec 2025 11:47:07 +0800 Subject: [PATCH] =?UTF-8?q?=E8=80=97=E6=9D=90=E5=8D=95=E4=BD=8D=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E7=AC=AC=E4=BA=8C=E5=8D=95=E4=BD=8D=E7=BC=96=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pageConsumables/addConsumables.vue | 388 ++++++++++++++++++----------- 1 file changed, 244 insertions(+), 144 deletions(-) diff --git a/pageConsumables/addConsumables.vue b/pageConsumables/addConsumables.vue index f7b5fec..a7abdeb 100644 --- a/pageConsumables/addConsumables.vue +++ b/pageConsumables/addConsumables.vue @@ -1,188 +1,288 @@ \ No newline at end of file +} +.form-wrap { + padding: 28upx 28upx 0; + .form { + padding: 28upx; + background-color: #fff; + border-radius: 16upx; + } + .row { + height: 84upx; + display: flex; + gap: 20upx; + align-items: center; + background-color: #fcfcfc; + padding: 0 20upx; + &:not(:last-child) { + margin-bottom: 28upx; + } + .label { + font-size: 32upx; + color: #333; + } + .ipt { + flex: 1; + } + } +} +