From 4057d97fbd1c830c8c15abcca00f51720b53e2ce Mon Sep 17 00:00:00 2001 From: chensiAb <chenchenco03@163.com> Date: Fri, 23 Aug 2024 09:57:32 +0800 Subject: [PATCH] fix:父组件不传递方法默认函数写法 --- forms/numberValve/cNumberValve.scss | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/forms/numberValve/cNumberValve.scss b/forms/numberValve/cNumberValve.scss index 7fc9ff5..f236a7c 100644 --- a/forms/numberValve/cNumberValve.scss +++ b/forms/numberValve/cNumberValve.scss @@ -36,6 +36,11 @@ max-height: 100%; min-height: auto; } + &.on-title { + .at-float-layout__container { + height: 530px; + } + } .layout-body { height: 100%; min-height: auto; @@ -55,7 +60,7 @@ align-items: center; width: 100%; height: 28PX; - padding: 35PX 0 50PX; + padding: 35PX 0 55PX; .min { @include position(absolute, 20PX 0 n n); height: 60PX; @@ -117,6 +122,11 @@ .text { @include position(absolute, -24PX 0 n n); transform: translateX(-50%); + &.m-text-ignore { + font-size: 32px; + white-space: nowrap; + text-indent: 10px; + } } } } -- Gitblit v1.9.1