From e536a1c437b97a6164d758e29fcd5b2c5b8de428 Mon Sep 17 00:00:00 2001 From: Tevin <tingquanren@163.com> Date: Tue, 02 Nov 2021 17:09:59 +0800 Subject: [PATCH] 优化表格显示 --- forms/form/cForm.scss | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/forms/form/cForm.scss b/forms/form/cForm.scss index fa48852..dedec8b 100644 --- a/forms/form/cForm.scss +++ b/forms/form/cForm.scss @@ -6,8 +6,13 @@ @import "../../common/sassMixin"; .c-form { + display: block; width: 100%; + background-color: #fff; .c-form-item { + .at-input { + background-color: transparent; + } .at-input__title { margin-right: 20px; } @@ -73,5 +78,15 @@ display: none; } } + &.c-form-submit-fixed { + height: 80px; + .c-form-submit-inner { + @include position(fixed, n 0 0 n, 10); + width: 100%; + padding: 20px 20px 30px; + box-sizing: border-box; + background-color: #fff; + } + } } } \ No newline at end of file -- Gitblit v1.9.1