From 9d5803a79aad859e201b94040e369298c7c348b0 Mon Sep 17 00:00:00 2001 From: chensiAb <chenchenco03@163.com> Date: Fri, 23 Aug 2024 10:59:53 +0800 Subject: [PATCH] fix:兼容加载失败时&没数据时,页面显示暂无数据 --- forms/numberValve/cNumberValve.scss | 14 ++++++++++++-- 1 files changed, 12 insertions(+), 2 deletions(-) diff --git a/forms/numberValve/cNumberValve.scss b/forms/numberValve/cNumberValve.scss index 82afead..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; @@ -113,10 +118,15 @@ .current { @include position(absolute, n 0 0 n, 1); height: 46PX; - border-left: #eee 1PX solid; + border-left: #e2e2e2 1PX solid; .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