From ef9bc0be98e3605d996bf03759ecb358be868e24 Mon Sep 17 00:00:00 2001 From: pyt <626651354@qq.com> Date: 星期四, 03 四月 2025 16:21:29 +0800 Subject: [PATCH] Merge branch 'main' of http://120.76.84.145:10101/gitblit/r/H5/leshan-laboratory --- src/App.vue | 25 ++++++++++++++----------- 1 files changed, 14 insertions(+), 11 deletions(-) diff --git a/src/App.vue b/src/App.vue index 81b1148..f2c8708 100644 --- a/src/App.vue +++ b/src/App.vue @@ -79,18 +79,21 @@ background: #E6FFFF !important; } -.card { - .el-form-item__label { - color: #222222; - font-family: 'SourceHanSansCN-Medium'; - line-height: 14px; - } +.card-custom { + .el-form { - .el-input__inner { - width: 290px; - padding: 0 12px; - border-radius: 6px; - border: 1px solid rgba(0, 0, 0, 0.15); + .el-form-item__label { + color: #222222; + font-family: 'SourceHanSansCN-Medium'; + line-height: 14px; + } + + .el-input__inner { + width: 290px; + padding: 0 12px; + border-radius: 6px; + border: 1px solid rgba(0, 0, 0, 0.15); + } } } -- Gitblit v1.7.1