From 5244fed08edb7e79405d30eb46e055124003d021 Mon Sep 17 00:00:00 2001 From: hejianhao <15708179461@qq.com> Date: 星期四, 03 四月 2025 10:18:26 +0800 Subject: [PATCH] Card组件样式优化 --- 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