diff --git a/src/assets/scss/index.scss b/src/assets/scss/index.scss index efbf4cc..9434f0c 100644 --- a/src/assets/scss/index.scss +++ b/src/assets/scss/index.scss @@ -80,3 +80,20 @@ html { .flex-warp { flex-wrap: wrap; } +.el-form-item { + display: flex!important; + justify-content: space-between; + margin-bottom: 12px!important; +} +.el-form-item__label { + letter-spacing: -1px; + min-width: 130px!important; + padding: 0!important; + white-space: nowrap; /* 强制不换行 */ + flex-shrink: 0; + font-size: 16px!important; +} +.el-input__inner { + height: 24px; + line-height: 24px; +} \ No newline at end of file