From 04be125365bfd254166072f75da87e406f633ba3 Mon Sep 17 00:00:00 2001 From: cloudroam <cloudroam> Date: 星期四, 09 一月 2025 18:36:56 +0800 Subject: [PATCH] Merge branch 'master' of http://47.96.225.205:8888/r/operation_pc-v2 --- assets/main.scss | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/assets/main.scss b/assets/main.scss index f29c4c2..c46e99a 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -120,4 +120,15 @@ background-color: #fff; padding: 24px; border-radius: 4px; + &__line { + width: calc(100% + 48px); + height: 10px; + background-color: $bg-color; + margin: 20px -24px; + } +} +.readonly-form { + .el-form-item { + margin-bottom: 0; + } } -- Gitblit v1.9.3