From a562e2cea85f1633e211eaefd89697656552025b Mon Sep 17 00:00:00 2001 From: gcw_IJ7DAiVL Date: Mon, 27 Oct 2025 09:46:51 +0800 Subject: [PATCH] =?UTF-8?q?add=20=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/scss/index.scss | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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