From be7769316d9d468fa5674e08a3d58fe75b754639 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=B0=8F=E6=9E=97?= <320730042@qq.com> Date: Thu, 18 Jul 2024 18:28:42 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=A0=B7=E5=BC=8F=E6=9B=B4=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../operate/order/components/ModifyOrder.vue | 12 +++++- .../order/components/OrderInfoEdit.vue | 39 +++++++++++++------ .../components/OperateTabs.vue | 28 ++++++------- .../components/RemoteOperateInfo.vue | 7 +++- .../components/DeviceTypeToVer.vue | 3 ++ .../components/DeviceTypeVersionEdit.vue | 3 ++ src/views/resources/file-list/index.vue | 6 ++- .../components/AddOperateType.vue | 2 +- .../service/components/BusinessForm.vue | 2 +- .../resources/tr069/components/Tr069Tree.vue | 3 ++ 10 files changed, 74 insertions(+), 31 deletions(-) diff --git a/src/views/family/operate/order/components/ModifyOrder.vue b/src/views/family/operate/order/components/ModifyOrder.vue index 1c782f3..4d3bcf6 100644 --- a/src/views/family/operate/order/components/ModifyOrder.vue +++ b/src/views/family/operate/order/components/ModifyOrder.vue @@ -2,7 +2,15 @@
- + + @@ -381,7 +381,7 @@ onMounted(() => { }); - diff --git a/src/views/resources/device-type/components/DeviceTypeToVer.vue b/src/views/resources/device-type/components/DeviceTypeToVer.vue index d59ef84..3b6e222 100644 --- a/src/views/resources/device-type/components/DeviceTypeToVer.vue +++ b/src/views/resources/device-type/components/DeviceTypeToVer.vue @@ -386,6 +386,9 @@ onMounted(() => { :deep(.my-label) { background: var(--el-color-white) !important; } +:deep(.el-card__body) { + padding: 10px 5px; +} diff --git a/src/views/resources/service/components/BusinessForm.vue b/src/views/resources/service/components/BusinessForm.vue index d8d2062..e6697ed 100644 --- a/src/views/resources/service/components/BusinessForm.vue +++ b/src/views/resources/service/components/BusinessForm.vue @@ -405,7 +405,7 @@ onMounted(() => { background: var(--el-color-white) !important; } :deep(.el-card__body) { - padding: 10px 0 0 0; + padding: 10px 5px; } diff --git a/src/views/resources/tr069/components/Tr069Tree.vue b/src/views/resources/tr069/components/Tr069Tree.vue index e2023ce..c3d8288 100644 --- a/src/views/resources/tr069/components/Tr069Tree.vue +++ b/src/views/resources/tr069/components/Tr069Tree.vue @@ -203,4 +203,7 @@ onMounted(() => { margin-top: 10px; border: 1px solid var(--el-border-color-dark); } +:deep(.el-card__body) { + padding: 10px 5px; +}