From 4771f0fa8bc2238e9ad005ea23a8d4c7576cd416 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 18 七月 2022 14:57:17 +0800 Subject: [PATCH] 2022-07-18 --- src/menu/components/card/data-card/index.scss | 8 +++++--- src/menu/components/share/normalheader/index.jsx | 8 ++++---- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/src/menu/components/card/data-card/index.scss b/src/menu/components/card/data-card/index.scss index c49a471..bf029bb 100644 --- a/src/menu/components/card/data-card/index.scss +++ b/src/menu/components/card/data-card/index.scss @@ -133,11 +133,13 @@ } .menu-data-card-edit-box.mob { .model-menu-action-list { - position: absolute; - top: 5px; - right: 0px; + // position: absolute; + // top: 5px; + // right: 0px; + // padding-top: 5px; .page-card { line-height: 40px; + margin-top: 5px; } } } diff --git a/src/menu/components/share/normalheader/index.jsx b/src/menu/components/share/normalheader/index.jsx index 3f051bc..e5345f5 100644 --- a/src/menu/components/share/normalheader/index.jsx +++ b/src/menu/components/share/normalheader/index.jsx @@ -63,14 +63,14 @@ render() { const { config, hideSearch } = this.props - const { appType } = this.state + // const { appType } = this.state let title = config.plot ? config.plot.title : config.wrap.title let show = true - if (!title && appType === 'mob' && config.type === 'card' && config.subtype === 'datacard' && config.action && config.action.length) { - title = ' ' - } + // if (!title && appType === 'mob' && config.type === 'card' && config.subtype === 'datacard' && config.action && config.action.length) { + // title = ' ' + // } if (!title && (!config.search || config.search.length === 0 || hideSearch === 'true')) { show = false -- Gitblit v1.8.0