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; + } + } +} +