-
-

客户详情

-
kpiDataState); // COMPUTED PROPERTIES const selectedContact = computed(() => { - console.log(999999999,formattedCustomersList.value); // 优先从API数据中查找 if (formattedCustomersList.value.length > 0) { return formattedCustomersList.value.find((c) => c.id === selectedContactId.value) || null; @@ -1077,9 +1073,9 @@ $primary: #3b82f6; } // 主要布局 .main-layout { - width: 100vw; - margin: 0 auto; - padding: 1rem; + width: 99vw; + margin-bottom: 1rem; + // padding: 1rem; display: flex; flex-direction: column; gap: 1rem;