From e3d908b68401a33143751da8e237b6d0cc01adcf Mon Sep 17 00:00:00 2001 From: zhangyu Date: Wed, 6 Sep 2023 18:36:37 +0800 Subject: [PATCH] =?UTF-8?q?NEZ-3178=20fix=EF=BC=9Asoftware=20asset=20?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E9=A1=B5=E9=9D=A2=E6=97=A0=E6=B3=95=E6=AD=A3?= =?UTF-8?q?=E5=B8=B8=E6=98=BE=E7=A4=BA=E6=95=B0=E6=8D=AE=20=E4=BB=A5?= =?UTF-8?q?=E5=8F=8A=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../common/rightBox/asset/assetBox.scss | 7 +++++++ .../common/rightBox/software/softwareAssetBox.vue | 15 ++++++++++++--- .../common/rightBox/software/softwareTypeBox.vue | 2 +- .../common/table/settings/softwareAssetTable.vue | 14 ++++++++++---- 4 files changed, 30 insertions(+), 8 deletions(-) diff --git a/nezha-fronted/src/assets/css/components/common/rightBox/asset/assetBox.scss b/nezha-fronted/src/assets/css/components/common/rightBox/asset/assetBox.scss index 07e972381..7be28a88d 100644 --- a/nezha-fronted/src/assets/css/components/common/rightBox/asset/assetBox.scss +++ b/nezha-fronted/src/assets/css/components/common/rightBox/asset/assetBox.scss @@ -41,3 +41,10 @@ font-size: 12px; } } +.right-box-editSoftwareAsset .right-box__container { + .el-form .form__dotted-item { + padding: 0; + border: none; + margin-bottom: 15px; + } +} diff --git a/nezha-fronted/src/components/common/rightBox/software/softwareAssetBox.vue b/nezha-fronted/src/components/common/rightBox/software/softwareAssetBox.vue index fe46264d4..0fe48e91b 100644 --- a/nezha-fronted/src/components/common/rightBox/software/softwareAssetBox.vue +++ b/nezha-fronted/src/components/common/rightBox/software/softwareAssetBox.vue @@ -1,5 +1,5 @@