From bcb79647160ca34d9e0fb3a8e3e2e22e78f3cd4e Mon Sep 17 00:00:00 2001 From: zhangyu Date: Tue, 9 Feb 2021 17:39:32 +0800 Subject: [PATCH] =?UTF-8?q?style=EF=BC=9A=E4=BF=AE=E6=94=B9=20module=20lab?= =?UTF-8?q?el=E5=B8=A6=E6=B7=BB=E5=8A=A0=E7=9A=84=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E9=94=99=E4=B9=B1=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/assets/stylus/main.scss | 4 ++++ nezha-fronted/src/components/common/rightBox/moduleBox.vue | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/nezha-fronted/src/assets/stylus/main.scss b/nezha-fronted/src/assets/stylus/main.scss index 91fdde7bd..ad422f84c 100644 --- a/nezha-fronted/src/assets/stylus/main.scss +++ b/nezha-fronted/src/assets/stylus/main.scss @@ -1437,6 +1437,10 @@ li{ line-height: 34px; font-weight: bold; } +.right-box-form-left.right-box-form .el-form-item.label-position .el-form-item__label{ + position: absolute; + display: inline-block; +} .right-box-form-left.right-box-form /deep/ .el-form-item.is-required:not(.is-no-asterisk) .el-form-item__label:before{ display: none; } diff --git a/nezha-fronted/src/components/common/rightBox/moduleBox.vue b/nezha-fronted/src/components/common/rightBox/moduleBox.vue index 7f566e4fa..78ce99049 100644 --- a/nezha-fronted/src/components/common/rightBox/moduleBox.vue +++ b/nezha-fronted/src/components/common/rightBox/moduleBox.vue @@ -240,7 +240,7 @@ - +