diff --git a/nezha-fronted/src/assets/css/common/rightBoxCommon.scss b/nezha-fronted/src/assets/css/common/rightBoxCommon.scss index 13e9b1e6b..6e760d346 100644 --- a/nezha-fronted/src/assets/css/common/rightBoxCommon.scss +++ b/nezha-fronted/src/assets/css/common/rightBoxCommon.scss @@ -127,6 +127,22 @@ justify-content: center; align-items: center; } + .one-third-form-item-left{ + display: inline-block; + width: calc(50% - 5px); + } + .one-third-form-item-right{ + display: inline-block; + width: calc(50% - 5px); + } + .form-item--half-width-other-two{ + display: inline-block; + width: calc(50% - 10px); + } + .form-item--half-width-other{ + display: inline-block; + width: calc(50% - 10px); + } } }