From 92d034e0e124928179f072224e9c2c1ad87fc1b2 Mon Sep 17 00:00:00 2001 From: Tevin <tingquanren@163.com> Date: Mon, 31 Jul 2023 11:43:45 +0800 Subject: [PATCH] 地址联动组件升级,支持第四级街道,数据采用异步 --- forms/form/cForm.scss | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/forms/form/cForm.scss b/forms/form/cForm.scss index 1df4dfb..94c760e 100644 --- a/forms/form/cForm.scss +++ b/forms/form/cForm.scss @@ -87,12 +87,12 @@ margin: -3px 0 140px; padding: 1px 0 0; .c-form-submit-inner { - @include position(fixed, n 0 0 n, 0); + @include position(fixed, n 0 0 n, 10); width: 100%; } [type=primary] { - height: 90px; - line-height: 88px; + height: 100px; + line-height: 98px; border-radius: 0; } } -- Gitblit v1.9.1