From 6aeea0c0f94c55671feba72e78827c484abff4d7 Mon Sep 17 00:00:00 2001 From: bb_pan Date: Sun, 4 Jan 2026 14:25:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/parity/index.vue | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/views/parity/index.vue b/src/views/parity/index.vue index 207c09f..5fca2e5 100644 --- a/src/views/parity/index.vue +++ b/src/views/parity/index.vue @@ -347,7 +347,7 @@ getTypeListData() // 获取设备所在地 const getCompanyAddressListData = async () => { const res: any = await getCompanyListApi() - const result: any = await getAreaApi(34) + const result: any = await getAreaApi(0) const addressList = result.data.map((e: any) => { return { ...e, name: e.areaName, value: e.areaCode, isChecked: false, index: 1 } }) @@ -512,17 +512,19 @@ const onAcceptOrders = (id: any) => { padding-bottom: 20px; border-bottom: 1px solid #ccc; .choose { - margin-top: 20px; + margin-top: 10px; // font-size: 14px; .line { padding: 14px 0; display: flex; - align-items: center; + align-items: flex-start; // border-bottom: 1px solid #dddddd; .label { // width: 100px; + padding-top: 2px; + line-height: 25px; box-sizing: border-box; // padding: 0 15px; // background: #f3f3f3;