From 95afd40fc2741ac0ce59c2091f6cfce1f98877d4 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 24 六月 2021 09:15:45 +0800 Subject: [PATCH] 2021-06-24 --- src/templates/sharecomponent/searchcomponent/searchform/index.scss | 15 +++++++++++++-- 1 files changed, 13 insertions(+), 2 deletions(-) diff --git a/src/templates/sharecomponent/searchcomponent/searchform/index.scss b/src/templates/sharecomponent/searchcomponent/searchform/index.scss index cc9c99c..56d3f89 100644 --- a/src/templates/sharecomponent/searchcomponent/searchform/index.scss +++ b/src/templates/sharecomponent/searchcomponent/searchform/index.scss @@ -5,9 +5,12 @@ padding-bottom: 20px; } .ant-form-item.text-area { - margin-bottom: 0px; + // margin-bottom: 0px; .ant-form-item-control-wrapper { - width: 100%; + width: 84%; + } + .ant-form-item-label { + width: 16%; } .CodeMirror { height: 150px; @@ -29,4 +32,12 @@ } } } + .color-form-item { + .ant-form-item-control { + height: 40px; + .color-sketch-block { + margin-top: 7px; + } + } + } } \ No newline at end of file -- Gitblit v1.8.0